Searched refs:endofn (Results 1 – 1 of 1) sorted by relevance
421 const char *endofn = &ptr[ strlen(name) ]; in Curl_cookie_add() local424 while(*endofn && ISBLANK(*endofn)) in Curl_cookie_add()425 endofn++; in Curl_cookie_add()428 sep = (*endofn == '=')?TRUE:FALSE; in Curl_cookie_add()