Searched refs:HashPosition (Results 1 - 25 of 62) sorted by relevance
123
| /PHP_5_4/ext/intl/msgformat/ |
| H A D | msgformat_format.c | 41 HashPosition pos;
|
| /PHP_5_4/Zend/ |
| H A D | zend_hash.c | 1094 ZEND_API void zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos) 1108 ZEND_API void zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos) 1119 ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) 1121 HashPosition *current = pos ? pos : &ht->pInternalPointer; 1132 ZEND_API int zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos) 1134 HashPosition *current = pos ? pos : &ht->pInternalPointer; 1147 ZEND_API int zend_hash_get_current_key_ex(const HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos) 1175 ZEND_API int zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos) 1194 ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos) 1213 ZEND_API int zend_hash_update_current_key_ex(HashTable *ht, int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *po [all...] |
| H A D | zend_hash.h | 94 typedef Bucket* HashPosition; typedef 177 ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos); 178 ZEND_API int zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos); 179 ZEND_API int zend_hash_get_current_key_ex(const HashTable *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos); 180 ZEND_API int zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos); 181 ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos); 182 ZEND_API void zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos); 183 ZEND_API void zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos); 184 ZEND_API int zend_hash_update_current_key_ex(HashTable *ht, int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *pos); 187 HashPosition po [all...] |
| H A D | zend_list.c | 318 HashPosition pos;
|
| H A D | zend_objects.c | 190 HashPosition pos;
|
| H A D | zend_builtin_functions.c | 906 HashPosition pos; 987 HashPosition pos; 1043 HashPosition pos; 1972 HashPosition pos; 2058 HashPosition iterator;
|
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_wrapper.c | 453 HashPosition pos; 585 HashPosition pos;
|
| /PHP_5_4/ext/filter/ |
| H A D | filter.c | 499 HashPosition pos; 684 HashPosition pos;
|
| /PHP_5_4/ext/hash/ |
| H A D | hash.c | 579 HashPosition pos; 900 HashPosition pos;
|
| /PHP_5_4/ext/json/ |
| H A D | json.c | 171 HashPosition pos; 256 HashPosition pos;
|
| /PHP_5_4/ext/mysqli/ |
| H A D | mysqli_embedded.c | 42 HashPosition pos;
|
| /PHP_5_4/ext/pcntl/ |
| H A D | pcntl.c | 922 HashPosition pos; 982 HashPosition pos;
|
| /PHP_5_4/ext/pdo/ |
| H A D | pdo.c | 103 HashPosition pos; 398 HashPosition pos;
|
| /PHP_5_4/ext/soap/ |
| H A D | php_encoding.c | 280 HashPosition pos; 469 HashPosition pos; 1446 HashPosition pos; 1599 HashPosition pos; 1817 HashPosition pos; 1833 HashPosition pos; 1871 HashPosition pos; 2003 HashPosition pos; 3236 HashPosition pos;
|
| H A D | soap.c | 979 HashPosition pos1, pos2; 1349 HashPosition pos; 1359 HashPosition pos; 1380 HashPosition pos; 2839 HashPosition pos; 2936 HashPosition pos; 2966 HashPosition pos; 3729 HashPosition pos; 4426 HashPosition pos; 4523 HashPosition po [all...] |
| /PHP_5_4/ext/spl/ |
| H A D | php_spl.c | 420 HashPosition function_pos; 707 HashPosition function_pos;
|
| H A D | spl_observer.c | 85 HashPosition pos; 240 HashPosition pos; 318 HashPosition pos; 370 HashPosition pos; 748 HashPosition pos;
|
| /PHP_5_4/ext/standard/ |
| H A D | array.c | 287 HashPosition pos; 1206 HashPosition pos; /* hash iterator */ 1327 HashPosition pos; 1489 HashPosition pos; 1584 HashPosition pos; 2175 HashPosition hpos; 2252 HashPosition pos; 2315 HashPosition pos; 2454 HashPosition pos; 2509 HashPosition po [all...] |
| H A D | proc_open.c | 87 HashPosition pos; 430 HashPosition pos;
|
| H A D | var.c | 639 HashPosition pos; 858 HashPosition pos;
|
| H A D | http_fopen_wrapper.c | 213 HashPosition pos; 401 HashPosition pos;
|
| H A D | streamsfuncs.c | 553 HashPosition pos; 583 HashPosition pos; 923 HashPosition pos, opos;
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | php_mysqlnd.c | 47 HashPosition pos_values; 78 HashPosition pos_values;
|
| /PHP_5_4/win32/ |
| H A D | registry.c | 101 HashPosition pos; 254 HashPosition pos;
|
| /PHP_5_4/ext/reflection/ |
| H A D | php_reflection.c | 435 HashPosition pos; 458 HashPosition pos; 476 HashPosition pos; 497 HashPosition pos; 515 HashPosition pos; 540 HashPosition pos; 558 HashPosition pos; 595 HashPosition pos; 795 HashPosition pos; 3343 HashPosition po [all...] |
Completed in 58 milliseconds
123