/external/libxml2/include/libxml/ |
dict.h | 55 xmlDictOwns (xmlDictPtr dict,
|
/external/libxml2/ |
entities.c | 109 if ((entity->name != NULL) && (!xmlDictOwns(dict, entity->name))) 112 (!xmlDictOwns(dict, entity->ExternalID))) 115 (!xmlDictOwns(dict, entity->SystemID))) 117 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI))) 120 && (!xmlDictOwns(dict, entity->content))) 122 if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig)))
|
hash.c | 500 if (!xmlDictOwns(table->dict, name)) { 505 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { 510 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { 616 if (!xmlDictOwns(table->dict, name)) { 621 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { 626 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) {
|
dict.c | 1055 * xmlDictOwns: 1065 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { 1077 return(xmlDictOwns(dict->subdict, str));
|
tree.c | 1028 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \ 1042 if (xmlDictOwns(dict, (const xmlChar *)(str))) \ 1059 if (xmlDictOwns(dict, (const xmlChar *)(str))) \ [all...] |
valid.c | [all...] |
debugXML.c | 262 (!xmlDictOwns(ctxt->dict, name))) { 916 else if (xmlDictOwns(ctxt->dict, node->content) == 1) [all...] |
SAX2.c | [all...] |
elfgcchack.h | [all...] |
HTMLparser.c | [all...] |
xmlreader.c | 211 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \ [all...] |
parser.c | [all...] |
/external/libxslt/libxslt/ |
xslt.c | [all...] |
transform.c | 919 if (xmlDictOwns(ctxt->dict, cur->content)) [all...] |