Home
last modified time | relevance | path

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

/php-src/ext/curl/
H A Dinterface.c2712 curl_off_t c_off; in PHP_FUNCTION() local
2713 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