/PHP-7.4/ext/dba/libcdb/ |
H A D | cdb.c | 46 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos) in cdb_match() 104 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos) in cdb_read() 132 uint32 pos; in cdb_findnext() local
|
/PHP-7.4/ext/standard/ |
H A D | formatted_print.c | 54 php_sprintf_appendchar(zend_string **buffer, size_t *pos, char add) in php_sprintf_appendchar() 67 php_sprintf_appendchars(zend_string **buffer, size_t *pos, char *add, size_t len) in php_sprintf_appendchars() 86 php_sprintf_appendstring(zend_string **buffer, size_t *pos, char *add, in php_sprintf_appendstring() 143 php_sprintf_appendint(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_appendint() 187 php_sprintf_appenduint(zend_string **buffer, size_t *pos, in php_sprintf_appenduint() 219 php_sprintf_appenddouble(zend_string **buffer, size_t *pos, in php_sprintf_appenddouble() 317 php_sprintf_append2n(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_append2n()
|
/PHP-7.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.h | 42 size_t pos; member 49 size_t pos; member
|
/PHP-7.4/Zend/ |
H A D | zend_llist.c | 258 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 D | zend_hash.c | 437 …tic zend_always_inline HashPosition _zend_hash_get_valid_pos(const HashTable *ht, HashPosition pos) in _zend_hash_get_valid_pos() 455 ZEND_API uint32_t ZEND_FASTCALL zend_hash_iterator_add(HashTable *ht, HashPosition pos) in zend_hash_iterator_add() 2277 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_reset_ex() 2288 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_end_ex() 2307 ZEND_API int ZEND_FASTCALL zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_forward_ex() 2332 ZEND_API int ZEND_FASTCALL zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_backwards_ex() 2356 …rent_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos) in zend_hash_get_current_key_ex() 2376 … ZEND_FASTCALL zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, HashPosition *pos) in zend_hash_get_current_key_zval_ex() 2395 ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_key_type_ex() 2414 ZEND_API zval* ZEND_FASTCALL zend_hash_get_current_data_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_data_ex()
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_wait.c | 48 HashPosition pos[2]; member 207 phpdbg_intersect_ptr pos; in phpdbg_webdata_decompress() local 244 zend_llist_position pos; in phpdbg_webdata_decompress() local
|
H A D | phpdbg_btree.c | 125 phpdbg_btree_position pos; in phpdbg_btree_find_between() local 134 phpdbg_btree_result *phpdbg_btree_next(phpdbg_btree_position *pos) { in phpdbg_btree_next()
|
H A D | phpdbg_cmd.c | 31 size_t pos = 0; in ZEND_EXTERN_MODULE_GLOBALS() local 628 size_t pos = 0; in phpdbg_stack_resolve() local
|
H A D | phpdbg_webdata_transfer.c | 82 zend_llist_position pos; in phpdbg_webdata_compress() local
|
/PHP-7.4/ext/intl/grapheme/ |
H A D | grapheme_util.c | 252 int ret_len, pos; in grapheme_split_string() local 289 int pos = 0; in grapheme_count_graphemes() local 312 int32_t pos; in grapheme_get_haystack_offset() local
|
/PHP-7.4/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_htmlent.c | 177 int pos, ent = 0; in mbfl_filt_conv_html_dec() local 286 int status, pos = 0; in mbfl_filt_conv_html_dec_flush() local
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_wbmp.c | 104 int x, y, pos; in _gdImageWBMPCtx() local 147 int col, row, pos; in gdImageCreateFromWBMPCtx() local
|
H A D | gd_io_dp.c | 35 int pos; member 149 static int dynamicSeek (struct gdIOCtx *ctx, const int pos) in dynamicSeek()
|
/PHP-7.4/ext/dba/ |
H A D | dba_cdb.c | 58 uint32 pos; /* current position for traversing */ member 138 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument 142 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
|
/PHP-7.4/ext/hash/ |
H A D | php_hash_sha3.h | 27 uint32_t pos; member
|
H A D | php_hash_whirlpool.h | 27 int pos; member
|
/PHP-7.4/ext/curl/ |
H A D | multi.c | 141 zend_llist_position pos; in _php_curl_multi_find_easy_handle() local 278 zend_llist_position pos; in PHP_FUNCTION() local 412 zend_llist_position pos; in _php_curl_multi_close() local
|
/PHP-7.4/main/streams/ |
H A D | glob_wrapper.c | 104 const char *pos, *gpath = path; in php_glob_stream_path_split() local 204 const char *tmp, *pos; in php_glob_stream_opener() local
|
/PHP-7.4/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 93 zval *pos, tmp; in add_static_slot() local 123 zval zv, *pos; in zend_optimizer_compact_literals() local
|
/PHP-7.4/ext/intl/breakiterator/ |
H A D | codepointiterator_internal.cpp | 159 int32_t pos = (int32_t)utext_nativeLength(this->fText); in last() local 286 int64_t pos = utext_getNativeIndex(this->fText); in refreshInputText() local
|
H A D | breakiterator_iterators.cpp | 68 int32_t pos = biter->next(); in _breakiterator_move_forward() local 79 int32_t pos = biter->first(); in _breakiterator_rewind() local
|
/PHP-7.4/ext/opcache/ |
H A D | zend_accelerator_blacklist.h | 36 int pos; member
|
/PHP-7.4/ext/mysqli/ |
H A D | mysqli_prop.c | 204 zend_llist_position pos; in link_error_list_read() local 368 zend_llist_position pos; in stmt_error_list_read() local
|
/PHP-7.4/main/ |
H A D | getopt.c | 90 const char *pos; in php_getopt() local
|
/PHP-7.4/ext/phar/ |
H A D | tar.c | 217 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local 720 size_t pos; in phar_tar_writeheaders_int() local 1031 char *pos; in phar_tar_flush() local
|