Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 112) sorted by relevance

12345

/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c183 lxb_encoding_decode_default(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_default()
190 lxb_encoding_decode_auto(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_auto()
198 lxb_encoding_decode_undefined(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_undefined()
206 lxb_encoding_decode_big5(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_big5()
372 lxb_encoding_decode_euc_jp(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_euc_jp()
514 lxb_encoding_decode_euc_kr(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_euc_kr()
605 lxb_encoding_decode_gbk(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_gbk()
612 lxb_encoding_decode_ibm866(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_ibm866()
1066 lxb_encoding_decode_koi8_r(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_koi8_r()
1075 lxb_encoding_decode_koi8_u(lxb_encoding_decode_t *ctx, in lxb_encoding_decode_koi8_u()
[all …]
H A Dencode.c13 #define LXB_ENCODING_ENCODE_APPEND(ctx, cp) \ argument
23 #define LXB_ENCODING_ENCODE_APPEND_P(ctx, cp) \ argument
34 #define LXB_ENCODING_ENCODE_ERROR(ctx) \ argument
51 #define LXB_ENCODING_ENCODE_ERROR_P(ctx) \ argument
268 lxb_encoding_encode_gbk(lxb_encoding_encode_t *ctx, const lxb_codepoint_t **cps, in lxb_encoding_encode_gbk()
518 lxb_encoding_encode_iso_2022_jp_eof(lxb_encoding_encode_t *ctx) in lxb_encoding_encode_iso_2022_jp_eof()
729 lxb_encoding_encode_utf_16_write(lxb_encoding_encode_t *ctx, bool is_be, in lxb_encoding_encode_utf_16_write()
744 lxb_encoding_encode_utf_16(lxb_encoding_encode_t *ctx, bool is_be, in lxb_encoding_encode_utf_16()
1222 lxb_encoding_encode_gbk_single(lxb_encoding_encode_t *ctx, lxb_char_t **data, in lxb_encoding_encode_gbk_single()
1459 lxb_encoding_encode_iso_2022_jp_eof_single(lxb_encoding_encode_t *ctx, in lxb_encoding_encode_iso_2022_jp_eof_single()
[all …]
/php-src/ext/gd/libgd/
H A Dgd_io.c34 void Putword (int w, gdIOCtx * ctx) in Putword()
43 void Putchar (int c, gdIOCtx * ctx) in Putchar()
48 void gdPutC (const unsigned char c, gdIOCtx * ctx) in gdPutC()
53 void gdPutWord (int w, gdIOCtx * ctx) in gdPutWord()
61 void gdPutInt (int w, gdIOCtx * ctx) in gdPutInt()
71 int gdGetC (gdIOCtx * ctx) in gdGetC()
76 int gdGetByte (int *result, gdIOCtx * ctx) in gdGetByte()
85 int gdGetWord (int *result, gdIOCtx * ctx) in gdGetWord()
118 int gdGetInt (int *result, gdIOCtx * ctx) in gdGetInt()
193 int gdSeek (gdIOCtx * ctx, const int pos) in gdSeek()
[all …]
H A Dgd_io_file.c33 gdIOCtx ctx; member
51 fileIOCtx *ctx; in gdNewFileCtx() local
71 static void gdFreeFileCtx (gdIOCtx * ctx) in gdFreeFileCtx()
77 static int filePutbuf (gdIOCtx * ctx, const void *buf, int size) in filePutbuf()
86 static int fileGetbuf (gdIOCtx * ctx, void *buf, int size) in fileGetbuf()
94 static void filePutchar (gdIOCtx * ctx, int a) in filePutchar()
105 static int fileGetchar (gdIOCtx * ctx) in fileGetchar()
114 static int fileSeek (struct gdIOCtx *ctx, const int pos) in fileSeek()
122 static long fileTell (struct gdIOCtx *ctx) in fileTell()
H A Dgd_io_ss.c34 gdIOCtx ctx; member
52 ssIOCtxPtr ctx; in gdNewSSCtx() local
73 static void gdFreeSsCtx (gdIOCtx * ctx) in gdFreeSsCtx()
79 static int sourceGetbuf (gdIOCtx * ctx, void *buf, int size) in sourceGetbuf()
102 static int sourceGetchar (gdIOCtx * ctx) in sourceGetchar()
116 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size) in sinkPutbuf()
132 static void sinkPutchar (gdIOCtx * ctx, int a) in sinkPutchar()
H A Dgd_io_dp.c41 gdIOCtx ctx; member
72 dpIOCtx *ctx; in gdNewDynamicCtxEx() local
95 void * gdDPExtractData (struct gdIOCtx *ctx, int *size) in gdDPExtractData()
124 static void gdFreeDynamicCtx (struct gdIOCtx *ctx) in gdFreeDynamicCtx()
140 static long dynamicTell (struct gdIOCtx *ctx) in dynamicTell()
149 static int dynamicSeek (struct gdIOCtx *ctx, const int pos) in dynamicSeek()
201 dynamicPutbuf (struct gdIOCtx *ctx, const void *buf, int size) in dynamicPutbuf()
219 static void dynamicPutchar (struct gdIOCtx *ctx, int a) in dynamicPutchar()
230 static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len) in dynamicGetbuf()
255 static int dynamicGetchar (gdIOCtxPtr ctx) in dynamicGetchar()
H A Dgd_gif_out.c196 BumpPixel(GifCtx *ctx) in BumpPixel()
252 GIFNextPixel(gdImagePtr im, GifCtx *ctx) in GIFNextPixel()
280 GifCtx ctx; in GIFEncode() local
506 compress(int init_bits, gdIOCtxPtr outfile, gdImagePtr im, GifCtx *ctx)
632 output(code_int code, GifCtx *ctx)
695 cl_block (GifCtx *ctx) /* table clear for block compress */
706 cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */
750 char_init(GifCtx *ctx)
760 char_out(int c, GifCtx *ctx)
771 flush_char(GifCtx *ctx)
/php-src/ext/dom/
H A Dhtml5_serializer.c35 static zend_result dom_html5_serialize_doctype(dom_html5_serialize_context *ctx, const xmlDtd *dtd) in dom_html5_serialize_doctype()
42 static zend_result dom_html5_serialize_comment(dom_html5_serialize_context *ctx, const xmlNode *nod… in dom_html5_serialize_comment()
49 static zend_result dom_html5_serialize_processing_instruction(dom_html5_serialize_context *ctx, con… in dom_html5_serialize_processing_instruction()
60 static zend_result dom_html5_serialize_entity_ref(dom_html5_serialize_context *ctx, const xmlNode *… in dom_html5_serialize_entity_ref()
68 static zend_result dom_html5_escape_string(dom_html5_serialize_context *ctx, const char *content, b… in dom_html5_escape_string()
132 static zend_result dom_html5_serialize_text_node(dom_html5_serialize_context *ctx, const xmlNode *n… in dom_html5_serialize_text_node()
154 static zend_result dom_html5_serialize_element_tag_name(dom_html5_serialize_context *ctx, const xml… in dom_html5_serialize_element_tag_name()
165 static zend_result dom_html5_serialize_element_start(dom_html5_serialize_context *ctx, const xmlNod… in dom_html5_serialize_element_start()
254 static zend_result dom_html5_serialize_element_end(dom_html5_serialize_context *ctx, const xmlNode … in dom_html5_serialize_element_end()
335 zend_result dom_html5_serialize(dom_html5_serialize_context *ctx, const xmlNode *node) in dom_html5_serialize()
[all …]
/php-src/ext/sockets/
H A Dconversions.c108 static int param_get_bool(void *ctx, const char *key, int def) in param_get_bool()
182 static void do_from_zval_err(ser_context *ctx, const char *fmt, ...) in do_from_zval_err()
191 static void do_to_zval_err(res_context *ctx, const char *fmt, ...) in do_to_zval_err()
217 void (*func)(zval *elem, unsigned i, void **args, ser_context *ctx), in from_array_iterate()
250 ser_context *ctx) in from_zval_write_aggregation()
282 res_context *ctx) in to_zval_read_aggregation()
496 void to_zval_read_int(const char *data, zval *zv, res_context *ctx) in to_zval_read_int()
709 ser_context *ctx) in from_zval_write_sockaddr_aux()
853 ser_context *ctx) in from_zval_write_control()
1484 ser_context ctx; in from_zval_run_conversions() local
[all …]
/php-src/ext/hash/
H A Dhash_xxhash.c40 PHP_HASH_API void PHP_XXH32Init(PHP_XXH32_CTX *ctx, HashTable *args) in PHP_XXH32Init()
64 PHP_HASH_API void PHP_XXH32Final(unsigned char digest[4], PHP_XXH32_CTX *ctx) in PHP_XXH32Final()
78 PHP_XXH32_CTX *ctx = (PHP_XXH32_CTX *) hash->context; in php_hash_xxh32_unserialize() local
104 PHP_HASH_API void PHP_XXH64Init(PHP_XXH64_CTX *ctx, HashTable *args) in PHP_XXH64Init()
128 PHP_HASH_API void PHP_XXH64Final(unsigned char digest[8], PHP_XXH64_CTX *ctx) in PHP_XXH64Final()
157 zend_always_inline static void _PHP_XXH3_Init(PHP_XXH3_64_CTX *ctx, HashTable *args, in _PHP_XXH3_Init()
198 PHP_HASH_API void PHP_XXH3_64_Init(PHP_XXH3_64_CTX *ctx, HashTable *args) in PHP_XXH3_64_Init()
208 PHP_HASH_API void PHP_XXH3_64_Final(unsigned char digest[8], PHP_XXH3_64_CTX *ctx) in PHP_XXH3_64_Final()
222 PHP_XXH64_CTX *ctx = (PHP_XXH64_CTX *) hash->context; in php_hash_xxh64_unserialize() local
248 PHP_HASH_API void PHP_XXH3_128_Init(PHP_XXH3_128_CTX *ctx, HashTable *args) in PHP_XXH3_128_Init()
[all …]
H A Dhash_murmur.c39 PHP_HASH_API void PHP_MURMUR3AInit(PHP_MURMUR3A_CTX *ctx, HashTable *args) in PHP_MURMUR3AInit()
57 PHP_HASH_API void PHP_MURMUR3AUpdate(PHP_MURMUR3A_CTX *ctx, const unsigned char *in, size_t len) in PHP_MURMUR3AUpdate()
63 PHP_HASH_API void PHP_MURMUR3AFinal(unsigned char digest[4], PHP_MURMUR3A_CTX *ctx) in PHP_MURMUR3AFinal()
96 PHP_HASH_API void PHP_MURMUR3CInit(PHP_MURMUR3C_CTX *ctx, HashTable *args) in PHP_MURMUR3CInit()
118 PHP_HASH_API void PHP_MURMUR3CUpdate(PHP_MURMUR3C_CTX *ctx, const unsigned char *in, size_t len) in PHP_MURMUR3CUpdate()
124 PHP_HASH_API void PHP_MURMUR3CFinal(unsigned char digest[16], PHP_MURMUR3C_CTX *ctx) in PHP_MURMUR3CFinal()
170 PHP_HASH_API void PHP_MURMUR3FInit(PHP_MURMUR3F_CTX *ctx, HashTable *args) in PHP_MURMUR3FInit()
190 PHP_HASH_API void PHP_MURMUR3FUpdate(PHP_MURMUR3F_CTX *ctx, const unsigned char *in, size_t len) in PHP_MURMUR3FUpdate()
196 PHP_HASH_API void PHP_MURMUR3FFinal(unsigned char digest[16], PHP_MURMUR3F_CTX *ctx) in PHP_MURMUR3FFinal()
H A Dphp_hash_sha.h32 #define PHP_SHA224Init(ctx) PHP_SHA224InitArgs(ctx, NULL) argument
45 #define PHP_SHA256Init(ctx) PHP_SHA256InitArgs(ctx, NULL) argument
58 #define PHP_SHA384Init(ctx) PHP_SHA384InitArgs(ctx, NULL) argument
71 #define PHP_SHA512Init(ctx) PHP_SHA512InitArgs(ctx, NULL) argument
76 #define PHP_SHA512_256Init(ctx) PHP_SHA512_256InitArgs(ctx, NULL) argument
81 #define PHP_SHA512_224Init(ctx) PHP_SHA512_224InitArgs(ctx, NULL) argument
/php-src/ext/opcache/jit/ir/
H A Dir.c297 static void ir_grow_bottom(ir_ctx *ctx) in ir_grow_bottom()
316 static ir_ref ir_next_const(ir_ctx *ctx) in ir_next_const()
327 static void ir_grow_top(ir_ctx *ctx) in ir_grow_top()
342 static ir_ref ir_next_insn(ir_ctx *ctx) in ir_next_insn()
353 void ir_truncate(ir_ctx *ctx) in ir_truncate()
395 void ir_free(ir_ctx *ctx) in ir_free()
1957 void _ir_START(ir_ctx *ctx) in _ir_START()
2083 ir_ref _ir_END(ir_ctx *ctx) in _ir_END()
2232 ir_ref _ir_LOOP_END(ir_ctx *ctx) in _ir_LOOP_END()
2332 void _ir_UNREACHABLE(ir_ctx *ctx) in _ir_UNREACHABLE()
[all …]
H A Dir_emit.c31 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
42 #define DASM_M_FREE(ctx, p, sz) ir_mem_free(p) argument
91 bool ir_is_fastcall(const ir_ctx *ctx, const ir_insn *insn) in ir_is_fastcall()
114 bool ir_is_fastcall(const ir_ctx *ctx, const ir_insn *insn) in ir_is_fastcall()
120 bool ir_is_vararg(const ir_ctx *ctx, ir_insn *insn) in ir_is_vararg()
130 IR_ALWAYS_INLINE uint32_t ir_rule(const ir_ctx *ctx, ir_ref ref) in ir_rule()
136 IR_ALWAYS_INLINE bool ir_in_same_block(ir_ctx *ctx, ir_ref ref) in ir_in_same_block()
142 static ir_reg ir_get_param_reg(const ir_ctx *ctx, ir_ref ref) in ir_get_param_reg()
407 static int ir_const_label(ir_ctx *ctx, ir_ref ref) in ir_const_label()
958 int ir_match(ir_ctx *ctx) in ir_match()
[all …]
H A Dir_sccp.c254 static bool ir_sccp_is_true(ir_ctx *ctx, ir_insn *_values, ir_ref a) in ir_sccp_is_true()
261 static bool ir_sccp_is_equal(ir_ctx *ctx, ir_insn *_values, ir_ref a, ir_ref b) in ir_sccp_is_equal()
269 static void ir_sccp_make_nop(ir_ctx *ctx, ir_ref ref) in ir_sccp_make_nop()
307 static void ir_sccp_remove_insn2(ir_ctx *ctx, ir_ref ref, ir_bitqueue *worklist) in ir_sccp_remove_insn2()
442 static void ir_sccp_fold2(ir_ctx *ctx, ir_ref ref, ir_bitqueue *worklist) in ir_sccp_fold2()
679 static bool ir_may_promote_d2f(ir_ctx *ctx, ir_ref ref) in ir_may_promote_d2f()
712 static bool ir_may_promote_f2d(ir_ctx *ctx, ir_ref ref) in ir_may_promote_f2d()
745 static ir_ref ir_promote_d2f(ir_ctx *ctx, ir_ref ref, ir_ref use) in ir_promote_d2f()
808 static ir_ref ir_promote_f2d(ir_ctx *ctx, ir_ref ref, ir_ref use) in ir_promote_f2d()
871 static bool ir_may_promote_i2i(ir_ctx *ctx, ir_type type, ir_ref ref) in ir_may_promote_i2i()
[all …]
H A Dir_ra.c41 static int ir_assign_virtual_registers_slow(ir_ctx *ctx) in ir_assign_virtual_registers_slow()
82 int ir_assign_virtual_registers(ir_ctx *ctx) in ir_assign_virtual_registers()
407 static void ir_hint_propagation(ir_ctx *ctx) in ir_hint_propagation()
581 int ir_compute_live_ranges(ir_ctx *ctx) in ir_compute_live_ranges()
1237 int ir_compute_live_ranges(ir_ctx *ctx) in ir_compute_live_ranges()
1852 int ir_coalesce(ir_ctx *ctx) in ir_coalesce()
2058 int ir_compute_dessa_moves(ir_ctx *ctx) in ir_compute_dessa_moves()
3448 static void ir_assign_bound_spill_slots(ir_ctx *ctx) in ir_assign_bound_spill_slots()
3473 static int ir_linear_scan(ir_ctx *ctx) in ir_linear_scan()
3846 static void assign_regs(ir_ctx *ctx) in assign_regs()
[all …]
H A Dir_dump.c11 void ir_dump(const ir_ctx *ctx, FILE *f) in ir_dump()
55 void ir_dump_dot(const ir_ctx *ctx, const char *name, FILE *f) in ir_dump_dot()
142 void ir_dump_use_lists(const ir_ctx *ctx, FILE *f) in ir_dump_use_lists()
165 static void ir_dump_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_dump_dessa_moves()
213 static void ir_dump_cfg_block(ir_ctx *ctx, FILE *f, uint32_t b, ir_block *bb) in ir_dump_cfg_block()
301 void ir_dump_cfg(ir_ctx *ctx, FILE *f) in ir_dump_cfg()
323 void ir_dump_cfg_map(const ir_ctx *ctx, FILE *f) in ir_dump_cfg_map()
337 void ir_dump_live_ranges(const ir_ctx *ctx, FILE *f) in ir_dump_live_ranges()
478 void ir_dump_codegen(const ir_ctx *ctx, FILE *f) in ir_dump_codegen()
H A Dir_cfg.c177 static bool ir_is_zero(ir_ctx *ctx, ir_ref ref) in ir_is_zero()
908 int ir_build_cfg(ir_ctx *ctx) in ir_build_cfg()
1283 int ir_remove_unreachable_blocks(ir_ctx *ctx) in ir_remove_unreachable_blocks()
1517 int ir_build_dominators_tree(ir_ctx *ctx) in ir_build_dominators_tree()
1648 static int ir_build_dominators_tree_iterative(ir_ctx *ctx) in ir_build_dominators_tree_iterative()
1756 int ir_find_loops(ir_ctx *ctx) in ir_find_loops()
2107 static void ir_dump_chains(ir_ctx *ctx, ir_chain *chains) in ir_dump_chains()
2127 static int ir_schedule_blocks_bottom_up(ir_ctx *ctx) in ir_schedule_blocks_bottom_up()
2533 static int ir_schedule_blocks_top_down(ir_ctx *ctx) in ir_schedule_blocks_top_down()
2659 int ir_schedule_blocks(ir_ctx *ctx) in ir_schedule_blocks()
[all …]
H A Dir_check.c43 static bool ir_check_use_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_use_list()
57 static bool ir_check_input_list(const ir_ctx *ctx, ir_ref from, ir_ref to) in ir_check_input_list()
71 static bool ir_check_domination(const ir_ctx *ctx, ir_ref def, ir_ref use) in ir_check_domination()
89 bool ir_check(const ir_ctx *ctx) in ir_check()
H A Dir_gdb.c193 static uint32_t ir_gdbjit_strz(ir_gdbjit_ctx *ctx, const char *str) in ir_gdbjit_strz()
205 static void ir_gdbjit_uleb128(ir_gdbjit_ctx *ctx, uint32_t v) in ir_gdbjit_uleb128()
215 static void ir_gdbjit_sleb128(ir_gdbjit_ctx *ctx, int32_t v) in ir_gdbjit_sleb128()
224 static void ir_gdbjit_secthdr(ir_gdbjit_ctx *ctx) in ir_gdbjit_secthdr()
262 static void ir_gdbjit_symtab(ir_gdbjit_ctx *ctx) in ir_gdbjit_symtab()
358 static void ir_gdbjit_debuginfo(ir_gdbjit_ctx *ctx) in ir_gdbjit_debuginfo()
377 static void ir_gdbjit_debugabbrev(ir_gdbjit_ctx *ctx) in ir_gdbjit_debugabbrev()
402 static void ir_gdbjit_debugline(ir_gdbjit_ctx *ctx) in ir_gdbjit_debugline()
449 static void ir_gdbjit_initsect(ir_gdbjit_ctx *ctx, int sect) in ir_gdbjit_initsect()
455 static void ir_gdbjit_initsect_done(ir_gdbjit_ctx *ctx, int sect) in ir_gdbjit_initsect_done()
[all …]
H A Dir_gcm.c19 static uint32_t ir_gcm_schedule_early(ir_ctx *ctx, ir_ref ref, ir_list *queue_late) in ir_gcm_schedule_early()
57 static uint32_t ir_gcm_find_lca(ir_ctx *ctx, uint32_t b1, uint32_t b2) in ir_gcm_find_lca()
76 static uint32_t ir_gcm_select_best_block(ir_ctx *ctx, ir_ref ref, uint32_t lca) in ir_gcm_select_best_block()
140 static void _push_predecessors(ir_ctx *ctx, ir_block *bb, ir_gcm_split_data *data) in _push_predecessors()
156 static bool _check_successors(ir_ctx *ctx, ir_block *bb, ir_gcm_split_data *data) in _check_successors()
178 static bool ir_split_partially_dead_node(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_split_partially_dead_node()
438 static void ir_gcm_schedule_late(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_gcm_schedule_late()
496 int ir_gcm(ir_ctx *ctx) in ir_gcm()
672 static void ir_xlat_binding(ir_ctx *ctx, ir_ref *_xlat) in ir_xlat_binding()
720 int ir_schedule(ir_ctx *ctx) in ir_schedule()
[all …]
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c74 php_struct *ctx; in ZEND_TSRMLS_CACHE_DEFINE() local
89 php_struct *ctx; in php_apache_sapi_header_handler() local
151 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers() local
182 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post() local
218 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat() local
241 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies() local
253 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv() local
268 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables() local
290 php_struct *ctx; in php_apache_sapi_flush() local
315 php_struct *ctx; in php_apache_sapi_log_message() local
[all …]
H A Dphp_functions.c64 php_struct *ctx = SG(server_context); in php_apache_lookup_uri() local
176 php_struct *ctx; in PHP_FUNCTION() local
199 php_struct *ctx; in PHP_FUNCTION() local
222 php_struct *ctx; in PHP_FUNCTION() local
253 php_struct *ctx; in PHP_FUNCTION() local
287 php_struct *ctx; in PHP_FUNCTION() local
/php-src/Zend/Optimizer/
H A Ddce.c273 static zend_always_inline void add_to_worklists(context *ctx, int var_num, int check) { in add_to_worklists()
286 static inline void add_to_phi_worklist_no_val(context *ctx, int var_num) { in add_to_phi_worklist_no_val()
293 static zend_always_inline void add_operands_to_worklists(context *ctx, zend_op *opline, zend_ssa_op… in add_operands_to_worklists()
317 static zend_always_inline void add_phi_sources_to_worklists(context *ctx, zend_ssa_phi *phi, int ch… in add_phi_sources_to_worklists()
325 static inline bool is_var_dead(context *ctx, int var_num) { in is_var_dead()
340 static bool try_remove_var_def(context *ctx, int free_var, int use_chain, zend_op *opline) { in try_remove_var_def()
396 static inline bool is_free_of_live_var(context *ctx, zend_op *opline, zend_ssa_op *ssa_op) { in is_free_of_live_var()
413 static bool dce_instr(context *ctx, zend_op *opline, zend_ssa_op *ssa_op) { in dce_instr()
486 static void try_remove_trivial_phi(context *ctx, zend_ssa_phi *phi) { in try_remove_trivial_phi()
534 context ctx; in dce_optimize_op_array() local
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c659 lxb_dom_node_by_tag_name_cb_all(lxb_dom_node_t *node, void *ctx) in lxb_dom_node_by_tag_name_cb_all()
676 lxb_dom_node_by_tag_name_cb(lxb_dom_node_t *node, void *ctx) in lxb_dom_node_by_tag_name_cb()
718 lxb_dom_node_by_class_name_cb(lxb_dom_node_t *node, void *ctx) in lxb_dom_node_by_class_name_cb()
941 lxb_dom_node_by_attr_cb(lxb_dom_node_t *node, void *ctx) in lxb_dom_node_by_attr_cb()
983 lxb_dom_node_by_attr_cmp_full_case(lxb_dom_node_cb_ctx_t *ctx, in lxb_dom_node_by_attr_cmp_full_case()
1010 lxb_dom_node_by_attr_cmp_begin_case(lxb_dom_node_cb_ctx_t *ctx, in lxb_dom_node_by_attr_cmp_begin_case()
1040 lxb_dom_node_by_attr_cmp_end_case(lxb_dom_node_cb_ctx_t *ctx, in lxb_dom_node_by_attr_cmp_end_case()
1057 lxb_dom_node_by_attr_cmp_contain(lxb_dom_node_cb_ctx_t *ctx, in lxb_dom_node_by_attr_cmp_contain()
1071 lxb_dom_node_by_attr_cmp_contain_case(lxb_dom_node_cb_ctx_t *ctx, in lxb_dom_node_by_attr_cmp_contain_case()
1171 lxb_dom_node_text_content_size(lxb_dom_node_t *node, void *ctx) in lxb_dom_node_text_content_size()
[all …]

Completed in 155 milliseconds

12345