Searched refs:c_off (Results 1 – 1 of 1) sorted by relevance
3459 curl_off_t c_off; in PHP_FUNCTION() local3460 if (curl_easy_getinfo(ch->cp, option, &c_off) == CURLE_OK) { in PHP_FUNCTION()3461 RETURN_LONG((long) c_off); in PHP_FUNCTION()
Completed in 10 milliseconds