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