Searched refs:xmlValidatePushElement (Results 1 - 9 of 9) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
H A D | valid.h | 440 xmlValidatePushElement (xmlValidCtxtPtr ctxt,
|
/external/libxml2/include/libxml/ |
H A D | valid.h | 440 xmlValidatePushElement (xmlValidCtxtPtr ctxt,
|
/external/chromium_org/third_party/libxml/src/ |
H A D | xmlreader.c | 921 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt, 930 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt,
|
H A D | elfgcchack.h | 15362 #undef xmlValidatePushElement macro 15363 extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePushElement__internal_alias"))); 15365 #ifndef xmlValidatePushElement 15366 extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibility("hidden"))); 15367 #define xmlValidatePushElement xmlValidatePushElement__internal_alias macro
|
H A D | valid.c | 5701 * xmlValidatePushElement: 5712 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, function
|
H A D | testapi.c | 26985 ret_val = xmlValidatePushElement(ctxt, doc, elem, (const xmlChar *)qname); 26994 printf("Leak of %d blocks found in xmlValidatePushElement", [all...] |
/external/libxml2/ |
H A D | xmlreader.c | 921 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt, 930 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt,
|
H A D | elfgcchack.h | 15362 #undef xmlValidatePushElement macro 15363 extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePushElement__internal_alias"))); 15365 #ifndef xmlValidatePushElement 15366 extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibility("hidden"))); 15367 #define xmlValidatePushElement xmlValidatePushElement__internal_alias macro
|
H A D | valid.c | 5701 * xmlValidatePushElement: 5712 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, function
|
Completed in 480 milliseconds