Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_shared_alloc.c399 void *old_p; in zend_shared_memdup_size() local
403 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), key)) != NULL) { in zend_shared_memdup_size()
413 void *old_p, *retval; in _zend_shared_memdup() local
419 if ((old_p = zend_hash_index_find_ptr(&ZCG(xlat_table), key)) != NULL) { in _zend_shared_memdup()
421 return old_p; in _zend_shared_memdup()

Completed in 8 milliseconds