Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 9 of 9) sorted by relevance

/php-src/Zend/
H A Dzend_extensions.c257 ZEND_API int zend_get_resource_handle(const char *module_name) in zend_get_resource_handle()
288 ZEND_API int zend_get_op_array_extension_handle(const char *module_name) in zend_get_op_array_extension_handle()
296 ZEND_API int zend_get_op_array_extension_handles(const char *module_name, int handles) in zend_get_op_array_extension_handles()
H A Dzend_system_id.c29 ZEND_API ZEND_RESULT_CODE zend_add_system_entropy(const char *module_name, const char *hook_name, c… in zend_add_system_entropy()
H A Dzend_modules.h54 # define ZEND_MODULE_GLOBALS(module_name) sizeof(zend_##module_name##_globals), &module_name##_glob… argument
56 # define ZEND_MODULE_GLOBALS(module_name) sizeof(zend_##module_name##_globals), &module_name##_glob… argument
H A Dzend_API.h246 #define ZEND_BEGIN_MODULE_GLOBALS(module_name) \ argument
248 #define ZEND_END_MODULE_GLOBALS(module_name) \ argument
253 #define ZEND_DECLARE_MODULE_GLOBALS(module_name) \ argument
255 #define ZEND_EXTERN_MODULE_GLOBALS(module_name) \ argument
257 #define ZEND_INIT_MODULE_GLOBALS(module_name, globals_ctor, globals_dtor) \ argument
263 #define ZEND_MODULE_GLOBALS_BULK(module_name) TSRMG_BULK(module_name##_globals_id, zend_##module_na… argument
268 #define ZEND_DECLARE_MODULE_GLOBALS(module_name) \ argument
270 #define ZEND_EXTERN_MODULE_GLOBALS(module_name) \ argument
272 #define ZEND_INIT_MODULE_GLOBALS(module_name, globals_ctor, globals_dtor) \ argument
274 #define ZEND_MODULE_GLOBALS_ACCESSOR(module_name, v) (module_name##_globals.v) argument
[all …]
H A Dzend_API.c3157 ZEND_API zend_result zend_get_module_started(const char *module_name) /* {{{ */ in zend_get_module_started()
4372 ZEND_API const char *zend_get_module_version(const char *module_name) /* {{{ */ in zend_get_module_version()
/php-src/win32/build/
H A Dbuildconf.js36 function Module_Item(module_name, config_path, dir_line, deps, content) argument
H A Dphpize.js.in49 function Module_Item(module_name, config_path, dir_line, deps, content) argument
/php-src/ext/com_dotnet/
H A Dcom_com.c35 char *module_name, *typelib_name = NULL; in PHP_METHOD() local
278 char *module_name; in PHP_FUNCTION() local
H A Dcom_extension.stub.php363 …public function __construct(string $module_name, array|string|null $server_name = null, int $codep…

Completed in 79 milliseconds