HomeSort by relevance Sort by last modified time
    Searched refs:xmlDictOwns (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/libxml/src/include/libxml/
dict.h 55 xmlDictOwns (xmlDictPtr dict,
  /external/libxml2/include/libxml/
dict.h 55 xmlDictOwns (xmlDictPtr dict,
  /external/chromium_org/third_party/libxml/src/
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 499 if (!xmlDictOwns(table->dict, name)) {
504 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) {
509 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) {
615 if (!xmlDictOwns(table->dict, name)) {
620 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) {
625 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) {
dict.c 1054 * xmlDictOwns:
1064 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) {
1076 return(xmlDictOwns(dict->subdict, str));
tree.c 1029 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1043 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1060 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
    [all...]
valid.c     [all...]
debugXML.c 262 (!xmlDictOwns(ctxt->dict, name)) &&
917 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...]
  /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 535 if (!xmlDictOwns(table->dict, name)) {
540 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) {
545 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) {
651 if (!xmlDictOwns(table->dict, name)) {
656 if ((name2 != NULL) && (!xmlDictOwns(table->dict, name2))) {
661 if ((name3 != NULL) && (!xmlDictOwns(table->dict, name3))) {
dict.c 1087 * xmlDictOwns:
1097 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) {
1109 return(xmlDictOwns(dict->subdict, str));
tree.c 1040 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1054 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1071 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
    [all...]
valid.c     [all...]
debugXML.c 262 (!xmlDictOwns(ctxt->dict, name)) &&
918 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...]
  /external/chromium_org/third_party/libxslt/libxslt/
templates.c 577 xmlDictOwns(ctxt->dict, value)) {
763 xmlDictOwns(ctxt->dict, value))
xslt.c     [all...]
  /external/libxslt/libxslt/
xslt.c     [all...]

Completed in 532 milliseconds

1 2