HomeSort by relevance Sort by last modified time
    Searched refs:attsDefault (Results 1 - 4 of 4) sorted by null

  /external/libxml2/
parser.c 1117 if (ctxt->attsDefault == NULL) {
1118 ctxt->attsDefault = xmlHashCreateDict(10, ctxt->dict);
1119 if (ctxt->attsDefault == NULL)
1139 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix)
    [all...]
parserInternals.c     [all...]
HTMLparser.c     [all...]
  /external/libxml2/include/libxml/
parser.h 282 xmlHashTablePtr attsDefault; /* defaulted attributes if any */
    [all...]

Completed in 2697 milliseconds