Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/
H A DZendAccelerator.h242 } zend_string_table; typedef
282 zend_string_table interned_strings;
H A DZendAccelerator.c445 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in accel_interned_strings_restore_state()
448 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in accel_interned_strings_restore_state()
2901 sizeof(zend_string_table) + in zend_accel_init_shm()
2911 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in zend_accel_init_shm()
2914 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in zend_accel_init_shm()

Completed in 17 milliseconds