Searched refs:cllen (Results 1 – 1 of 1) sorted by relevance
990 size_t cllen; in Curl_cookie_add() local1003 cllen = sep - clist->spath; in Curl_cookie_add()1005 cllen = strlen(clist->spath); in Curl_cookie_add()1007 if(strncasecompare(clist->spath, co->spath, cllen)) { in Curl_cookie_add()