Home
last modified time | relevance | path

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

/PHP-5.6/ext/curl/
H A Dinterface.c3009 char *s_code; in PHP_FUNCTION() local
3020 CAAS("url", s_code); in PHP_FUNCTION()
3023 if (s_code != NULL) { in PHP_FUNCTION()
3024 CAAS("content_type", s_code); in PHP_FUNCTION()
3088 CAAS("redirect_url", s_code); in PHP_FUNCTION()
3093 CAAS("primary_ip", s_code); in PHP_FUNCTION()
3108 if (curl_easy_getinfo(ch->cp, CURLINFO_LOCAL_IP, &s_code) == CURLE_OK) { in PHP_FUNCTION()
3109 CAAS("local_ip", s_code); in PHP_FUNCTION()
3145 char *s_code = NULL; in PHP_FUNCTION() local
3147 if (curl_easy_getinfo(ch->cp, option, &s_code) == CURLE_OK && s_code) { in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds