Searched refs:s_code (Results 1 – 1 of 1) sorted by relevance
2478 char *s_code; in PHP_FUNCTION() local2492 CAAS("url", s_code); in PHP_FUNCTION()2495 if (s_code != NULL) { in PHP_FUNCTION()2561 CAAS("primary_ip", s_code); in PHP_FUNCTION()2572 CAAS("local_ip", s_code); in PHP_FUNCTION()2587 CAAS("scheme", s_code); in PHP_FUNCTION()2625 CAAS("capath", s_code); in PHP_FUNCTION()2628 CAAS("cainfo", s_code); in PHP_FUNCTION()2663 char *s_code = NULL; in PHP_FUNCTION() local2665 if (curl_easy_getinfo(ch->cp, option, &s_code) == CURLE_OK && s_code) { in PHP_FUNCTION()[all …]
Completed in 8 milliseconds