Searched refs:HANDLE_CURL_OPTION_CALLABLE (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/curl/ |
H A D | interface.c | 1647 #define HANDLE_CURL_OPTION_CALLABLE(curl_ptr, constant_no_function, handler_fcc, c_callback) \ macro 1669 HANDLE_CURL_OPTION_CALLABLE(ch, CURLOPT_PROGRESS, handlers.progress, curl_progress); in _php_curl_setopt() 1670 HANDLE_CURL_OPTION_CALLABLE(ch, CURLOPT_XFERINFO, handlers.xferinfo, curl_xferinfo); in _php_curl_setopt() 1671 HANDLE_CURL_OPTION_CALLABLE(ch, CURLOPT_FNMATCH_, handlers.fnmatch, curl_fnmatch); in _php_curl_setopt() 1672 HANDLE_CURL_OPTION_CALLABLE(ch, CURLOPT_DEBUG, handlers.debug, curl_debug); in _php_curl_setopt() 1675 HANDLE_CURL_OPTION_CALLABLE(ch, CURLOPT_PREREQ, handlers.prereq, curl_prereqfunction); in _php_curl_setopt() 1678 …HANDLE_CURL_OPTION_CALLABLE(ch, CURLOPT_SSH_HOSTKEY, handlers.sshhostkey, curl_ssh_hostkeyfunction… in _php_curl_setopt()
|
Completed in 11 milliseconds