HomeSort by relevance Sort by last modified time
    Searched refs:xinclude (Results 26 - 33 of 33) sorted by null

12

  /external/libxml2/
xmlreader.c 41 #include <libxml/xinclude.h>
168 /* Handling of XInclude processing */
169 int xinclude; /* is xinclude asked for */ member in struct:_xmlTextReader
170 const xmlChar * xinclude_name; /* the xinclude name from dict */
171 xmlXIncludeCtxtPtr xincctxt; /* the xinclude context */
172 int in_xinclude; /* counts for xinclude */
    [all...]
xinclude.c 2 * xinclude.c : Code to implement XInclude processing
5 * http://www.w3.org/TR/2003/WD-xinclude-20031110
27 #include <libxml/xinclude.h>
42 * XInclude context handling *
47 * An XInclude context
96 * XInclude error handler *
120 * @ctxt: the XInclude context
125 * Handle an XInclude error
142 * @ctxt: the XInclude contex
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 1710 int xinclude; \/* should XInclude be processed *\/ member in struct:_xsltTransformContext
    [all...]
transform.c 293 * XInclude default settings *
301 * @xinclude: whether to do XInclude processing
303 * Set whether XInclude should be processed on document being loaded by default
306 xsltSetXIncludeDefault(int xinclude) {
307 xsltDoXIncludeDefault = (xinclude != 0);
313 * Provides the default state for XInclude processing
551 cur->xinclude = xsltGetXIncludeDefault();
    [all...]
  /external/chromium_org/third_party/libxml/src/
xinclude.c 2 * xinclude.c : Code to implement XInclude processing
5 * http://www.w3.org/TR/2003/WD-xinclude-20031110
27 #include <libxml/xinclude.h>
41 * XInclude context handling *
46 * An XInclude context
95 * XInclude error handler *
119 * @ctxt: the XInclude context
124 * Handle an XInclude error
141 * @ctxt: the XInclude contex
    [all...]
runtest.c 38 #include <libxml/xinclude.h>
436 channel(data, "XInclude ");
    [all...]
configure     [all...]
testapi.c 191 #include <libxml/xinclude.h>
    [all...]

Completed in 3525 milliseconds

12