OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pentities
(Results
1 - 4
of
4
) sorted by null
/external/libxml2/
entities.c
225
if (dtd->
pentities
== NULL)
226
dtd->
pentities
= xmlHashCreateDict(0, dict);
227
table = dtd->
pentities
;
454
if ((doc->intSubset != NULL) && (doc->intSubset->
pentities
!= NULL)) {
455
table = (xmlEntitiesTablePtr) doc->intSubset->
pentities
;
460
if ((doc->extSubset != NULL) && (doc->extSubset->
pentities
!= NULL)) {
461
table = (xmlEntitiesTablePtr) doc->extSubset->
pentities
;
tree.c
183
if ((dtd != NULL) && (dtd->
pentities
!= NULL)) {
184
table = (xmlEntitiesTablePtr) dtd->
pentities
;
1117
if (cur->
pentities
!= NULL)
1118
xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->
pentities
);
[
all
...]
xmlsave.c
575
(dtd->
pentities
== NULL)) {
[
all
...]
/external/libxml2/include/libxml/
tree.h
385
void *
pentities
; /* Hash table for param entities if any */
member in struct:_xmlDtd
[
all
...]
Completed in 965 milliseconds