Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/
H A Dzend_persist.c113 ht->pListHead = zend_shared_alloc_get_xlat_entry(ht->pListHead); in zend_hash_persist()
193 zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp);
477 if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) {
623 prop->ce = zend_shared_alloc_get_xlat_entry(prop->ce);
632 ce->parent = zend_shared_alloc_get_xlat_entry(ce->parent);
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);
672 ce->__isset = zend_shared_alloc_get_xlat_entry(ce->__isset);
[all …]
H A Dzend_persist_calc.c150 zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp);
172 if (op_array->literals && !zend_shared_alloc_get_xlat_entry(op_array->literals)) {
183 if (!zend_shared_alloc_get_xlat_entry(op_array->opcodes)) {
208 !zend_shared_alloc_get_xlat_entry(op_array->arg_info)) {
240 if (op_array->vars && !zend_shared_alloc_get_xlat_entry(op_array->vars)) {
H A Dzend_shared_alloc.h153 void *zend_shared_alloc_get_xlat_entry(const void *old);
H A Dzend_shared_alloc.c437 void *zend_shared_alloc_get_xlat_entry(const void *old) in zend_shared_alloc_get_xlat_entry() function

Completed in 12 milliseconds