Lines Matching refs:zend_shared_alloc_get_xlat_entry

113 		ht->pListHead = zend_shared_alloc_get_xlat_entry(ht->pListHead);  in zend_hash_persist()
116 ht->pListTail = zend_shared_alloc_get_xlat_entry(ht->pListTail); in zend_hash_persist()
119 ht->pInternalPointer = zend_shared_alloc_get_xlat_entry(ht->pInternalPointer); in zend_hash_persist()
130 ht->arBuckets[i] = zend_shared_alloc_get_xlat_entry(ht->arBuckets[i]); in zend_hash_persist()
193 zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp);
257 orig_literals = zend_shared_alloc_get_xlat_entry(op_array->literals);
275 if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->opcodes))) {
385 if ((new_name = zend_shared_alloc_get_xlat_entry(op_array->function_name))) {
394 if ((new_ptr = zend_shared_alloc_get_xlat_entry(op_array->arg_info))) {
421 op_array->scope = zend_shared_alloc_get_xlat_entry(op_array->scope);
428 if (!zend_shared_alloc_get_xlat_entry(op_array->doc_comment)) {
442 if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->vars))) {
455 if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) {
477 if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) {
532 if (!zend_shared_alloc_get_xlat_entry(ZEND_CE_DOC_COMMENT(ce))) {
623 prop->ce = zend_shared_alloc_get_xlat_entry(prop->ce);
632 ce->parent = zend_shared_alloc_get_xlat_entry(ce->parent);
639 ce->constructor = zend_shared_alloc_get_xlat_entry(ce->constructor);
644 ce->destructor = zend_shared_alloc_get_xlat_entry(ce->destructor);
648 ce->clone = zend_shared_alloc_get_xlat_entry(ce->clone);
652 ce->__get = zend_shared_alloc_get_xlat_entry(ce->__get);
656 ce->__set = zend_shared_alloc_get_xlat_entry(ce->__set);
660 ce->__call = zend_shared_alloc_get_xlat_entry(ce->__call);
664 ce->serialize_func = zend_shared_alloc_get_xlat_entry(ce->serialize_func);
668 ce->unserialize_func = zend_shared_alloc_get_xlat_entry(ce->unserialize_func);
672 ce->__isset = zend_shared_alloc_get_xlat_entry(ce->__isset);
676 ce->__unset = zend_shared_alloc_get_xlat_entry(ce->__unset);
680 ce->__tostring = zend_shared_alloc_get_xlat_entry(ce->__tostring);
685 ce->__callstatic = zend_shared_alloc_get_xlat_entry(ce->__callstatic);
691 ce->__debugInfo = zend_shared_alloc_get_xlat_entry(ce->__debugInfo);