Home
last modified time | relevance | path

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

/PHP-7.2/ext/curl/
H A Dinterface.c3101 char *s_code; in PHP_FUNCTION() local
3116 CAAS("url", s_code); in PHP_FUNCTION()
3119 if (s_code != NULL) { in PHP_FUNCTION()
3120 CAAS("content_type", s_code); in PHP_FUNCTION()
3183 CAAS("redirect_url", s_code); in PHP_FUNCTION()
3188 CAAS("primary_ip", s_code); in PHP_FUNCTION()
3202 if (curl_easy_getinfo(ch->cp, CURLINFO_LOCAL_IP, &s_code) == CURLE_OK) { in PHP_FUNCTION()
3203 CAAS("local_ip", s_code); in PHP_FUNCTION()
3239 char *s_code = NULL; in PHP_FUNCTION() local
3241 if (curl_easy_getinfo(ch->cp, option, &s_code) == CURLE_OK && s_code) { in PHP_FUNCTION()
[all …]

Completed in 11 milliseconds