pPersistElement    60 ext/opcache/zend_persist.c static void zend_hash_persist(HashTable *ht, void (*pPersistElement)(void *pElement TSRMLS_DC), size_t el_size TSRMLS_DC)
pPersistElement    87 ext/opcache/zend_persist.c 		if (pPersistElement) {
pPersistElement    88 ext/opcache/zend_persist.c 			pPersistElement(p->pData TSRMLS_CC);
pPersistElement    52 ext/opcache/zend_persist_calc.c static uint zend_hash_persist_calc(HashTable *ht, int (*pPersistElement)(void *pElement TSRMLS_DC), size_t el_size TSRMLS_DC)
pPersistElement    79 ext/opcache/zend_persist_calc.c 		if (pPersistElement) {
pPersistElement    80 ext/opcache/zend_persist_calc.c 			ADD_SIZE(pPersistElement(p->pData TSRMLS_CC));