Home
last modified time | relevance | path

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

/php-src/ext/curl/
H A Dinterface.c1632 #define HANDLE_CURL_OPTION_CALLABLE_PHP_CURL_USER(curl_ptr, constant_no_function, handler_type, def… argument
1634 …bool result = php_curl_set_callable_handler(&curl_ptr->handlers.handler_type->fcc, zvalue, is_arra…
1636 curl_ptr->handlers.handler_type->method = default_method; \
1639 if (!ZEND_FCC_INITIALIZED(curl_ptr->handlers.handler_type->fcc)) { \
1640 curl_ptr->handlers.handler_type->method = default_method; \
1643 curl_ptr->handlers.handler_type->method = PHP_CURL_USER; \
1647 #define HANDLE_CURL_OPTION_CALLABLE(curl_ptr, constant_no_function, handler_fcc, c_callback) \ argument
1649 …bool result = php_curl_set_callable_handler(&curl_ptr->handler_fcc, zvalue, is_array_config, #cons…
1653 curl_easy_setopt(curl_ptr->cp, constant_no_function##FUNCTION, (c_callback)); \
1654 curl_easy_setopt(curl_ptr->cp, constant_no_function##DATA, curl_ptr); \

Completed in 9 milliseconds