Home
last modified time | relevance | path

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

/PHP-7.1/ext/curl/
H A Dinterface.c3097 char *s_code; in PHP_FUNCTION() local
3112 CAAS("url", s_code); in PHP_FUNCTION()
3115 if (s_code != NULL) { in PHP_FUNCTION()
3116 CAAS("content_type", s_code); in PHP_FUNCTION()
3179 CAAS("redirect_url", s_code); in PHP_FUNCTION()
3184 CAAS("primary_ip", s_code); in PHP_FUNCTION()
3198 if (curl_easy_getinfo(ch->cp, CURLINFO_LOCAL_IP, &s_code) == CURLE_OK) { in PHP_FUNCTION()
3199 CAAS("local_ip", s_code); in PHP_FUNCTION()
3235 char *s_code = NULL; in PHP_FUNCTION() local
3237 if (curl_easy_getinfo(ch->cp, option, &s_code) == CURLE_OK && s_code) { in PHP_FUNCTION()
[all …]

Completed in 11 milliseconds