Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c3202 static xmlChar * xmlParseAttValueInternal(xmlParserCtxtPtr ctxt,
4182 return(xmlParseAttValueInternal(ctxt, NULL, NULL, 0)); in xmlParseAttValue()
8951 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, in xmlParseAttValueInternal() function
9156 val = xmlParseAttValueInternal(ctxt, len, alloc, normalize); in xmlParseAttribute2()