Home
last modified time | relevance | path

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

/PHP-5.5/ext/curl/
H A Dinterface.c3036 char *s_code; in PHP_FUNCTION() local
3047 CAAS("url", s_code); in PHP_FUNCTION()
3050 if (s_code != NULL) { in PHP_FUNCTION()
3051 CAAS("content_type", s_code); in PHP_FUNCTION()
3115 CAAS("redirect_url", s_code); in PHP_FUNCTION()
3120 CAAS("primary_ip", s_code); in PHP_FUNCTION()
3135 if (curl_easy_getinfo(ch->cp, CURLINFO_LOCAL_IP, &s_code) == CURLE_OK) { in PHP_FUNCTION()
3136 CAAS("local_ip", s_code); in PHP_FUNCTION()
3172 char *s_code = NULL; in PHP_FUNCTION() local
3174 if (curl_easy_getinfo(ch->cp, option, &s_code) == CURLE_OK && s_code) { in PHP_FUNCTION()
[all …]

Completed in 11 milliseconds