Home
last modified time | relevance | path

Searched defs:_xmlXIncludeRef (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/
Dxinclude.c54 struct _xmlXIncludeRef { struct
55 xmlChar *URI; /* the fully resolved resource URL */
56 xmlChar *fragment; /* the fragment in the URI */
57 xmlDocPtr doc; /* the parsed document */
58 xmlNodePtr ref; /* the node making the reference in the source */
59 xmlNodePtr inc; /* the included copy */
60 int xml; /* xml or txt */
61 int count; /* how many refs use that specific doc */
62 int fallback; /* fallback was loaded */
63 int emptyFb; /* flag to show fallback empty */
/third_party/gettext/gnulib-local/lib/libxml/
Dxinclude.c83 struct _xmlXIncludeRef { struct
84 xmlChar *URI; /* the fully resolved resource URL */
85 xmlChar *fragment; /* the fragment in the URI */
86 xmlDocPtr doc; /* the parsed document */
87 xmlNodePtr ref; /* the node making the reference in the source */
88 xmlNodePtr inc; /* the included copy */
89 int xml; /* xml or txt */
90 int count; /* how many refs use that specific doc */
91 xmlXPathObjectPtr xptr; /* the xpointer if needed */
92 int emptyFb; /* flag to show fallback empty */