Searched refs:handler_type (Results 1 – 1 of 1) sorted by relevance
1632 #define HANDLE_CURL_OPTION_CALLABLE_PHP_CURL_USER(curl_ptr, constant_no_function, handler_type, def… argument1634 …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; \
Completed in 9 milliseconds