Searched refs:s_code (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/curl/ |
| H A D | interface.c | 2992 char *s_code; local 3002 if (curl_easy_getinfo(ch->cp, CURLINFO_EFFECTIVE_URL, &s_code) == CURLE_OK) { 3003 CAAS("url", s_code); 3005 if (curl_easy_getinfo(ch->cp, CURLINFO_CONTENT_TYPE, &s_code) == CURLE_OK) { 3006 if (s_code != NULL) { 3007 CAAS("content_type", s_code); 3070 if (curl_easy_getinfo(ch->cp, CURLINFO_REDIRECT_URL, &s_code) == CURLE_OK) { 3071 CAAS("redirect_url", s_code); 3075 if (curl_easy_getinfo(ch->cp, CURLINFO_PRIMARY_IP, &s_code) == CURLE_OK) { 3076 CAAS("primary_ip", s_code); 3128 char *s_code = NULL; local [all...] |
Completed in 6 milliseconds