Searched refs:attributeDecl (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX.c57 hdlr->attributeDecl = xmlSAX2AttributeDecl;
105 hdlr->attributeDecl = NULL;
152 hdlr->attributeDecl = NULL;
H A DSAX.in.h75 attributeDecl (void *ctx,
H A Dlegacy.c112 "SAX function attributeDecl",
221 } else if (!strcmp(name, "SAX function attributeDecl")) {
222 *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl;
339 } else if (!strcmp(name, "SAX function attributeDecl")) {
340 ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value);
983 * attributeDecl:
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, function
1000 DEPRECATED("attributeDecl")
H A Dparser.in.h714 attributeDeclSAXFunc attributeDecl; member in struct:_xmlSAXHandler
755 attributeDeclSAXFunc attributeDecl; member in struct:_xmlSAXHandlerV1
H A DSAX2.c2722 hdlr->attributeDecl = xmlSAX2AttributeDecl;
2798 hdlr->attributeDecl = NULL;
2856 hdlr->attributeDecl = NULL;
H A Dxmlschemas.c28147 (ctxt->user_sax->attributeDecl != NULL)) {
28148 ctxt->user_sax->attributeDecl(ctxt->user_data, elem, name, type,
28440 if (old_sax->attributeDecl != NULL)
28441 ret->schemas_sax.attributeDecl = attributeDeclSplit;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX.c57 hdlr->attributeDecl = xmlSAX2AttributeDecl;
105 hdlr->attributeDecl = NULL;
152 hdlr->attributeDecl = NULL;
H A Dlegacy.c112 "SAX function attributeDecl",
221 } else if (!strcmp(name, "SAX function attributeDecl")) {
222 *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl;
339 } else if (!strcmp(name, "SAX function attributeDecl")) {
340 ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value);
983 * attributeDecl:
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, function
1000 DEPRECATED("attributeDecl")
H A DSAX2.c2740 hdlr->attributeDecl = xmlSAX2AttributeDecl;
2816 hdlr->attributeDecl = NULL;
2874 hdlr->attributeDecl = NULL;
H A Dxmlschemas.c28170 (ctxt->user_sax->attributeDecl != NULL)) {
28171 ctxt->user_sax->attributeDecl(ctxt->user_data, elem, name, type,
28463 if (old_sax->attributeDecl != NULL)
28464 ret->schemas_sax.attributeDecl = attributeDeclSplit;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX.c57 hdlr->attributeDecl = xmlSAX2AttributeDecl;
105 hdlr->attributeDecl = NULL;
152 hdlr->attributeDecl = NULL;
H A DSAX.in.h75 attributeDecl (void *ctx,
H A Dlegacy.c112 "SAX function attributeDecl",
221 } else if (!strcmp(name, "SAX function attributeDecl")) {
222 *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl;
339 } else if (!strcmp(name, "SAX function attributeDecl")) {
340 ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value);
983 * attributeDecl:
996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, function
1000 DEPRECATED("attributeDecl")
H A Dparser.in.h714 attributeDeclSAXFunc attributeDecl; member in struct:_xmlSAXHandler
755 attributeDeclSAXFunc attributeDecl; member in struct:_xmlSAXHandlerV1
H A DSAX2.c2722 hdlr->attributeDecl = xmlSAX2AttributeDecl;
2798 hdlr->attributeDecl = NULL;
2856 hdlr->attributeDecl = NULL;
H A Dxmlschemas.c28147 (ctxt->user_sax->attributeDecl != NULL)) {
28148 ctxt->user_sax->attributeDecl(ctxt->user_data, elem, name, type,
28440 if (old_sax->attributeDecl != NULL)
28441 ret->schemas_sax.attributeDecl = attributeDeclSplit;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DSAX.h75 attributeDecl (void *ctx,
H A Dparser.h716 attributeDeclSAXFunc attributeDecl; member in struct:_xmlSAXHandler
757 attributeDeclSAXFunc attributeDecl; member in struct:_xmlSAXHandlerV1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py208 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList): member in class:SAXCallback

Completed in 440 milliseconds