Searched refs:offt (Results 1 – 3 of 3) sorted by relevance
406 CURLofft offt = curlx_strtoofft(str, &endptr, 0, val); in str2offset() local407 if(CURL_OFFT_FLOW == offt) in str2offset()409 else if(CURL_OFFT_INVAL == offt) in str2offset()
696 CURLofft offt; in Curl_cookie_add() local697 offt = curlx_strtoofft((*co->maxage == '\"')? in Curl_cookie_add()700 if(offt == CURL_OFFT_FLOW) in Curl_cookie_add()703 else if(!offt) { in Curl_cookie_add()
3776 CURLofft offt = curlx_strtoofft(k->p + 15, NULL, 10, &contentlength); in Curl_http_readwrite_headers() local3778 if(offt == CURL_OFFT_OK) { in Curl_http_readwrite_headers()3791 else if(offt == CURL_OFFT_FLOW) { in Curl_http_readwrite_headers()