/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | in.c | 112 lexbor_in_node_split(lexbor_in_node_t *node, const lxb_char_t *pos) in lexbor_in_node_split() 145 lexbor_in_node_find(lexbor_in_node_t *node, const lxb_char_t *pos) in lexbor_in_node_find() 160 const lxb_char_t *pos, size_t offset) in lexbor_in_node_pos_up() 193 const lxb_char_t *pos, size_t offset) in lexbor_in_node_pos_down()
|
/php-src/ext/dba/libcdb/ |
H A D | cdb.c | 44 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-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_ppc.h | 45 #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 169 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local 286 int pos = DASM_SEC2POS(secnum); in dasm_link() local 393 int pos = D->pclabels[pc]; in dasm_getpclabel() local
|
H A D | dasm_mips.h | 45 #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 169 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local 282 int pos = DASM_SEC2POS(secnum); in dasm_link() local 394 int pos = D->pclabels[pc]; in dasm_getpclabel() local
|
H A D | dasm_arm.h | 46 #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 178 int pos = sec->pos, ofs = sec->ofs; in dasm_put() local 303 int pos = DASM_SEC2POS(secnum); in dasm_link() local 431 int pos = D->pclabels[pc]; in dasm_getpclabel() local
|
H A D | dasm_x86.h | 44 #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 171 int pos = sec->pos, ofs = sec->ofs, mrm = -1; in dasm_put() local 306 int pos = DASM_SEC2POS(secnum); in dasm_link() local 517 int pos = D->pclabels[pc]; in dasm_getpclabel() local
|
H A D | dasm_arm64.h | 48 #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
|
/php-src/ext/curl/ |
H A D | multi.c | 133 zend_llist_position pos; in _php_curl_multi_find_easy_handle() local 189 zend_llist_position pos; in PHP_FUNCTION() local 249 zend_llist_position pos; in PHP_FUNCTION() local 346 zend_llist_position pos; in PHP_FUNCTION() local 555 zend_llist_position pos; in curl_multi_free_obj() local 593 zend_llist_position pos; in curl_multi_get_gc() local
|
/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfl_memory_device.h | 42 size_t pos; member 49 size_t pos; member
|
/php-src/ext/tokenizer/ |
H A D | tokenizer.stub.php | 20 public int $pos; variable in PhpToken 25 final public function __construct(int $id, string $text, int $line = -1, int $pos = -1) {}
|
/php-src/Zend/ |
H A D | zend_llist.c | 260 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/opcache/jit/ir/ |
H A D | ir_strtab.c | 51 uint32_t pos, i; in ir_strtab_resize() local 119 uint32_t pos = ((uint32_t*)data)[(int32_t)(h | strtab->mask)]; in ir_strtab_find() local 138 uint32_t pos = ((uint32_t*)data)[(int32_t)(h | strtab->mask)]; in ir_strtab_lookup() local 187 uint32_t pos = ((uint32_t*)data)[(int32_t)(h | strtab->mask)]; in ir_strtab_update() local
|
H A D | ir_ra.c | 1164 ir_live_pos pos = IR_START_LIVE_POS_FROM_REF(ref); in ir_add_fusion_ranges() local 1720 ir_live_pos pos = IR_USE_LIVE_POS_FROM_REF(i); in ir_swap_operands() local 1823 ir_live_pos pos = IR_USE_LIVE_POS_FROM_REF(i); in ir_try_swap_operands() local 2249 # define IR_LOG_LSRA_SPLIT(ival, pos) do { \ argument 2279 # define IR_LOG_LSRA_SPLIT(ival, pos) argument 2280 # define IR_LOG_LSRA_CONFLICT(action, ival, pos); argument 2720 ir_live_pos pos = ival->range.start; in ir_add_to_unhandled() local 2754 ir_live_pos pos; in ir_merge_to_unhandled() local 2788 ir_live_pos pos = ival->range.start; in ir_add_to_unhandled_spill() local 2812 ir_live_pos pos, next; in ir_try_allocate_free_reg() local [all …]
|
/php-src/ext/standard/ |
H A D | formatted_print.c | 49 php_sprintf_appendchar(zend_string **buffer, size_t *pos, char add) in php_sprintf_appendchar() 62 php_sprintf_appendchars(zend_string **buffer, size_t *pos, char *add, size_t len) in php_sprintf_appendchars() 81 php_sprintf_appendstring(zend_string **buffer, size_t *pos, char *add, in php_sprintf_appendstring() 138 php_sprintf_appendint(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_appendint() 182 php_sprintf_appenduint(zend_string **buffer, size_t *pos, in php_sprintf_appenduint() 214 php_sprintf_appenddouble(zend_string **buffer, size_t *pos, in php_sprintf_appenddouble() 321 php_sprintf_append2n(zend_string **buffer, size_t *pos, zend_long number, in php_sprintf_append2n()
|
/php-src/ext/intl/grapheme/ |
H A D | grapheme_util.c | 233 int ret_len, pos; in grapheme_split_string() local 270 int pos = 0; in grapheme_count_graphemes() local 293 int32_t pos; in grapheme_get_haystack_offset() local
|
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/ |
H A D | error.c | 12 const lxb_char_t *pos, in lxb_html_tokenizer_error_add()
|
/php-src/ext/dom/lexbor/lexbor/css/syntax/tokenizer/ |
H A D | error.c | 12 const lxb_char_t *pos, in lxb_css_syntax_tokenizer_error_add()
|
H A D | error.h | 41 const lxb_char_t *pos; member
|
/php-src/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
|
/php-src/ext/dba/ |
H A D | dba_cdb.c | 56 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/hash/ |
H A D | php_hash_sha3.h | 23 uint32_t pos; member
|
H A D | php_hash_whirlpool.h | 25 int pos; member
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_btree.c | 123 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/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 67 int32_t pos = biter->next(); in _breakiterator_move_forward() local 78 int32_t pos = biter->first(); in _breakiterator_rewind() local
|
/php-src/Zend/Optimizer/ |
H A D | compact_literals.c | 100 zval *pos, tmp; in add_static_slot() local 159 zval zv, *pos; in zend_optimizer_compact_literals() local
|