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

  /external/libxml2/include/libxml/
parser.h 296 xmlAttrPtr freeAttrs; /* List of freed attributes nodes */
    [all...]
  /external/libxml2/
parserInternals.c     [all...]
xmlreader.c 311 cur->next = reader->ctxt->freeAttrs;
312 reader->ctxt->freeAttrs = cur;
    [all...]

Completed in 39 milliseconds