zend_shared_alloc_get_xlat_entry 113 ext/opcache/zend_persist.c ht->pListHead = zend_shared_alloc_get_xlat_entry(ht->pListHead); zend_shared_alloc_get_xlat_entry 116 ext/opcache/zend_persist.c ht->pListTail = zend_shared_alloc_get_xlat_entry(ht->pListTail); zend_shared_alloc_get_xlat_entry 119 ext/opcache/zend_persist.c ht->pInternalPointer = zend_shared_alloc_get_xlat_entry(ht->pInternalPointer); zend_shared_alloc_get_xlat_entry 130 ext/opcache/zend_persist.c ht->arBuckets[i] = zend_shared_alloc_get_xlat_entry(ht->arBuckets[i]); zend_shared_alloc_get_xlat_entry 193 ext/opcache/zend_persist.c zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp); zend_shared_alloc_get_xlat_entry 257 ext/opcache/zend_persist.c orig_literals = zend_shared_alloc_get_xlat_entry(op_array->literals); zend_shared_alloc_get_xlat_entry 275 ext/opcache/zend_persist.c if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->opcodes))) { zend_shared_alloc_get_xlat_entry 385 ext/opcache/zend_persist.c if ((new_name = zend_shared_alloc_get_xlat_entry(op_array->function_name))) { zend_shared_alloc_get_xlat_entry 394 ext/opcache/zend_persist.c if ((new_ptr = zend_shared_alloc_get_xlat_entry(op_array->arg_info))) { zend_shared_alloc_get_xlat_entry 421 ext/opcache/zend_persist.c op_array->scope = zend_shared_alloc_get_xlat_entry(op_array->scope); zend_shared_alloc_get_xlat_entry 428 ext/opcache/zend_persist.c if (!zend_shared_alloc_get_xlat_entry(op_array->doc_comment)) { zend_shared_alloc_get_xlat_entry 442 ext/opcache/zend_persist.c if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->vars))) { zend_shared_alloc_get_xlat_entry 455 ext/opcache/zend_persist.c if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) { zend_shared_alloc_get_xlat_entry 477 ext/opcache/zend_persist.c if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) { zend_shared_alloc_get_xlat_entry 532 ext/opcache/zend_persist.c if (!zend_shared_alloc_get_xlat_entry(ZEND_CE_DOC_COMMENT(ce))) { zend_shared_alloc_get_xlat_entry 623 ext/opcache/zend_persist.c prop->ce = zend_shared_alloc_get_xlat_entry(prop->ce); zend_shared_alloc_get_xlat_entry 632 ext/opcache/zend_persist.c ce->parent = zend_shared_alloc_get_xlat_entry(ce->parent); zend_shared_alloc_get_xlat_entry 639 ext/opcache/zend_persist.c ce->constructor = zend_shared_alloc_get_xlat_entry(ce->constructor); zend_shared_alloc_get_xlat_entry 644 ext/opcache/zend_persist.c ce->destructor = zend_shared_alloc_get_xlat_entry(ce->destructor); zend_shared_alloc_get_xlat_entry 648 ext/opcache/zend_persist.c ce->clone = zend_shared_alloc_get_xlat_entry(ce->clone); zend_shared_alloc_get_xlat_entry 652 ext/opcache/zend_persist.c ce->__get = zend_shared_alloc_get_xlat_entry(ce->__get); zend_shared_alloc_get_xlat_entry 656 ext/opcache/zend_persist.c ce->__set = zend_shared_alloc_get_xlat_entry(ce->__set); zend_shared_alloc_get_xlat_entry 660 ext/opcache/zend_persist.c ce->__call = zend_shared_alloc_get_xlat_entry(ce->__call); zend_shared_alloc_get_xlat_entry 664 ext/opcache/zend_persist.c ce->serialize_func = zend_shared_alloc_get_xlat_entry(ce->serialize_func); zend_shared_alloc_get_xlat_entry 668 ext/opcache/zend_persist.c ce->unserialize_func = zend_shared_alloc_get_xlat_entry(ce->unserialize_func); zend_shared_alloc_get_xlat_entry 672 ext/opcache/zend_persist.c ce->__isset = zend_shared_alloc_get_xlat_entry(ce->__isset); zend_shared_alloc_get_xlat_entry 676 ext/opcache/zend_persist.c ce->__unset = zend_shared_alloc_get_xlat_entry(ce->__unset); zend_shared_alloc_get_xlat_entry 680 ext/opcache/zend_persist.c ce->__tostring = zend_shared_alloc_get_xlat_entry(ce->__tostring); zend_shared_alloc_get_xlat_entry 685 ext/opcache/zend_persist.c ce->__callstatic = zend_shared_alloc_get_xlat_entry(ce->__callstatic); zend_shared_alloc_get_xlat_entry 691 ext/opcache/zend_persist.c ce->__debugInfo = zend_shared_alloc_get_xlat_entry(ce->__debugInfo); zend_shared_alloc_get_xlat_entry 150 ext/opcache/zend_persist_calc.c zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp); zend_shared_alloc_get_xlat_entry 172 ext/opcache/zend_persist_calc.c if (op_array->literals && !zend_shared_alloc_get_xlat_entry(op_array->literals)) { zend_shared_alloc_get_xlat_entry 183 ext/opcache/zend_persist_calc.c if (!zend_shared_alloc_get_xlat_entry(op_array->opcodes)) { zend_shared_alloc_get_xlat_entry 208 ext/opcache/zend_persist_calc.c !zend_shared_alloc_get_xlat_entry(op_array->arg_info)) { zend_shared_alloc_get_xlat_entry 240 ext/opcache/zend_persist_calc.c if (op_array->vars && !zend_shared_alloc_get_xlat_entry(op_array->vars)) { zend_shared_alloc_get_xlat_entry 153 ext/opcache/zend_shared_alloc.h void *zend_shared_alloc_get_xlat_entry(const void *old);