Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/
H A Dzend_shared_alloc.c328 void **old_p; in zend_shared_memdup_size() local
330 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in zend_shared_memdup_size()
340 void **old_p, *retval; in _zend_shared_memdup() local
342 if (zend_hash_index_find(&xlat_table, (ulong)source, (void **)&old_p) == SUCCESS) { in _zend_shared_memdup()
344 return *old_p; in _zend_shared_memdup()

Completed in 5 milliseconds