Lines Matching refs:should_free
151 static xmlChar *dom_token_list_get_class_value(const xmlAttr *attr, bool *should_free) in dom_token_list_get_class_value() argument
154 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()
371 if (should_free) { in dom_token_list_value_read()