Lines Matching defs:ptr
268 char *ptr = NULL;
300 ptr = Curl_dyn_ptr(&b);
301 if(len_out && ptr[len_out - 1] == '\n') {
302 ptr[len_out - 1] = '\0';
311 ptr[0] == 'P' && ptr[1] == 'W')
317 (ptr[0]!='Y' || ptr[1]!='R' || ptr[2]!=' '))
320 (ptr[0]!='K' || ptr[1]!='K' || ptr[2]!=' ') &&
321 (ptr[0]!='A' || ptr[1]!='F' || ptr[2]!=' '))
324 ntlm->response = strdup(ptr + 3);