Searched refs:ts_allocate_id (Results 1 – 15 of 15) sorted by relevance
/php-src/TSRM/ |
H A D | TSRM.h | 91 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo…
|
H A D | TSRM.c | 277 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo… in ts_allocate_id() function
|
H A D | tsrm_win32.c | 92 …ts_allocate_id(&win32_globals_id, sizeof(tsrm_win32_globals), (ts_allocate_ctor)tsrm_win32_ctor, (… in tsrm_win32_startup()
|
/php-src/sapi/apache2handler/ |
H A D | php_functions.c | 463 …ts_allocate_id(&php_apache2_info_id, sizeof(php_apache2_info_struct), (ts_allocate_ctor) NULL, NUL… in PHP_INI_END()
|
/php-src/ext/standard/ |
H A D | dir.c | 133 ts_allocate_id(&dir_globals_id, sizeof(php_dir_globals), NULL, NULL); in PHP_MINIT_FUNCTION()
|
H A D | browscap.c | 508 …ts_allocate_id(&browscap_globals_id, sizeof(browser_data), (ts_allocate_ctor) browscap_globals_cto… in PHP_MINIT_FUNCTION()
|
H A D | basic_functions.c | 294 …ts_allocate_id(&basic_globals_id, sizeof(php_basic_globals), (ts_allocate_ctor) basic_globals_ctor… in PHP_MINIT_FUNCTION() 296 …ts_allocate_id(&php_win32_core_globals_id, sizeof(php_win32_core_globals), (ts_allocate_ctor)php_w… in PHP_MINIT_FUNCTION()
|
H A D | file.c | 166 …ts_allocate_id(&file_globals_id, sizeof(php_file_globals), (ts_allocate_ctor) file_globals_ctor, (… in PHP_INI_END()
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_main.c | 1450 …ts_allocate_id(&php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_glo… in PHP_MINIT_FUNCTION()
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 1773 …ts_allocate_id(&php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_glo…
|
/php-src/main/ |
H A D | main.c | 2152 …ts_allocate_id(&php_win32_core_globals_id, sizeof(php_win32_core_globals), (ts_allocate_ctor) php_… in php_module_startup()
|
/php-src/Zend/ |
H A D | zend_API.h | 258 …ts_allocate_id(&module_name##_globals_id, sizeof(zend_##module_name##_globals), (ts_allocate_ctor)…
|
H A D | zend_API.c | 2421 …ts_allocate_id(module->globals_id_ptr, module->globals_size, (ts_allocate_ctor) module->globals_ct… in zend_startup_module_ex()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 3592 …jit_globals_id = ts_allocate_id(&jit_globals_id, sizeof(zend_jit_globals), (ts_allocate_ctor) zend… in zend_jit_init()
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 3127 …accel_globals_id = ts_allocate_id(&accel_globals_id, sizeof(zend_accel_globals), (ts_allocate_ctor… in accel_startup()
|
Completed in 96 milliseconds