Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_observer.c521 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
603 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
629 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
674 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
790 zend_hash_internal_pointer_reset_ex(&intern->storage, &pos); in PHP_METHOD()
1100 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
1127 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
1166 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
1187 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
1216 zend_hash_internal_pointer_reset_ex(&intern->storage, &intern->pos); in PHP_METHOD()
[all …]
H A Dphp_spl.c428 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()
1033 zend_hash_internal_pointer_reset_ex(aht, spl_array_get_pos_ptr(aht, intern)); in spl_array_rewind()
/PHP-8.2/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.c42 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(z), &pos); in safe_array_from_zval()
67 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(z), &pos); in safe_array_from_zval()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_frame.c276 zend_hash_internal_pointer_reset_ex(Z_ARRVAL(zbacktrace), &position); in phpdbg_dump_backtrace()
/PHP-8.2/ext/dom/
H A Ddom_iterators.c287 zend_hash_internal_pointer_reset_ex(nodeht, &iterator->pos); in php_dom_get_iterator()
/PHP-8.2/Zend/
H A Dzend_weakrefs.c557 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.c2623 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.2/ext/dba/
H A Ddba.c105 zend_hash_internal_pointer_reset_ex(key, &pos); in ZEND_GET_MODULE()
/PHP-8.2/ext/soap/
H A Dphp_schema.c2286 zend_hash_internal_pointer_reset_ex(type->attributes, &pos); in schema_type_fixup()
/PHP-8.2/ext/standard/
H A Darray.c1325 zend_hash_internal_pointer_reset_ex(target_hash, &pos); in php_array_walk()

Completed in 73 milliseconds