/external/libxml2/include/libxml/ |
dict.h | 66 xmlDictOwns (xmlDictPtr dict,
|
/external/libxml2/ |
testdict.c | 220 if (!xmlDictOwns(dict, test2[i])) { 226 if (xmlDictOwns(parent, test2[i])) { 238 if (!xmlDictOwns(dict, test1[i])) { 381 if (!xmlDictOwns(dict, test1[i])) {
|
entities.c | 111 if ((entity->name != NULL) && (!xmlDictOwns(dict, entity->name))) 114 (!xmlDictOwns(dict, entity->ExternalID))) 117 (!xmlDictOwns(dict, entity->SystemID))) 119 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI))) 122 && (!xmlDictOwns(dict, entity->content))) 124 if ((entity->orig != NULL) && (!xmlDictOwns(dict, entity->orig)))
|
hash.c | 531 if (!xmlDictOwns(table->dict, name)) { 536 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { 541 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) { 647 if (!xmlDictOwns(table->dict, name)) { 652 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) { 657 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) {
|
dict.c | 1172 * xmlDictOwns: 1182 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { 1194 return(xmlDictOwns(dict->subdict, str));
|
tree.c | 1052 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \ 1066 if (xmlDictOwns(dict, (const xmlChar *)(str))) \ 1083 if (xmlDictOwns(dict, (const xmlChar *)(str))) \ [all...] |
valid.c | [all...] |
libxml2.syms | 1580 xmlDictOwns; [all...] |
SAX2.c | 496 (!xmlDictOwns(ctxt->dict, ctxt->encoding)))) [all...] |
debugXML.c | 264 (!xmlDictOwns(ctxt->dict, name)) && 919 else if (xmlDictOwns(ctxt->dict, node->content) == 1) [all...] |
elfgcchack.h | [all...] |
xmlreader.c | 218 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \ [all...] |
parser.c | [all...] |
testapi.c | [all...] |