Searched refs:old_p (Results 1 – 1 of 1) sorted by relevance
403 void *old_p; in zend_shared_memdup_size() local407 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), key)) != NULL) { in zend_shared_memdup_size()417 void *old_p, *retval; in _zend_shared_memdup() local423 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), key)) != NULL) { in _zend_shared_memdup()425 return old_p; in _zend_shared_memdup()
Completed in 5 milliseconds