Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c2355 static void deallocblankswrapper (xmlChar *str) {xmlFree(str);} in deallocblankswrapper() function
2387 input->free = deallocblankswrapper; in xmlNewBlanksWrapperInputStream()
2533 } else if (ctxt->input->free != deallocblankswrapper) { in xmlParserHandlePEReference()
7697 } else if (ctxt->input->free != deallocblankswrapper) { in xmlParsePEReference()
/external/chromium_org/third_party/libxml/src/
Dparser.c2230 static void deallocblankswrapper (xmlChar *str) {xmlFree(str);} in deallocblankswrapper() function
2262 input->free = deallocblankswrapper; in xmlNewBlanksWrapperInputStream()
2410 } else if (ctxt->input->free != deallocblankswrapper) { in xmlParserHandlePEReference()
7643 } else if (ctxt->input->free != deallocblankswrapper) { in xmlParsePEReference()