Home
last modified time | relevance | path

Searched refs:constant_no_function (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
1633 case constant_no_function##FUNCTION: { \
1634 …(&curl_ptr->handlers.handler_type->fcc, zvalue, is_array_config, #constant_no_function "FUNCTION")…
1647 #define HANDLE_CURL_OPTION_CALLABLE(curl_ptr, constant_no_function, handler_fcc, c_callback) \ argument
1648 case constant_no_function##FUNCTION: { \
1649 …allable_handler(&curl_ptr->handler_fcc, zvalue, is_array_config, #constant_no_function "FUNCTION")…
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