HomeSort by relevance Sort by last modified time
    Searched defs:xmlEntitiesTablePtr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
entities.h 70 typedef xmlEntitiesTable *xmlEntitiesTablePtr;
124 XMLPUBFUN xmlEntitiesTablePtr XMLCALL
127 XMLPUBFUN xmlEntitiesTablePtr XMLCALL
128 xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
131 xmlFreeEntitiesTable (xmlEntitiesTablePtr table);
135 xmlEntitiesTablePtr table);
  /external/libxml2/include/libxml/
entities.h 71 typedef xmlEntitiesTable *xmlEntitiesTablePtr;
125 XMLPUBFUN xmlEntitiesTablePtr XMLCALL
128 XMLPUBFUN xmlEntitiesTablePtr XMLCALL
129 xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
132 xmlFreeEntitiesTable (xmlEntitiesTablePtr table);
136 xmlEntitiesTablePtr table);

Completed in 46 milliseconds