Home
last modified time | relevance | path

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

/PHP-7.2/ext/curl/
H A Dinterface.c3106 long l_code; in PHP_FUNCTION() local
3127 if (curl_easy_getinfo(ch->cp, CURLINFO_HTTP_CODE, &l_code) == CURLE_OK) { in PHP_FUNCTION()
3128 CAAL("http_code", l_code); in PHP_FUNCTION()
3131 CAAL("header_size", l_code); in PHP_FUNCTION()
3134 CAAL("request_size", l_code); in PHP_FUNCTION()
3136 if (curl_easy_getinfo(ch->cp, CURLINFO_FILETIME, &l_code) == CURLE_OK) { in PHP_FUNCTION()
3137 CAAL("filetime", l_code); in PHP_FUNCTION()
3140 CAAL("ssl_verify_result", l_code); in PHP_FUNCTION()
3143 CAAL("redirect_count", l_code); in PHP_FUNCTION()
3200 CAAL("primary_port", l_code); in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds