Searched refs:ts_allocate_dtor (Results 1 – 13 of 13) sorted by relevance
/PHP-7.4/TSRM/ |
H A D | TSRM.h | 85 typedef void (*ts_allocate_dtor)(void *); typedef 102 …_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor dtor); 106 …id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor dtor);
|
H A D | TSRM.c | 43 ts_allocate_dtor dtor; 296 …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() 342 …_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()
|
/PHP-7.4/ext/standard/ |
H A D | random.c | 68 …sizeof(php_random_globals), (ts_allocate_ctor)random_globals_ctor, (ts_allocate_dtor)random_global… in PHP_MINIT_FUNCTION()
|
H A D | file.c | 174 …d, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (ts_allocate_dtor) file_globals… in PHP_INI_END()
|
H A D | basic_functions.c | 3599 … sizeof(php_basic_globals), (ts_allocate_ctor) basic_globals_ctor, (ts_allocate_dtor) basic_global… in PHP_MINIT_FUNCTION() 3601 …in32_core_globals), (ts_allocate_ctor)php_win32_core_globals_ctor, (ts_allocate_dtor)php_win32_cor… in PHP_MINIT_FUNCTION()
|
/PHP-7.4/Zend/ |
H A D | zend.c | 883 …(zend_compiler_globals), (ts_allocate_ctor) compiler_globals_ctor, (ts_allocate_dtor) compiler_glo… in zend_startup() 884 …(zend_executor_globals), (ts_allocate_ctor) executor_globals_ctor, (ts_allocate_dtor) executor_glo… in zend_startup()
|
H A D | zend_gc.c | 459 …t, sizeof(zend_gc_globals), (ts_allocate_ctor) gc_globals_ctor_ex, (ts_allocate_dtor) root_buffer_… in gc_globals_ctor()
|
H A D | zend_virtual_cwd.c | 215 … sizeof(virtual_cwd_globals), (ts_allocate_ctor) cwd_globals_ctor, (ts_allocate_dtor) cwd_globals_… in virtual_cwd_startup()
|
H A D | zend_API.h | 165 …of(zend_##module_name##_globals), (ts_allocate_ctor) globals_ctor, (ts_allocate_dtor) globals_dtor…
|
H A D | zend_alloc.c | 2785 …sizeof(zend_alloc_globals), (ts_allocate_ctor) alloc_globals_ctor, (ts_allocate_dtor) alloc_global…
|
H A D | zend_API.c | 1851 …tr, module->globals_size, (ts_allocate_ctor) module->globals_ctor, (ts_allocate_dtor) module->glob… in zend_startup_module_ex()
|
/PHP-7.4/main/ |
H A D | SAPI.c | 78 …sizeof(sapi_globals_struct), (ts_allocate_ctor) sapi_globals_ctor, (ts_allocate_dtor) sapi_globals… in sapi_startup()
|
H A D | main.c | 2196 …t, sizeof(php_core_globals), (ts_allocate_ctor) core_globals_ctor, (ts_allocate_dtor) core_globals… in php_module_startup() 2198 …n32_core_globals), (ts_allocate_ctor) php_win32_core_globals_ctor, (ts_allocate_dtor) php_win32_co… in php_module_startup()
|
Completed in 96 milliseconds