Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 134) sorted by path

123456

/PHP-5.5/Zend/
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
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_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_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_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_operators.c1781 int pos=Z_STRLEN_P(str)-1; in increment_string() local
H A Dzend_static_allocator.h33 char *pos; member
H A Dzend_stream.h46 size_t pos; member
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c39 HashPosition pos; in safe_array_from_zval() local
H A Dcom_wrapper.c453 HashPosition pos; in generate_dispids() local
585 HashPosition pos; in php_com_wrapper_export_as_sink() local
/PHP-5.5/ext/curl/
H A Dinterface.c2922 HashPosition pos; in PHP_FUNCTION() local
H A Dmulti.c213 zend_llist_position pos; in PHP_FUNCTION() local
290 zend_llist_position pos; in PHP_FUNCTION() local
343 zend_llist_position pos; in _php_curl_multi_close() local
/PHP-5.5/ext/date/lib/
H A Dparse_date.c153 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
H A Dparse_iso_intervals.c91 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
H A Dtimelib_structs.h213 unsigned int pos; member
/PHP-5.5/ext/dba/
H A Ddba.c207 HashPosition pos; local
H A Ddba_cdb.c60 uint32 pos; /* current position for traversing */ member
140 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos TSRMLS_CC) argument
144 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c132 uint32 pos; in cdb_findnext() local
H A Dcdb_make.h52 uint32 pos; member
/PHP-5.5/ext/dba/libflatfile/
H A Dflatfile.c112 size_t pos; in flatfile_delete() local
/PHP-5.5/ext/dba/libinifile/
H A Dinifile.c169 char *pos; in inifile_read() local
H A Dinifile.h36 size_t pos; member

Completed in 120 milliseconds

123456