Home
last modified time | relevance | path

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

/PHP-7.1/ext/curl/
H A Dinterface.c3102 long l_code; in PHP_FUNCTION() local
3123 if (curl_easy_getinfo(ch->cp, CURLINFO_HTTP_CODE, &l_code) == CURLE_OK) { in PHP_FUNCTION()
3124 CAAL("http_code", l_code); in PHP_FUNCTION()
3127 CAAL("header_size", l_code); in PHP_FUNCTION()
3130 CAAL("request_size", l_code); in PHP_FUNCTION()
3132 if (curl_easy_getinfo(ch->cp, CURLINFO_FILETIME, &l_code) == CURLE_OK) { in PHP_FUNCTION()
3133 CAAL("filetime", l_code); in PHP_FUNCTION()
3136 CAAL("ssl_verify_result", l_code); in PHP_FUNCTION()
3139 CAAL("redirect_count", l_code); in PHP_FUNCTION()
3196 CAAL("primary_port", l_code); in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds