Searched refs:nodict (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DdebugXML.c50 int nodict; /* if the document has no dictionnary */ member in struct:_xmlDebugCtxt
68 ctxt->nodict = 0;
288 if ((dict == NULL) && (ctxt->nodict == 0)) {
295 ctxt->nodict = 1;
/external/libxml2/
H A DdebugXML.c50 int nodict; /* if the document has no dictionnary */ member in struct:_xmlDebugCtxt
68 ctxt->nodict = 0;
288 if ((dict == NULL) && (ctxt->nodict == 0)) {
295 ctxt->nodict = 1;

Completed in 840 milliseconds