Searched defs:xmlParseAttValueInternal (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dparser.c3307 static xmlChar * xmlParseAttValueInternal(xmlParserCtxtPtr ctxt,
4293 return(xmlParseAttValueInternal(ctxt, NULL, NULL, 0));
9017 * xmlParseAttValueInternal:
9051 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, function
9290 val = xmlParseAttValueInternal(ctxt, len, alloc, normalize);

Completed in 80 milliseconds