Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c35 # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old… macro
38 # define accel_xlat_get(old, new) zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*… macro
236 } else if (accel_xlat_get(src, ret_ptr) != SUCCESS) {
350 } else if (accel_xlat_get(p->pDataPtr, ppz) != SUCCESS) {
478 if (accel_xlat_get(new_entry->scope, new_ce) == SUCCESS) {
487 if (accel_xlat_get(new_entry->prototype, new_prototype) == SUCCESS) {
589 } else if (accel_xlat_get(prop_info->ce, new_ce) == SUCCESS) {
621 if (accel_xlat_get(ce->handler, new_func) == SUCCESS) { \
710 if (accel_xlat_get(ce->parent, new_ce) == SUCCESS) {

Completed in 6 milliseconds