xmlXIncludeCtxtPtr  113 third_party/libxml/src/include/libxml/xinclude.h XMLPUBFUN xmlXIncludeCtxtPtr XMLCALL
xmlXIncludeCtxtPtr  116 third_party/libxml/src/include/libxml/xinclude.h 		xmlXIncludeSetFlags	(xmlXIncludeCtxtPtr ctxt,
xmlXIncludeCtxtPtr  119 third_party/libxml/src/include/libxml/xinclude.h 		xmlXIncludeFreeContext	(xmlXIncludeCtxtPtr ctxt);
xmlXIncludeCtxtPtr  121 third_party/libxml/src/include/libxml/xinclude.h 		xmlXIncludeProcessNode	(xmlXIncludeCtxtPtr ctxt,
xmlXIncludeCtxtPtr 27261 third_party/libxml/src/testapi.c static xmlXIncludeCtxtPtr gen_xmlXIncludeCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlXIncludeCtxtPtr 27264 third_party/libxml/src/testapi.c static void des_xmlXIncludeCtxtPtr(int no ATTRIBUTE_UNUSED, xmlXIncludeCtxtPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlXIncludeCtxtPtr 27276 third_party/libxml/src/testapi.c     xmlXIncludeCtxtPtr ctxt; /* an existing XInclude context */
xmlXIncludeCtxtPtr 27440 third_party/libxml/src/testapi.c     xmlXIncludeCtxtPtr ctxt; /* an XInclude processing context */
xmlXIncludeCtxtPtr   90 third_party/libxml/src/xinclude.c xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree);
xmlXIncludeCtxtPtr  106 third_party/libxml/src/xinclude.c xmlXIncludeErrMemory(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node,
xmlXIncludeCtxtPtr  127 third_party/libxml/src/xinclude.c xmlXIncludeErr(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error,
xmlXIncludeCtxtPtr  149 third_party/libxml/src/xinclude.c xmlXIncludeWarn(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node, int error,
xmlXIncludeCtxtPtr  170 third_party/libxml/src/xinclude.c xmlXIncludeGetProp(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur,
xmlXIncludeCtxtPtr  223 third_party/libxml/src/xinclude.c xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI,
xmlXIncludeCtxtPtr  278 third_party/libxml/src/xinclude.c xmlXIncludeCtxtPtr
xmlXIncludeCtxtPtr  280 third_party/libxml/src/xinclude.c     xmlXIncludeCtxtPtr ret;
xmlXIncludeCtxtPtr  287 third_party/libxml/src/xinclude.c     ret = (xmlXIncludeCtxtPtr) xmlMalloc(sizeof(xmlXIncludeCtxt));
xmlXIncludeCtxtPtr  313 third_party/libxml/src/xinclude.c xmlXIncludeURLPush(xmlXIncludeCtxtPtr ctxt,
xmlXIncludeCtxtPtr  353 third_party/libxml/src/xinclude.c xmlXIncludeURLPop(xmlXIncludeCtxtPtr ctxt)
xmlXIncludeCtxtPtr  377 third_party/libxml/src/xinclude.c xmlXIncludeFreeContext(xmlXIncludeCtxtPtr ctxt) {
xmlXIncludeCtxtPtr  419 third_party/libxml/src/xinclude.c xmlXIncludeParseFile(xmlXIncludeCtxtPtr ctxt, const char *URL) {
xmlXIncludeCtxtPtr  487 third_party/libxml/src/xinclude.c xmlXIncludeAddNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur) {
xmlXIncludeCtxtPtr  662 third_party/libxml/src/xinclude.c xmlXIncludeRecurseDoc(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc,
xmlXIncludeCtxtPtr  664 third_party/libxml/src/xinclude.c     xmlXIncludeCtxtPtr newctxt;
xmlXIncludeCtxtPtr  756 third_party/libxml/src/xinclude.c xmlXIncludeAddTxt(xmlXIncludeCtxtPtr ctxt, xmlNodePtr txt, const xmlURL url) {
xmlXIncludeCtxtPtr  802 third_party/libxml/src/xinclude.c xmlXIncludeCopyNodeList(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target,
xmlXIncludeCtxtPtr  816 third_party/libxml/src/xinclude.c xmlXIncludeCopyNode(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target,
xmlXIncludeCtxtPtr  843 third_party/libxml/src/xinclude.c xmlXIncludeCopyNodeList(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target,
xmlXIncludeCtxtPtr  908 third_party/libxml/src/xinclude.c xmlXIncludeCopyRange(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target,
xmlXIncludeCtxtPtr 1120 third_party/libxml/src/xinclude.c xmlXIncludeCopyXPointer(xmlXIncludeCtxtPtr ctxt, xmlDocPtr target,
xmlXIncludeCtxtPtr 1248 third_party/libxml/src/xinclude.c     xmlXIncludeCtxtPtr ctxt;
xmlXIncludeCtxtPtr 1264 third_party/libxml/src/xinclude.c     xmlXIncludeCtxtPtr ctxt;
xmlXIncludeCtxtPtr 1337 third_party/libxml/src/xinclude.c xmlXIncludeMergeEntities(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc,
xmlXIncludeCtxtPtr 1398 third_party/libxml/src/xinclude.c xmlXIncludeLoadDoc(xmlXIncludeCtxtPtr ctxt, const xmlChar *url, int nr) {
xmlXIncludeCtxtPtr 1791 third_party/libxml/src/xinclude.c xmlXIncludeLoadTxt(xmlXIncludeCtxtPtr ctxt, const xmlChar *url, int nr) {
xmlXIncludeCtxtPtr 1932 third_party/libxml/src/xinclude.c xmlXIncludeLoadFallback(xmlXIncludeCtxtPtr ctxt, xmlNodePtr fallback, int nr) {
xmlXIncludeCtxtPtr 1933 third_party/libxml/src/xinclude.c     xmlXIncludeCtxtPtr newctxt;
xmlXIncludeCtxtPtr 1982 third_party/libxml/src/xinclude.c xmlXIncludePreProcessNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) {
xmlXIncludeCtxtPtr 1997 third_party/libxml/src/xinclude.c xmlXIncludeLoadNode(xmlXIncludeCtxtPtr ctxt, int nr) {
xmlXIncludeCtxtPtr 2154 third_party/libxml/src/xinclude.c xmlXIncludeIncludeNode(xmlXIncludeCtxtPtr ctxt, int nr) {
xmlXIncludeCtxtPtr 2254 third_party/libxml/src/xinclude.c xmlXIncludeTestNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) {
xmlXIncludeCtxtPtr 2332 third_party/libxml/src/xinclude.c xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) {
xmlXIncludeCtxtPtr 2426 third_party/libxml/src/xinclude.c xmlXIncludeSetFlags(xmlXIncludeCtxtPtr ctxt, int flags) {
xmlXIncludeCtxtPtr 2448 third_party/libxml/src/xinclude.c     xmlXIncludeCtxtPtr ctxt;
xmlXIncludeCtxtPtr 2533 third_party/libxml/src/xinclude.c     xmlXIncludeCtxtPtr ctxt;
xmlXIncludeCtxtPtr 2577 third_party/libxml/src/xinclude.c xmlXIncludeProcessNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr node) {
xmlXIncludeCtxtPtr  168 third_party/libxml/src/xmlreader.c     xmlXIncludeCtxtPtr xincctxt;	/* the xinclude context */