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

  /external/chromium_org/third_party/expat/files/lib/
expat.h 756 } XML_AttrInfo;
758 /* Returns an array of XML_AttrInfo structures for the attribute/value pairs
764 XMLPARSEAPI(const XML_AttrInfo *)
    [all...]
xmlparse.c 544 XML_AttrInfo *m_attInfo;
767 attInfo = (XML_AttrInfo*)MALLOC(attsSize * sizeof(XML_AttrInfo));
    [all...]
  /external/expat/lib/
expat.h 756 } XML_AttrInfo;
758 /* Returns an array of XML_AttrInfo structures for the attribute/value pairs
764 XMLPARSEAPI(const XML_AttrInfo *)
    [all...]
xmlparse.c 544 XML_AttrInfo *m_attInfo;
767 attInfo = (XML_AttrInfo*)MALLOC(attsSize * sizeof(XML_AttrInfo));
    [all...]

Completed in 70 milliseconds