Home
last modified time | relevance | path

Searched refs:should_free (Results 1 – 5 of 5) sorted by relevance

/PHP-8.4/ext/dom/
H A Dtoken_list.c154 return php_libxml_attr_value(attr, should_free); in dom_token_list_get_class_value()
156 *should_free = false; in dom_token_list_get_class_value()
163 bool should_free; in dom_token_list_update_set() local
166 xmlChar *value = dom_token_list_get_class_value(attr, &should_free); in dom_token_list_update_set()
175 if (should_free) { in dom_token_list_update_set()
182 bool should_free; in dom_token_list_ensure_set_up_to_date() local
184 xmlChar *value = dom_token_list_get_class_value(attr, &should_free); in dom_token_list_ensure_set_up_to_date()
196 if (should_free) { in dom_token_list_ensure_set_up_to_date()
366 bool should_free; in dom_token_list_value_read() local
369 xmlChar *value = dom_token_list_get_class_value(attr, &should_free); in dom_token_list_value_read()
[all …]
H A Delement.c301 bool should_free = false; in PHP_METHOD() local
315 should_free = true; in PHP_METHOD()
319 should_free = false; in PHP_METHOD()
323 should_free = false; in PHP_METHOD()
334 if (should_free) { in PHP_METHOD()
/PHP-8.4/ext/sockets/
H A Dconversions.h30 int should_free; member
H A Dconversions.c176 err->should_free = 1; in do_from_to_zval_err()
204 if (err->should_free) { in err_msg_dispose()
/PHP-8.4/ext/dom/lexbor/lexbor/selectors-adapted/
H A Dselectors.c28 bool should_free; member
33 if (wrapper->should_free) { in dom_lxb_str_wrapper_release()
83 ret.str.data = (lxb_char_t *) php_libxml_attr_value(attr, &ret.should_free); in lxb_selectors_adapted_attr_value()

Completed in 39 milliseconds