Home
last modified time | relevance | path

Searched defs:pos (Results 101 – 125 of 135) sorted by last modified time

123456

/php-src/ext/hash/xxhash/
H A Dxxhash.h5558 { size_t pos = 0; in XXH3_generateSecret() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c198 size_t pos; in mbfl_strcut() member
H A Dmbfl_memory_device.h42 size_t pos; member
49 size_t pos; member
/php-src/ext/dba/
H A Ddba_cdb.c56 uint32 pos; /* current position for traversing */ member
136 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
140 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
/php-src/ext/dba/libinifile/
H A Dinifile.c166 char *pos; in inifile_read() local
H A Dinifile.h32 size_t pos; member
/php-src/ext/dba/libcdb/
H A Dcdb.c44 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos) in cdb_match()
102 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos) in cdb_read()
130 uint32 pos; in cdb_findnext() local
H A Dcdb_make.h48 uint32 pos; member
/php-src/ext/dba/libflatfile/
H A Dflatfile.c107 size_t pos; in flatfile_delete() local
/php-src/ext/tokenizer/
H A Dtokenizer.c124 zend_long pos = -1; in PHP_METHOD() local
H A Dtokenizer.stub.php20 public int $pos; variable in PhpToken
25 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c303 uint32_t pos = 0, in phpdbg_get_prompt() local
H A Dphpdbg_btree.c123 phpdbg_btree_position pos; in phpdbg_btree_find_between() local
132 phpdbg_btree_result *phpdbg_btree_next(phpdbg_btree_position *pos) { in phpdbg_btree_next()
/php-src/ext/standard/
H A Dformatted_print.c52 php_sprintf_appendchar(zend_string **buffer, size_t *pos, char add) in php_sprintf_appendchar()
65 php_sprintf_appendchars(zend_string **buffer, size_t *pos, char *add, size_t len) in php_sprintf_appendchars()
84 php_sprintf_appendstring(zend_string **buffer, size_t *pos, char *add, in php_sprintf_appendstring()
141 php_sprintf_appendint(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_appendint()
185 php_sprintf_appenduint(zend_string **buffer, size_t *pos, in php_sprintf_appenduint()
217 php_sprintf_appenddouble(zend_string **buffer, size_t *pos, in php_sprintf_appenddouble()
324 php_sprintf_append2n(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_append2n()
/php-src/Zend/
H A Dzend_llist.c260 ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_first_ex()
273 ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_last_ex()
286 ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_next_ex()
300 ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position *pos) in zend_llist_get_prev_ex()
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c75 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
/php-src/ext/sysvshm/
H A Dsysvshm.c396 zend_long pos; in php_check_shm_data() local
/php-src/win32/
H A Dioutil.c603 wchar_t *idx = *buf, canonicalw[MAXPATHLEN], _tmp[MAXPATHLEN], *pos = _tmp; in php_win32_ioutil_normalize_path_w() local
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c318 zend_llist_position pos; in fpm_log_write() local
/php-src/main/
H A Dgetopt.c88 const char *pos; in php_getopt() local
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.h36 int pos; member
/php-src/ext/mysqli/
H A Dmysqli_prop.c208 zend_llist_position pos; in link_error_list_read() local
347 zend_llist_position pos; in stmt_error_list_read() local
/php-src/ext/mbstring/
H A Dphp_mbregex.c1003 OnigUChar *pos; in _php_mb_regex_ereg_replace_exec() local
1183 OnigUChar *pos, *chunk_pos; in PHP_FUNCTION() local
1327 size_t n, i, pos, len; in _php_mb_regex_ereg_search_exec() local
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.c235 int ret_len, pos; in grapheme_split_string() local
272 int pos = 0; in grapheme_count_graphemes() local
295 int32_t pos; in grapheme_get_haystack_offset() local
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp67 int32_t pos = biter->next(); in _breakiterator_move_forward() local
78 int32_t pos = biter->first(); in _breakiterator_rewind() local

Completed in 80 milliseconds

123456