Home
last modified time | relevance | path

Searched refs:c_off (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/curl/
H A Dinterface.c3528 curl_off_t c_off; in PHP_FUNCTION() local
3529 if (curl_easy_getinfo(ch->cp, option, &c_off) == CURLE_OK) { in PHP_FUNCTION()
3530 RETURN_LONG((long) c_off); in PHP_FUNCTION()

Completed in 11 milliseconds