Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/
H A DZendAccelerator.h239 } zend_string_table; typedef
275 zend_string_table interned_strings;
H A DZendAccelerator.c413 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in accel_interned_strings_restore_state()
416 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in accel_interned_strings_restore_state()
2611 sizeof(zend_string_table) + in zend_accel_init_shm()
2621 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in zend_accel_init_shm()
2624 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in zend_accel_init_shm()

Completed in 18 milliseconds