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()
612 CURLofft offt; in Curl_cookie_add() local613 offt = curlx_strtoofft((*co->maxage == '\"')? in Curl_cookie_add()616 if(offt == CURL_OFFT_FLOW) in Curl_cookie_add()619 else if(!offt) { in Curl_cookie_add()
3516 CURLofft offt = curlx_strtoofft(k->p + 15, NULL, 10, &contentlength); in Curl_http_readwrite_headers() local3518 if(offt == CURL_OFFT_OK) { in Curl_http_readwrite_headers()3531 else if(offt == CURL_OFFT_FLOW) { in Curl_http_readwrite_headers()