Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 113) sorted by last modified time

12345

/php-src/ext/libxml/
H A Dlibxml.c613 static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg, int line) in php_libxml_ctx_error_level()
639 static void php_libxml_internal_error_handler_ex(php_libxml_error_level error_type, void *ctx, cons… in php_libxml_internal_error_handler_ex()
677 PHP_LIBXML_API void php_libxml_error_handler_va(php_libxml_error_level error_type, void *ctx, const… in php_libxml_error_handler_va()
841 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error()
849 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) in php_libxml_ctx_warning()
866 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...) in php_libxml_error_handler()
/php-src/Zend/
H A Dzend_compile.c10497 const_expr_context *ctx = (const_expr_context *) context; in zend_compile_const_expr() local
/php-src/ext/openssl/
H A Dopenssl.c830 X509V3_CTX ctx; in php_openssl_config_check_syntax() local
3336 X509V3_CTX ctx; in PHP_FUNCTION() local
3768 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new_id(type, NULL); in php_openssl_generate_private_key() local
4136 BN_CTX *ctx; in php_openssl_dh_pub_from_priv() local
5217 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(key, NULL); in php_openssl_pkey_derive() local
6735 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6784 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6834 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6883 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
7071 EVP_CIPHER_CTX *ctx; in PHP_FUNCTION() local
[all …]
/php-src/ext/dom/
H A Dhtml5_parser.c288 void lexbor_libxml2_bridge_parse_context_init(lexbor_libxml2_bridge_parse_context *ctx) in lexbor_libxml2_bridge_parse_context_init()
294 lexbor_libxml2_bridge_parse_context *ctx, in lexbor_libxml2_bridge_parse_set_error_callbacks()
331 const lexbor_libxml2_bridge_parse_context *ctx, in lexbor_libxml2_bridge_report_errors()
/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c264 static bool ir_is_dead_load(ir_ctx *ctx, ir_ref ref) in ir_is_dead_load()
278 static bool ir_is_dead(ir_ctx *ctx, ir_ref ref) in ir_is_dead()
288 static ir_ref ir_find1(ir_ctx *ctx, uint32_t optx, ir_ref op1) in ir_find1()
307 static bool ir_sccp_is_true(ir_ctx *ctx, ir_insn *_values, ir_ref a) in ir_sccp_is_true()
324 static void ir_sccp_make_nop(ir_ctx *ctx, ir_ref ref) in ir_sccp_make_nop()
733 static bool ir_may_promote_d2f(ir_ctx *ctx, ir_ref ref) in ir_may_promote_d2f()
766 static bool ir_may_promote_f2d(ir_ctx *ctx, ir_ref ref) in ir_may_promote_f2d()
799 static ir_ref ir_promote_d2f(ir_ctx *ctx, ir_ref ref, ir_ref use) in ir_promote_d2f()
862 static ir_ref ir_promote_f2d(ir_ctx *ctx, ir_ref ref, ir_ref use) in ir_promote_f2d()
1381 static bool ir_is_zero(ir_ctx *ctx, ir_ref ref) in ir_is_zero()
[all …]
H A Dir_private.h883 IR_ALWAYS_INLINE bool ir_ref_is_true(ir_ctx *ctx, ir_ref ref) in ir_ref_is_true()
942 IR_ALWAYS_INLINE ir_ref ir_operands_count(const ir_ctx *ctx, const ir_insn *insn) in ir_operands_count()
954 IR_ALWAYS_INLINE ir_ref ir_input_edges_count(const ir_ctx *ctx, const ir_insn *insn) in ir_input_edges_count()
1006 IR_ALWAYS_INLINE ir_ref ir_binding_find(const ir_ctx *ctx, ir_ref ref) in ir_binding_find()
1104 IR_ALWAYS_INLINE uint32_t ir_phi_input_number(const ir_ctx *ctx, const ir_block *bb, uint32_t from) in ir_phi_input_number()
1315 IR_ALWAYS_INLINE void ir_set_alocated_reg(ir_ctx *ctx, ir_ref ref, int op_num, int8_t reg) in ir_set_alocated_reg()
1326 IR_ALWAYS_INLINE int8_t ir_get_alocated_reg(const ir_ctx *ctx, ir_ref ref, int op_num) in ir_get_alocated_reg()
H A Dir_cfg.c60 int ir_build_cfg(ir_ctx *ctx) in ir_build_cfg()
402 int ir_remove_unreachable_blocks(ir_ctx *ctx) in ir_remove_unreachable_blocks()
637 int ir_build_dominators_tree(ir_ctx *ctx) in ir_build_dominators_tree()
768 static int ir_build_dominators_tree_iterative(ir_ctx *ctx) in ir_build_dominators_tree_iterative()
876 int ir_find_loops(ir_ctx *ctx) in ir_find_loops()
1227 static void ir_dump_chains(ir_ctx *ctx, ir_chain *chains) in ir_dump_chains()
1247 static int ir_schedule_blocks_bottom_up(ir_ctx *ctx) in ir_schedule_blocks_bottom_up()
1653 static int ir_schedule_blocks_top_down(ir_ctx *ctx) in ir_schedule_blocks_top_down()
1779 int ir_schedule_blocks(ir_ctx *ctx) in ir_schedule_blocks()
1839 uint32_t ir_skip_empty_target_blocks(const ir_ctx *ctx, uint32_t b) in ir_skip_empty_target_blocks()
[all …]
H A Dir_gcm.c20 static uint32_t ir_gcm_schedule_early(ir_ctx *ctx, ir_ref ref, ir_list *queue_late) in ir_gcm_schedule_early()
58 static uint32_t ir_gcm_find_lca(ir_ctx *ctx, uint32_t b1, uint32_t b2) in ir_gcm_find_lca()
77 static uint32_t ir_gcm_select_best_block(ir_ctx *ctx, ir_ref ref, uint32_t lca) in ir_gcm_select_best_block()
141 static void _push_predecessors(ir_ctx *ctx, ir_block *bb, ir_gcm_split_data *data) in _push_predecessors()
157 static bool _check_successors(ir_ctx *ctx, ir_block *bb, ir_gcm_split_data *data) in _check_successors()
179 static bool ir_split_partially_dead_node(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_split_partially_dead_node()
439 static void ir_gcm_schedule_late(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_gcm_schedule_late()
497 int ir_gcm(ir_ctx *ctx) in ir_gcm()
673 static void ir_xlat_binding(ir_ctx *ctx, ir_ref *_xlat) in ir_xlat_binding()
721 int ir_schedule(ir_ctx *ctx) in ir_schedule()
[all …]
H A Dir.c301 static void ir_grow_bottom(ir_ctx *ctx)
320 static ir_ref ir_next_const(ir_ctx *ctx)
331 static void ir_grow_top(ir_ctx *ctx)
346 static ir_ref ir_next_insn(ir_ctx *ctx)
357 void ir_truncate(ir_ctx *ctx)
399 void ir_free(ir_ctx *ctx)
1985 void _ir_START(ir_ctx *ctx)
2111 ir_ref _ir_END(ir_ctx *ctx)
2260 ir_ref _ir_LOOP_END(ir_ctx *ctx)
2360 void _ir_UNREACHABLE(ir_ctx *ctx)
[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()
1239 int ir_compute_live_ranges(ir_ctx *ctx) in ir_compute_live_ranges()
1856 int ir_coalesce(ir_ctx *ctx) in ir_coalesce()
2062 int ir_compute_dessa_moves(ir_ctx *ctx) in ir_compute_dessa_moves()
3452 static void ir_assign_bound_spill_slots(ir_ctx *ctx) in ir_assign_bound_spill_slots()
3477 static int ir_linear_scan(ir_ctx *ctx) in ir_linear_scan()
3864 static void assign_regs(ir_ctx *ctx) in assign_regs()
[all …]
H A Dir.h707 IR_ALWAYS_INLINE void ir_set_op1(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op1()
712 IR_ALWAYS_INLINE void ir_set_op2(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op2()
717 IR_ALWAYS_INLINE void ir_set_op3(ir_ctx *ctx, ir_ref ref, ir_ref val) in ir_set_op3()
907 IR_ALWAYS_INLINE void *ir_jit_compile(ir_ctx *ctx, int opt_level, size_t *size) in ir_jit_compile()
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()
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h89 void *ctx; member
H A Dselectors.c261 lxb_selectors_cb_f cb, void *ctx) in lxb_selectors_find()
288 lxb_selectors_cb_f cb, void *ctx) in lxb_selectors_match_node()
324 lxb_selectors_cb_f cb, void *ctx) in lxb_selectors_find_reverse()
1901 lxb_css_selector_specificity_t spec, void *ctx) in lxb_selectors_cb_ok()
1909 lxb_css_selector_specificity_t spec, void *ctx) in lxb_selectors_cb_not()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c201 lxb_html_token_t *token, void *ctx) in lxb_html_tree_token_callback()
551 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_mathml_attributes()
577 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_svg_attributes()
614 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_foreign_attributes()
1716 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_attributes_mathml()
1730 lxb_dom_attr_t *attr, void *ctx) in lxb_html_tree_adjust_attributes_svg()
H A Dtokenizer.c383 lxb_html_token_t *token, void *ctx) in lxb_html_tokenizer_token_done()
473 void *ctx) in lxb_html_tokenizer_callback_token_done_set_noi()
H A Dtokenizer.h209 void *ctx) in lxb_html_tokenizer_callback_token_done_set()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c627 void *ctx) in lxb_html_document_style_remove_by_rule_cb()
658 lexbor_avl_node_t *node, void *ctx) in lxb_html_document_style_remove_avl_cb()
687 lxb_css_selector_specificity_t spec, void *ctx) in lxb_html_document_style_cb()
979 lxb_html_document_title_walker(lxb_dom_node_t *node, void *ctx) in lxb_html_document_title_walker()
H A Delement.c21 void *ctx; member
192 lxb_html_element_style_cb_f cb, void *ctx, in lxb_html_element_style_walk()
208 lexbor_avl_node_t *node, void *ctx) in lxb_html_element_style_walk_cb()
583 lexbor_serialize_cb_f cb, void *ctx) in lxb_html_element_style_serialize()
598 lexbor_avl_node_t *node, void *ctx) in lxb_html_element_style_serialize_cb()
/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 …]
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h118 void *ctx) in lxb_css_syntax_tokenizer_chunk_cb_set()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dplog.c63 lexbor_plog_push_noi(lexbor_plog_t *plog, const lxb_char_t *data, void *ctx, in lexbor_plog_push_noi()
H A Dplog.h53 lexbor_plog_push(lexbor_plog_t *plog, const lxb_char_t *data, void *ctx, in lexbor_plog_push()
H A Dbst.c408 lexbor_bst_serialize(lexbor_bst_t *bst, lexbor_callback_f callback, void *ctx) in lexbor_bst_serialize()
415 lexbor_callback_f callback, void *ctx, size_t tabs) in lexbor_bst_serialize_entry()
H A Davl.c456 lexbor_avl_node_f cb, void *ctx) in lexbor_avl_foreach()
558 lexbor_avl_node_f callback, void *ctx) in lexbor_avl_foreach_recursion()

Completed in 209 milliseconds

12345