Home
last modified time | relevance | path

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

/PHP-7.3/ext/opcache/
H A DZendAccelerator.h237 } zend_string_table; typedef
267 zend_string_table interned_strings;
H A DZendAccelerator.c397 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in accel_interned_strings_restore_state()
400 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in accel_interned_strings_restore_state()
2627 sizeof(zend_string_table) + in zend_accel_init_shm()
2637 memset((char*)&ZCSG(interned_strings) + sizeof(zend_string_table), in zend_accel_init_shm()
2640 ((char*)&ZCSG(interned_strings) + sizeof(zend_string_table))); in zend_accel_init_shm()

Completed in 16 milliseconds