Home
last modified time | relevance | path

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

/php-src/ext/curl/
H A Dinterface.c114 return error == CURLE_OK ? SUCCESS : FAILURE; in php_curl_option_str()
391 if (curl_global_init(CURL_GLOBAL_DEFAULT) != CURLE_OK) { in PHP_MINIT_FUNCTION()
1369 CURLcode error = CURLE_OK; in add_simple_field()
1395 CURLcode error = CURLE_OK; in build_mime_structure_from_hash()
1557 if (error != CURLE_OK) { in build_mime_structure_from_hash()
1568 return error == CURLE_OK ? SUCCESS : FAILURE; in build_mime_structure_from_hash()
1660 CURLcode error = CURLE_OK; in _php_curl_setopt()
2022 error = CURLE_OK; in _php_curl_setopt()
2327 if (error != CURLE_OK) { in _php_curl_setopt()
2424 if (error != CURLE_OK) { in PHP_FUNCTION()
[all …]
H A Dcurl.stub.php751 const CURLE_OK = UNKNOWN; define
H A Dcurl_arginfo.h371 REGISTER_LONG_CONSTANT("CURLE_OK", CURLE_OK, CONST_PERSISTENT); in register_curl_symbols()
/php-src/ext/curl/tests/
H A Dcurl_strerror_001.phpt8 var_dump(strtolower(curl_strerror(CURLE_OK)));
H A Dcurl_multi_get_handles.phpt46 if ($info['result'] === CURLE_OK) {

Completed in 28 milliseconds