Home
last modified time | relevance | path

Searched refs:HashPosition (Results 1 – 18 of 18) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_hash.h193 ZEND_API int ZEND_FASTCALL zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos);
194 ZEND_API int ZEND_FASTCALL zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos);
197 ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos);
198 ZEND_API zval* ZEND_FASTCALL zend_hash_get_current_data_ex(HashTable *ht, HashPosition *pos);
200 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos);
253 ZEND_API uint32_t ZEND_FASTCALL zend_hash_iterator_add(HashTable *ht, HashPosition pos);
254 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht);
255 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array);
257 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition start…
258 … ZEND_FASTCALL _zend_hash_iterators_update(HashTable *ht, HashPosition from, HashPosition to);
[all …]
H A Dzend_hash.c318 ZEND_API uint32_t ZEND_FASTCALL zend_hash_iterator_add(HashTable *ht, HashPosition pos) in zend_hash_iterator_add()
355 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) in zend_hash_iterator_pos()
376 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) in zend_hash_iterator_pos_ex()
440 ZEND_API HashPosition ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition start) in zend_hash_iterators_lower_pos()
444 HashPosition res = HT_INVALID_IDX; in zend_hash_iterators_lower_pos()
457 …I void ZEND_FASTCALL _zend_hash_iterators_update(HashTable *ht, HashPosition from, HashPosition to) in _zend_hash_iterators_update()
2066 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_end_ex()
2085 ZEND_API int ZEND_FASTCALL zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_forward_ex()
2109 ZEND_API int ZEND_FASTCALL zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_backwards_ex()
2170 ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_key_type_ex()
[all …]
H A Dzend_types.h270 typedef uint32_t HashPosition; typedef
274 HashPosition pos;
H A Dzend_generators.c717 HashPosition pos = Z_FE_POS(generator->values); in zend_generator_get_next_delegated_value()
H A Dzend_vm_def.h5784 HashPosition pos = 0;
5883 HashPosition pos = 0;
6056 HashPosition pos;
6229 HashPosition pos;
H A Dzend_vm_execute.h3514 HashPosition pos = 0;
3611 HashPosition pos = 0;
12883 HashPosition pos = 0;
12981 HashPosition pos = 0;
16465 HashPosition pos = 0;
16564 HashPosition pos = 0;
16737 HashPosition pos;
16910 HashPosition pos;
35576 HashPosition pos = 0;
35673 HashPosition pos = 0;
/PHP-7.1/ext/mysqli/
H A Dmysqli_embedded.c42 HashPosition pos; in PHP_FUNCTION()
/PHP-7.1/ext/com_dotnet/
H A Dcom_wrapper.c448 HashPosition pos; in generate_dispids()
588 HashPosition pos; in php_com_wrapper_export_as_sink()
H A Dcom_variant.c39 HashPosition pos; in safe_array_from_zval()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_frame.c263 HashPosition position; in phpdbg_dump_backtrace()
H A Dphpdbg_wait.c48 HashPosition pos[2];
H A Dphpdbg_watch.c590 HashPosition pos;
/PHP-7.1/ext/spl/
H A Dspl_observer.c85 HashPosition pos;
702 HashPosition pos; in SPL_METHOD()
H A Dphp_spl.c404 HashPosition pos; in PHP_FUNCTION()
H A Dspl_array.c1382 HashPosition pos, *pos_ptr; in spl_array_object_count_elements_helper()
/PHP-7.1/ext/dba/
H A Ddba.c207 HashPosition pos;
/PHP-7.1/ext/standard/
H A Darray.c1363 HashPosition pos; in php_array_walk()
5402 uint32_t *array_pos = (HashPosition *)ecalloc(n_arrays, sizeof(HashPosition));
H A Dstring.c2408 HashPosition from_idx, repl_idx, len_idx;

Completed in 196 milliseconds