Home
last modified time | relevance | path

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

/PHP-7.2/ext/opcache/
H A Dzend_shared_alloc.c339 void *old_p; in zend_shared_memdup_size() local
341 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) { in zend_shared_memdup_size()
351 void *old_p, *retval; in _zend_shared_memdup() local
353 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), (zend_ulong)source)) != NULL) { in _zend_shared_memdup()
355 return old_p; in _zend_shared_memdup()

Completed in 7 milliseconds