OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
70
typedef xmlEntitiesTable *
xmlEntitiesTablePtr
;
124
XMLPUBFUN
xmlEntitiesTablePtr
XMLCALL
127
XMLPUBFUN
xmlEntitiesTablePtr
XMLCALL
128
xmlCopyEntitiesTable (
xmlEntitiesTablePtr
table);
131
xmlFreeEntitiesTable (
xmlEntitiesTablePtr
table);
135
xmlEntitiesTablePtr
table);
Completed in 496 milliseconds