php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
share.c File Reference
#include "php.h"
#include "curl_private.h"
#include <curl/curl.h>

Go to the source code of this file.

Macros

#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
 
#define SAVE_CURLSH_ERROR(__handle, __err)
 

Functions

 PHP_FUNCTION (curl_share_init)
 
 PHP_FUNCTION (curl_share_close)
 
 PHP_FUNCTION (curl_share_setopt)
 
 PHP_FUNCTION (curl_share_errno)
 
 PHP_FUNCTION (curl_share_strerror)
 
void curl_share_free_obj (zend_object *object)
 
void curl_share_register_handlers (void)
 

Macro Definition Documentation

◆ SAVE_CURLSH_ERROR

#define SAVE_CURLSH_ERROR ( __handle,
__err )
Value:
(__handle)->err.no = (int) __err;
char * err
Definition ffi.c:3029

Definition at line 29 of file share.c.

◆ ZEND_INCLUDE_FULL_WINDOWS_HEADERS

#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS

Definition at line 17 of file share.c.

Function Documentation

◆ curl_share_free_obj()

void curl_share_free_obj ( zend_object * object)

Definition at line 153 of file share.c.

◆ curl_share_register_handlers()

void curl_share_register_handlers ( void )

Definition at line 163 of file share.c.

◆ PHP_FUNCTION() [1/5]

PHP_FUNCTION ( curl_share_close )

Definition at line 46 of file share.c.

◆ PHP_FUNCTION() [2/5]

PHP_FUNCTION ( curl_share_errno )

Definition at line 102 of file share.c.

◆ PHP_FUNCTION() [3/5]

PHP_FUNCTION ( curl_share_init )

Definition at line 32 of file share.c.

◆ PHP_FUNCTION() [4/5]

PHP_FUNCTION ( curl_share_setopt )

Definition at line 79 of file share.c.

◆ PHP_FUNCTION() [5/5]

PHP_FUNCTION ( curl_share_strerror )

Definition at line 119 of file share.c.