OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlEntitiesTablePtr
(Results
1 - 6
of
6
) sorted by null
/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);
/external/libxml2/
entities.c
212
xmlEntitiesTablePtr
table = NULL;
440
xmlGetEntityFromTable(
xmlEntitiesTablePtr
table, const xmlChar *name) {
456
xmlEntitiesTablePtr
table;
462
table = (
xmlEntitiesTablePtr
) doc->intSubset->pentities;
468
table = (
xmlEntitiesTablePtr
) doc->extSubset->pentities;
487
xmlEntitiesTablePtr
table;
492
table = (
xmlEntitiesTablePtr
) doc->extSubset->entities;
512
xmlEntitiesTablePtr
table;
516
table = (
xmlEntitiesTablePtr
) doc->intSubset->entities;
524
table = (
xmlEntitiesTablePtr
) doc->extSubset->entities
[
all
...]
debugXML.c
[
all
...]
tree.c
170
xmlEntitiesTablePtr
table;
173
table = (
xmlEntitiesTablePtr
) dtd->entities;
191
xmlEntitiesTablePtr
table;
194
table = (
xmlEntitiesTablePtr
) dtd->pentities;
1146
xmlFreeEntitiesTable((
xmlEntitiesTablePtr
) cur->entities);
1148
xmlFreeEntitiesTable((
xmlEntitiesTablePtr
) cur->pentities);
[
all
...]
valid.c
[
all
...]
testapi.c
[
all
...]
Completed in 594 milliseconds