Home
last modified time | relevance | path

Searched refs:cached_string (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/dom/
H A Dtoken_list.h23 char *cached_string; member
H A Dtoken_list.c147 efree(intern->cached_string); in dom_token_list_update()
148 intern->cached_string = value; in dom_token_list_update()
170 intern->cached_string = estrdup((const char *) value); in dom_token_list_update_set()
172 intern->cached_string = NULL; in dom_token_list_update_set()
187 if (!xmlStrEqual(value, (const xmlChar *) intern->cached_string)) { in dom_token_list_ensure_set_up_to_date()
189 efree(intern->cached_string); in dom_token_list_ensure_set_up_to_date()
231 efree(intern->cached_string); in dom_token_list_free_obj()

Completed in 7 milliseconds