Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c3140 static xmlChar * xmlParseAttValueInternal(xmlParserCtxtPtr ctxt,
4120 return(xmlParseAttValueInternal(ctxt, NULL, NULL, 0)); in xmlParseAttValue()
8844 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, in xmlParseAttValueInternal() function
9083 val = xmlParseAttValueInternal(ctxt, len, alloc, normalize); in xmlParseAttribute2()