/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | property.h | 446 void *style, bool self_destroy); 496 void *style, bool self_destroy); 520 void *style, bool self_destroy); 532 void *style, bool self_destroy); 604 void *style, bool self_destroy); 844 void *style, bool self_destroy); 880 void *style, bool self_destroy); 892 void *style, bool self_destroy); 916 void *style, bool self_destroy); 1262 void *style, bool self_destroy); [all …]
|
H A D | at_rule.h | 52 lxb_css_at_rule_type_t type, bool self_destroy); 74 void *style, bool self_destroy); 93 void *style, bool self_destroy); 112 void *style, bool self_destroy); 124 void *style, bool self_destroy);
|
H A D | rule.h | 212 lxb_css_rule_destroy(lxb_css_rule_t *node, bool self_destroy); 223 lxb_css_rule_list_destroy(lxb_css_rule_list_t *list, bool self_destroy); 230 lxb_css_rule_at_destroy(lxb_css_rule_at_t *at, bool self_destroy); 241 lxb_css_rule_style_destroy(lxb_css_rule_style_t *style, bool self_destroy); 248 lxb_css_rule_bad_style_destroy(lxb_css_rule_bad_style_t *bad, bool self_destroy); 256 bool self_destroy); 264 bool self_destroy);
|
H A D | base.h | 61 void *style, bool self_destroy); 103 lxb_css_memory_destroy(lxb_css_memory_t *memory, bool self_destroy);
|
H A D | log.h | 52 lxb_css_log_destroy(lxb_css_log_t *log, bool self_destroy);
|
H A D | css.c | 97 lxb_css_memory_destroy(lxb_css_memory_t *memory, bool self_destroy) in lxb_css_memory_destroy() argument 115 if (self_destroy) { in lxb_css_memory_destroy()
|
/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | plog.c | 32 lexbor_plog_destroy(lexbor_plog_t *plog, bool self_destroy) in lexbor_plog_destroy() argument 40 if (self_destroy) { in lexbor_plog_destroy()
|
H A D | in.c | 41 lexbor_in_destroy(lexbor_in_t *incoming, bool self_destroy) in lexbor_in_destroy() argument 49 if (self_destroy == true) { in lexbor_in_destroy() 98 lexbor_in_node_t *node, bool self_destroy) in lexbor_in_node_destroy() argument 104 if (self_destroy) { in lexbor_in_node_destroy()
|
H A D | avl.h | 51 lexbor_avl_destroy(lexbor_avl_t *avl, bool self_destroy); 62 bool self_destroy);
|
H A D | in.h | 59 lexbor_in_destroy(lexbor_in_t *incoming, bool self_destroy); 71 lexbor_in_node_t *node, bool self_destroy);
|
H A D | array.c | 47 lexbor_array_destroy(lexbor_array_t *array, bool self_destroy) in lexbor_array_destroy() argument 58 if (self_destroy) { in lexbor_array_destroy()
|
H A D | array_obj.c | 50 lexbor_array_obj_destroy(lexbor_array_obj_t *array, bool self_destroy) in lexbor_array_obj_destroy() argument 61 if (self_destroy) { in lexbor_array_obj_destroy()
|
H A D | bst_map.h | 45 lexbor_bst_map_destroy(lexbor_bst_map_t *bst_map, bool self_destroy);
|
H A D | mem.c | 139 lexbor_mem_chunk_t *chunk, bool self_destroy) in lexbor_mem_chunk_destroy() argument 149 if (self_destroy) { in lexbor_mem_chunk_destroy()
|
H A D | plog.h | 34 lexbor_plog_destroy(lexbor_plog_t *plog, bool self_destroy);
|
H A D | bst_map.c | 64 lexbor_bst_map_destroy(lexbor_bst_map_t *bst_map, bool self_destroy) in lexbor_bst_map_destroy() argument 74 if (self_destroy) { in lexbor_bst_map_destroy()
|
H A D | avl.c | 76 lexbor_avl_destroy(lexbor_avl_t *avl, bool self_destroy) in lexbor_avl_destroy() argument 83 if (self_destroy) { in lexbor_avl_destroy() 112 lexbor_avl_node_t *node, bool self_destroy) in lexbor_avl_node_destroy() argument 118 if (self_destroy) { in lexbor_avl_node_destroy()
|
H A D | array.h | 35 lexbor_array_destroy(lexbor_array_t *array, bool self_destroy);
|
H A D | bst.h | 59 lexbor_bst_destroy(lexbor_bst_t *bst, bool self_destroy);
|
H A D | array_obj.h | 37 lexbor_array_obj_destroy(lexbor_array_obj_t *array, bool self_destroy);
|
/php-src/ext/dom/lexbor/lexbor/dom/ |
H A D | collection.c | 41 lxb_dom_collection_destroy(lxb_dom_collection_t *col, bool self_destroy) in lxb_dom_collection_destroy() argument 53 if (self_destroy) { in lxb_dom_collection_destroy()
|
H A D | collection.h | 34 lxb_dom_collection_destroy(lxb_dom_collection_t *col, bool self_destroy);
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | encoding.h | 36 lxb_html_encoding_destroy(lxb_html_encoding_t *em, bool self_destroy);
|
/php-src/ext/dom/lexbor/lexbor/css/selectors/ |
H A D | selectors.h | 49 lxb_css_selectors_destroy(lxb_css_selectors_t *selectors, bool self_destroy);
|
/php-src/ext/dom/lexbor/lexbor/selectors/ |
H A D | selectors.h | 156 lxb_selectors_destroy(lxb_selectors_t *selectors, bool self_destroy);
|