Searched refs:old_p (Results 1 – 1 of 1) sorted by relevance
398 void *old_p; in zend_shared_memdup_size() local402 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), key)) != NULL) { in zend_shared_memdup_size()412 void *old_p, *retval; in _zend_shared_memdup() local418 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), key)) != NULL) { in _zend_shared_memdup()420 return old_p; in _zend_shared_memdup()
Completed in 7 milliseconds