OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:loadsubset
(Results
1 - 9
of
9
) sorted by null
/external/libxml2/include/libxml/
c14n.h
50
* ctxt->
loadsubset
= XML_DETECT_IDS | XML_COMPLETE_ATTRS;
parser.h
136
* Bit in the
loadsubset
context field to tell to do ID/REFs lookups.
144
* Bit in the
loadsubset
context field to tell to do complete the
153
* Bit in the
loadsubset
context field to tell to not do ID/REFs registration.
258
int
loadsubset
; /* should the external subset be loaded */
member in struct:_xmlParserCtxt
[
all
...]
/external/libxml2/
legacy.c
184
*((int *) result) = ctxt->
loadsubset
;
302
ctxt->
loadsubset
= *((int *) value);
[
all
...]
SAX2.c
385
(((ctxt->validate) || (ctxt->
loadsubset
!= 0)) &&
[
all
...]
xmlreader.c
[
all
...]
parser.c
[
all
...]
parserInternals.c
[
all
...]
xinclude.c
461
pctxt->
loadsubset
|= XML_DETECT_IDS;
[
all
...]
catalog.c
927
ctxt->
loadsubset
= 0;
[
all
...]
Completed in 437 milliseconds