Home
last modified time | relevance | path

Searched defs:pos (Results 126 – 134 of 134) sorted by last modified time

123456

/PHP-5.5/Zend/
H A Dzend_object_handlers.c69 HashPosition pos; in rebuild_object_properties() local
H A Dzend_objects.c190 HashPosition pos; in zend_objects_clone_members() local
H A Dzend_list.c318 HashPosition pos; in zend_fetch_list_dtor_id() local
H A Dzend_llist.c258 ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_first_ex()
271 ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_last_ex()
284 ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_next_ex()
298 ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_prev_ex()
H A Dzend_hash.c1094 ZEND_API void zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_reset_ex()
1108 ZEND_API void zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_end_ex()
1119 ZEND_API int zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_forward_ex()
1132 ZEND_API int zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_backwards_ex()
1147 … *ht, char **str_index, uint *str_length, ulong *num_index, zend_bool duplicate, HashPosition *pos) in zend_hash_get_current_key_ex()
1174 ZEND_API void zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, HashPosition *pos) { in zend_hash_get_current_key_zval_ex()
1193 ZEND_API int zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_key_type_ex()
1212 ZEND_API int zend_hash_get_current_data_ex(HashTable *ht, void **pData, HashPosition *pos) in zend_hash_get_current_data_ex()
1231 …int key_type, const char *str_index, uint str_length, ulong num_index, int mode, HashPosition *pos) in zend_hash_update_current_key_ex()
H A Dzend_hash.h175 #define zend_hash_has_more_elements_ex(ht, pos) \ argument
188 HashPosition pos; member
378 …date_current_key_ex(HashTable *ht, const char *arKey, uint nKeyLength, int mode, HashPosition *pos) in zend_symtable_update_current_key_ex()
H A Dzend_builtin_functions.c906 HashPosition pos; in add_class_vars() local
987 HashPosition pos; in ZEND_FUNCTION() local
1043 HashPosition pos; in ZEND_FUNCTION() local
1955 HashPosition pos; in ZEND_FUNCTION() local
H A Dzend_API.c1062 HashPosition pos; in zval_update_class_constant() local
1807 HashPosition pos; in zend_collect_module_handlers() local
3289 HashPosition pos; in zend_fcall_info_args() local
/PHP-5.5/ext/gd/libgd/
H A Dgd_io_file.c114 static int fileSeek (struct gdIOCtx *ctx, const int pos) in fileSeek()

Completed in 43 milliseconds

123456