Home
last modified time | relevance | path

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

/PHP-5.4/ext/curl/
H A Dinterface.c2403 char *s_code; in PHP_FUNCTION() local
2414 CAAS("url", s_code); in PHP_FUNCTION()
2417 if (s_code != NULL) { in PHP_FUNCTION()
2418 CAAS("content_type", s_code); in PHP_FUNCTION()
2490 CAAS("primary_ip", s_code); in PHP_FUNCTION()
2497 if (curl_easy_getinfo(ch->cp, CURLINFO_LOCAL_IP, &s_code) == CURLE_OK) { in PHP_FUNCTION()
2498 CAAS("local_ip", s_code); in PHP_FUNCTION()
2506 CAAS("redirect_url", s_code); in PHP_FUNCTION()
2528 char *s_code = NULL; in PHP_FUNCTION() local
2530 if (curl_easy_getinfo(ch->cp, option, &s_code) == CURLE_OK && s_code) { in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds