webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
protobuf.c File Reference
#include "protobuf.h"
#include <zend_hash.h>

Functions

void add_def_obj (const void *def, zval *value)
 
zval * get_def_obj (const void *def)
 
 PHP_MINIT_FUNCTION (protobuf)
 

Variables

zend_function_entry protobuf_functions []
 
zend_module_entry protobuf_module_entry
 

Function Documentation

◆ add_def_obj()

void add_def_obj ( const void def,
zval *  value 
)

◆ get_def_obj()

zval* get_def_obj ( const void def)

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( protobuf  )

Variable Documentation

◆ protobuf_functions

zend_function_entry protobuf_functions[]
Initial value:
= {
ZEND_FE_END
}

◆ protobuf_module_entry

zend_module_entry protobuf_module_entry
Initial value:
= {
STANDARD_MODULE_HEADER,
PHP_MINIT(protobuf),
NULL,
NULL,
NULL,
NULL,
PHP_MODULE_GLOBALS(protobuf),
PHP_GINIT(protobuf),
PHP_GSHUTDOWN(protobuf),
NULL,
STANDARD_MODULE_PROPERTIES_EX
}
Definition: __init__.py:1
zend_function_entry protobuf_functions[]
Definition: protobuf.c:38
#define NULL
Definition: common_types.h:41
#define PHP_PROTOBUF_VERSION
Definition: protobuf.h:9
#define PHP_PROTOBUF_EXTNAME
Definition: protobuf.h:8