#include "php.h"
#include "Zend/zend_smart_str.h"
#include "curl_private.h"
#include <curl/curl.h>
#include <curl/multi.h>
Go to the source code of this file.
◆ SAVE_CURLM_ERROR
#define SAVE_CURLM_ERROR |
( |
| __handle, |
|
|
| __err ) |
Value:(__handle)->
err.no = (
int) __err;
Definition at line 47 of file multi.c.
◆ Z_CURL_MULTI_P
Value:
Definition at line 57 of file multi.c.
◆ ZEND_INCLUDE_FULL_WINDOWS_HEADERS
#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS |
◆ _php_curl_multi_cleanup_list()
void _php_curl_multi_cleanup_list |
( |
void * | data | ) |
|
◆ curl_multi_register_handlers()
void curl_multi_register_handlers |
( |
void | | ) |
|
◆ PHP_FUNCTION() [1/11]
◆ PHP_FUNCTION() [2/11]
◆ PHP_FUNCTION() [3/11]
◆ PHP_FUNCTION() [4/11]
◆ PHP_FUNCTION() [5/11]
◆ PHP_FUNCTION() [6/11]
◆ PHP_FUNCTION() [7/11]
◆ PHP_FUNCTION() [8/11]
◆ PHP_FUNCTION() [9/11]
◆ PHP_FUNCTION() [10/11]
◆ PHP_FUNCTION() [11/11]
◆ curl_multi_ce