Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 111) sorted by relevance

12345

/PHP-8.3/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
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_mips.h45 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
46 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
48 #define DASM_POS2SEC(pos) ((pos)>>24) argument
49 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
59 int pos; /* Biased buffer position. */ member
174 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
287 int pos = DASM_SEC2POS(secnum); in dasm_link() local
399 int pos = D->pclabels[pc]; in dasm_getpclabel() local
H A Ddasm_ppc.h45 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
46 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
48 #define DASM_POS2SEC(pos) ((pos)>>24) argument
49 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
59 int pos; /* Biased buffer position. */ member
174 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
291 int pos = DASM_SEC2POS(secnum); in dasm_link() local
398 int pos = D->pclabels[pc]; in dasm_getpclabel() local
H A Ddasm_arm.h46 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
47 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
49 #define DASM_POS2SEC(pos) ((pos)>>24) argument
50 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
60 int pos; /* Biased buffer position. */ member
183 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
308 int pos = DASM_SEC2POS(secnum); in dasm_link() local
436 int pos = D->pclabels[pc]; in dasm_getpclabel() local
H A Ddasm_arm64.h48 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
49 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
51 #define DASM_POS2SEC(pos) ((pos)>>24) argument
52 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
62 int pos; /* Biased buffer position. */ member
225 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local
377 int pos = DASM_SEC2POS(secnum); in dasm_link() local
545 int pos = D->pclabels[pc]; in dasm_getpclabel() local
H A Ddasm_x86.h44 #define DASM_POS2IDX(pos) ((pos)&0x00ffffff) argument
45 #define DASM_POS2BIAS(pos) ((pos)&0xff000000) argument
47 #define DASM_POS2SEC(pos) ((pos)>>24) argument
48 #define DASM_POS2PTR(D, pos) (D->sections[DASM_POS2SEC(pos)].rbuf + (pos)) argument
58 int pos; /* Biased buffer position. */ member
183 int pos = sec->pos, ofs = sec->ofs, mrm = -1; in dasm_put() local
316 int pos = DASM_SEC2POS(secnum); in dasm_link() local
515 int pos = D->pclabels[pc]; in dasm_getpclabel() local
/PHP-8.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.h42 size_t pos; member
49 size_t pos; member
/PHP-8.3/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-8.3/ext/tokenizer/
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-8.3/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-8.3/ext/curl/
H A Dmulti.c131 zend_llist_position pos; in _php_curl_multi_find_easy_handle() local
225 zend_llist_position pos; in PHP_FUNCTION() local
322 zend_llist_position pos; in PHP_FUNCTION() local
546 zend_llist_position pos; in curl_multi_free_obj() local
584 zend_llist_position pos; in curl_multi_get_gc() local
/PHP-8.3/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-8.3/ext/gd/libgd/
H A Dgd_wbmp.c104 int x, y, pos; in _gdImageWBMPCtx() local
147 int col, row, pos; in gdImageCreateFromWBMPCtx() local
H A Dgd_io_dp.c35 int pos; member
149 static int dynamicSeek (struct gdIOCtx *ctx, const int pos) in dynamicSeek()
/PHP-8.3/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-8.3/sapi/phpdbg/
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()
H A Dphpdbg_cmd.c33 size_t pos = 0; in ZEND_EXTERN_MODULE_GLOBALS() local
631 size_t pos = 0; in phpdbg_stack_resolve() local
/PHP-8.3/ext/hash/
H A Dphp_hash_sha3.h25 uint32_t pos; member
H A Dphp_hash_whirlpool.h25 int pos; member
/PHP-8.3/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
H A Dcodepointiterator_internal.cpp157 int32_t pos = (int32_t)utext_nativeLength(this->fText); in last() local
284 int64_t pos = utext_getNativeIndex(this->fText); in refreshInputText() local
/PHP-8.3/Zend/Optimizer/
H A Dcompact_literals.c100 zval *pos, tmp; in add_static_slot() local
159 zval zv, *pos; in zend_optimizer_compact_literals() local
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c181 int pos; in mbfl_filt_conv_html_dec() local
308 int status, pos = 0; in mbfl_filt_conv_html_dec_flush() local
/PHP-8.3/main/streams/
H A Dglob_wrapper.c110 const char *pos, *gpath = path; in php_glob_stream_path_split() local
220 const char *tmp, *pos; in php_glob_stream_opener() local
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_blacklist.h36 int pos; member

Completed in 74 milliseconds

12345