Home
last modified time | relevance | path

Searched refs:ts_allocate_dtor (Results 1 – 14 of 14) sorted by relevance

/php-src/TSRM/
H A DTSRM.h74 typedef void (*ts_allocate_dtor)(void *); typedef
91 …_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor dtor);
95 …id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor dtor);
H A DTSRM.c43 ts_allocate_dtor dtor;
277 …c_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor dtor) in ts_allocate_id()
323 …_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor dtor) in ts_allocate_fast_id()
H A Dtsrm_win32.c92 …id, sizeof(tsrm_win32_globals), (ts_allocate_ctor)tsrm_win32_ctor, (ts_allocate_dtor)tsrm_win32_dt… in tsrm_win32_startup()
/php-src/Zend/
H A Dzend.c1017 …(zend_compiler_globals), (ts_allocate_ctor) compiler_globals_ctor, (ts_allocate_dtor) compiler_glo… in zend_startup()
1018 …(zend_executor_globals), (ts_allocate_ctor) executor_globals_ctor, (ts_allocate_dtor) executor_glo… in zend_startup()
H A Dzend_virtual_cwd.c209 … sizeof(virtual_cwd_globals), (ts_allocate_ctor) cwd_globals_ctor, (ts_allocate_dtor) cwd_globals_… in virtual_cwd_startup()
H A Dzend_gc.c520 …t, sizeof(zend_gc_globals), (ts_allocate_ctor) gc_globals_ctor_ex, (ts_allocate_dtor) root_buffer_… in gc_globals_ctor()
H A Dzend_alloc.c3079 …sizeof(zend_alloc_globals), (ts_allocate_ctor) alloc_globals_ctor, (ts_allocate_dtor) alloc_global…
H A Dzend_API.h258 …of(zend_##module_name##_globals), (ts_allocate_ctor) globals_ctor, (ts_allocate_dtor) globals_dtor…
H A Dzend_API.c2422 …tr, module->globals_size, (ts_allocate_ctor) module->globals_ctor, (ts_allocate_dtor) module->glob… in zend_startup_module_ex()
/php-src/ext/standard/
H A Dbasic_functions.c294 … sizeof(php_basic_globals), (ts_allocate_ctor) basic_globals_ctor, (ts_allocate_dtor) basic_global… in PHP_MINIT_FUNCTION()
296 …in32_core_globals), (ts_allocate_ctor)php_win32_core_globals_ctor, (ts_allocate_dtor)php_win32_cor… in PHP_MINIT_FUNCTION()
H A Dfile.c166 …d, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (ts_allocate_dtor) file_globals… in PHP_INI_END()
/php-src/main/
H A DSAPI.c74 …sizeof(sapi_globals_struct), (ts_allocate_ctor) sapi_globals_ctor, (ts_allocate_dtor) sapi_globals… in sapi_startup()
H A Dmain.c2150 …t, sizeof(php_core_globals), (ts_allocate_ctor) core_globals_ctor, (ts_allocate_dtor) core_globals… in php_module_startup()
2152 …n32_core_globals), (ts_allocate_ctor) php_win32_core_globals_ctor, (ts_allocate_dtor) php_win32_co… in php_module_startup()
/php-src/ext/opcache/jit/
H A Dzend_jit.c3441 …izeof(zend_jit_globals), (ts_allocate_ctor) zend_jit_globals_ctor, (ts_allocate_dtor) zend_jit_glo… in zend_jit_init()

Completed in 121 milliseconds