Lines Matching defs:tmp
76 const unsigned char *tmp, *end, *username = NULL;
91 tmp = data;
95 while (tmp != end && *tmp != '\0')
96 tmp++;
97 request->challenge = p_strdup_until(request->pool, data, tmp);
99 if (tmp != end) {
101 username = ++tmp;
102 while (tmp != end && *tmp != '\0')
103 tmp++;
112 if (tmp + 1 + 16 != end) {
119 memcpy(request->response_digest, tmp + 1,