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