Searched refs:xmlDictOwns (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Ddict.in.h55 xmlDictOwns (xmlDictPtr dict,
H A Dentities.c109 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)))
H A Dhash.c500 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))) {
H A Ddict.c855 * xmlDictOwns:
865 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { function
877 return(xmlDictOwns(dict->subdict, str));
H A Dtree.c1023 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1037 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1054 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
4782 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name)))
5229 (xmlDictOwns(cur->doc->dict, cur->content))))
5304 (xmlDictOwns(cur->doc->dict, cur->content))))
5387 xmlDictOwns(cur->doc->dict, cur->content))) {
6554 xmlDictOwns(node->doc->dict, node->content))) {
7563 (!xmlDictOwns(sourceDoc->dict, old))) \
7566 xmlDictOwns(sourceDo
[all...]
H A Dvalid.c1121 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name)))
1123 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix)))
1928 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem)))
1930 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name)))
1932 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix)))
1935 (!xmlDictOwns(dict, attr->defaultValue)))
2579 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
H A DdebugXML.c262 (!xmlDictOwns(ctxt->dict, name))) {
915 else if (xmlDictOwns(ctxt->dict, node->content) == 1)
H A DSAX2.c2437 (xmlDictOwns(ctxt->dict, lastChild->content))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Ddict.h55 xmlDictOwns (xmlDictPtr dict,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Ddict.in.h55 xmlDictOwns (xmlDictPtr dict,
H A Dentities.c109 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)))
H A Dhash.c500 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))) {
H A Ddict.c855 * xmlDictOwns:
865 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { function
877 return(xmlDictOwns(dict->subdict, str));
H A Dtree.c1023 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1037 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1054 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
4782 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name)))
5229 (xmlDictOwns(cur->doc->dict, cur->content))))
5304 (xmlDictOwns(cur->doc->dict, cur->content))))
5387 xmlDictOwns(cur->doc->dict, cur->content))) {
6554 xmlDictOwns(node->doc->dict, node->content))) {
7563 (!xmlDictOwns(sourceDoc->dict, old))) \
7566 xmlDictOwns(sourceDo
[all...]
H A Dvalid.c1121 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name)))
1123 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix)))
1928 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem)))
1930 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name)))
1932 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix)))
1935 (!xmlDictOwns(dict, attr->defaultValue)))
2579 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
H A DdebugXML.c262 (!xmlDictOwns(ctxt->dict, name))) {
915 else if (xmlDictOwns(ctxt->dict, node->content) == 1)
H A DSAX2.c2437 (xmlDictOwns(ctxt->dict, lastChild->content))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestdict.c220 if (!xmlDictOwns(dict, test2[i])) {
226 if (xmlDictOwns(parent, test2[i])) {
238 if (!xmlDictOwns(dict, test1[i])) {
381 if (!xmlDictOwns(dict, test1[i])) {
H A Dentities.c109 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)))
H A Dhash.c500 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))) {
H A Ddict.c1055 * xmlDictOwns:
1065 xmlDictOwns(xmlDictPtr dict, const xmlChar *str) { function
1077 return(xmlDictOwns(dict->subdict, str));
H A Dtree.c1028 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
1042 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1059 if (xmlDictOwns(dict, (const xmlChar *)(str))) \
1792 (!(xmlDictOwns(node->doc->dict, name)))))
1804 (!(xmlDictOwns(node->doc->dict, name)))))
2310 (!(xmlDictOwns(doc->dict, name))))
4828 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name)))
5278 (xmlDictOwns(cur->doc->dict, cur->content))))
5356 (xmlDictOwns(cur->doc->dict, cur->content))))
5442 xmlDictOwns(cu
[all...]
H A Dvalid.c1126 if ((cur->name != NULL) && (!xmlDictOwns(dict, cur->name)))
1128 if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix)))
1933 if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem)))
1935 if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name)))
1937 if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix)))
1940 (!xmlDictOwns(dict, attr->defaultValue)))
2588 (xmlDictOwns(dict, (const xmlChar *)(str)) == 0))) \
H A DdebugXML.c262 (!xmlDictOwns(ctxt->dict, name))) {
916 else if (xmlDictOwns(ctxt->dict, node->content) == 1)
H A DSAX2.c2455 (xmlDictOwns(ctxt->dict, lastChild->content))) {

Completed in 334 milliseconds

12