Home
last modified time | relevance | path

Searched refs:zend_string_table (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/opcache/
H A DZendAccelerator.h253 } zend_string_table; typedef
293 zend_string_table interned_strings;
H A DZendAccelerator.c404 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in accel_interned_strings_restore_state()
407 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in accel_interned_strings_restore_state()
2673 sizeof(zend_string_table) + in zend_accel_init_shm()
2683 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in zend_accel_init_shm()
2686 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in zend_accel_init_shm()

Completed in 15 milliseconds