Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/
H A DZendAccelerator.h237 } zend_string_table; typedef
277 zend_string_table interned_strings;
H A DZendAccelerator.c409 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in accel_interned_strings_restore_state()
412 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in accel_interned_strings_restore_state()
2895 sizeof(zend_string_table) + in zend_accel_init_shm()
2905 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in zend_accel_init_shm()
2908 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in zend_accel_init_shm()

Completed in 15 milliseconds