Searched refs:CURLE_OK (Results 1 – 4 of 4) sorted by relevance
116 return error == CURLE_OK ? SUCCESS : FAILURE; in php_curl_option_str()402 if (curl_global_init(CURL_GLOBAL_DEFAULT) != CURLE_OK) { in PHP_MINIT_FUNCTION()1283 CURLcode error = CURLE_OK; in add_simple_field()1330 CURLcode error = CURLE_OK; in build_mime_structure_from_hash()1542 if (error != CURLE_OK) { in build_mime_structure_from_hash()1558 return error == CURLE_OK ? SUCCESS : FAILURE; in build_mime_structure_from_hash()1601 CURLcode error = CURLE_OK; in _php_curl_setopt()1983 error = CURLE_OK; in _php_curl_setopt()2357 if (error != CURLE_OK) { in _php_curl_setopt()2454 if (error != CURLE_OK) { in PHP_FUNCTION()[all …]
702 const CURLE_OK = UNKNOWN; define
374 REGISTER_LONG_CONSTANT("CURLE_OK", CURLE_OK, CONST_PERSISTENT); in register_curl_symbols()
8 var_dump(strtolower(curl_strerror(CURLE_OK)));
Completed in 23 milliseconds