Searched defs:module_name (Results 1 – 11 of 11) sorted by relevance
/php-src/Zend/ |
H A D | zend_extensions.c | 259 ZEND_API int zend_get_resource_handle(const char *module_name) in zend_get_resource_handle() 290 ZEND_API int zend_get_op_array_extension_handle(const char *module_name) in zend_get_op_array_extension_handle() 298 ZEND_API int zend_get_op_array_extension_handles(const char *module_name, int handles) in zend_get_op_array_extension_handles() 306 ZEND_API int zend_get_internal_function_extension_handle(const char *module_name) in zend_get_internal_function_extension_handle() 313 ZEND_API int zend_get_internal_function_extension_handles(const char *module_name, int handles) in zend_get_internal_function_extension_handles()
|
H A D | zend_system_id.c | 29 ZEND_API zend_result zend_add_system_entropy(const char *module_name, const char *hook_name, const … in zend_add_system_entropy()
|
H A D | zend_modules.h | 54 # 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 D | zend_API.h | 246 #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 D | zend_API.c | 3250 ZEND_API zend_result zend_get_module_started(const char *module_name) /* {{{ */ in zend_get_module_started() 4478 ZEND_API const char *zend_get_module_version(const char *module_name) /* {{{ */ in zend_get_module_version()
|
/php-src/win32/build/ |
H A D | buildconf.js | 36 function Module_Item(module_name, config_path, dir_line, deps, content) argument
|
H A D | phpize.js.in | 49 function Module_Item(module_name, config_path, dir_line, deps, content) argument
|
/php-src/ext/com_dotnet/ |
H A D | com_com.c | 35 char *module_name, *typelib_name = NULL; in PHP_METHOD() local 278 char *module_name; in PHP_FUNCTION() local
|
H A D | com_extension.stub.php | 363 …public function __construct(string $module_name, array|string|null $server_name = null, int $codep…
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | log.c | 171 const char *module_name, const char *description) in lxb_css_log_not_supported()
|
/php-src/ext/dom/lexbor/lexbor/css/syntax/ |
H A D | token.c | 596 const char *module_name) in lxb_css_syntax_token_error()
|
Completed in 51 milliseconds