Searched refs:xmlParseAttValueInternal (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | parser.c | 3270 static xmlChar * xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, 4234 return(xmlParseAttValueInternal(ctxt, NULL, NULL, 0)); in xmlParseAttValue() 8964 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, in xmlParseAttValueInternal() function 9203 val = xmlParseAttValueInternal(ctxt, len, alloc, normalize); in xmlParseAttribute2()
|