Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/
H A Dspl_observer.c519 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
601 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
627 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
672 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
786 zend_hash_internal_pointer_reset_ex(&intern->storage, &pos); in PHP_METHOD()
1089 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
1116 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
1155 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
1176 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
1205 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
[all …]
H A Dphp_spl.c431 zend_hash_internal_pointer_reset_ex(spl_autoload_functions, &pos); in spl_perform_autoload()
H A Dspl_array.c117 zend_hash_internal_pointer_reset_ex(ht, &EG(ht_iterators)[intern->ht_iter].pos); in spl_array_create_ht_iter()
1030 zend_hash_internal_pointer_reset_ex(aht, spl_array_get_pos_ptr(aht, intern)); in spl_array_rewind()
/PHP-8.3/ext/com_dotnet/
H A Dcom_wrapper.c457 zend_hash_internal_pointer_reset_ex(Z_OBJPROP(disp->object), &pos); in generate_dispids()
491 zend_hash_internal_pointer_reset_ex(&Z_OBJCE(disp->object)->function_table, &pos); in generate_dispids()
596 zend_hash_internal_pointer_reset_ex(id_to_name, &pos); in php_com_wrapper_export_as_sink()
H A Dcom_variant.c43 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(z), &pos); in safe_array_from_zval()
68 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(z), &pos); in safe_array_from_zval()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_frame.c276 zend_hash_internal_pointer_reset_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
/PHP-8.3/ext/dom/
H A Ddom_iterators.c297 zend_hash_internal_pointer_reset_ex(nodeht, &iterator->pos); in php_dom_get_iterator()
/PHP-8.3/Zend/
H A Dzend_weakrefs.c645 zend_hash_internal_pointer_reset_ex(&wm->ht, pos); in zend_weakmap_iterator_rewind()
H A Dzend_hash.h254 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos);
282 zend_hash_internal_pointer_reset_ex(ht, &ht->nInternalPointer); in zend_hash_internal_pointer_reset()
H A Dzend_hash.c2731 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_reset_ex() function
/PHP-8.3/ext/dba/
H A Ddba.c105 zend_hash_internal_pointer_reset_ex(key, &pos); in ZEND_GET_MODULE()
/PHP-8.3/ext/soap/
H A Dphp_schema.c2286 zend_hash_internal_pointer_reset_ex(type->attributes, &pos); in schema_type_fixup()
/PHP-8.3/ext/standard/
H A Darray.c1411 zend_hash_internal_pointer_reset_ex(target_hash, &pos); in php_array_walk()

Completed in 77 milliseconds