Searched refs:attname (Results 1 – 7 of 7) sorted by relevance
/external/expat/amiga/ |
D | expat_68k_handler_stubs.c | 147 void _68k_attlistdeclhandler(void *userdata, const char *elname, const char *attname, in _68k_attlistdeclhandler() argument 151 …call_68k_code(p->IExec, p->attlistdeclhandler, 6, p->handlerarg, elname, attname, att_type, dflt, … in _68k_attlistdeclhandler()
|
D | expat_68k.h | 82 void _68k_attlistdeclhandler(void *userdata, const char *elname, const char *attname,
|
/external/libxml2/ |
D | parser.c | 8186 const xmlChar *attname; in xmlParseStartTag() local 8217 attname = xmlParseAttribute(ctxt, &attvalue); in xmlParseStartTag() 8218 if ((attname != NULL) && (attvalue != NULL)) { in xmlParseStartTag() 8225 if (xmlStrEqual(atts[i], attname)) { in xmlParseStartTag() 8226 xmlErrAttributeDup(ctxt, NULL, attname); in xmlParseStartTag() 8262 atts[nbatts++] = attname; in xmlParseStartTag() 8282 (attname == NULL) && (attvalue == NULL)) { in xmlParseStartTag() 8866 const xmlChar *attname; in xmlParseStartTag2() local 8926 attname = xmlParseAttribute2(ctxt, prefix, localname, in xmlParseStartTag2() 8934 if ((attname != NULL) && (attvalue != NULL)) { in xmlParseStartTag2() [all …]
|
D | HTMLparser.c | 3594 const xmlChar *attname; in htmlParseStartTag() local 3685 attname = htmlParseAttribute(ctxt, &attvalue); in htmlParseStartTag() 3686 if (attname != NULL) { in htmlParseStartTag() 3692 if (xmlStrEqual(atts[i], attname)) { in htmlParseStartTag() 3694 "Attribute %s redefined\n", attname, NULL); in htmlParseStartTag() 3732 atts[nbatts++] = attname; in htmlParseStartTag()
|
/external/expat/amiga/include/libraries/ |
D | expat.h | 154 const XML_Char *attname,
|
/external/expat/lib/ |
D | expat.h | 169 const XML_Char *attname,
|
/external/expat/tests/ |
D | runtests.c | 132 const XML_Char *attname, in dummy_attlist_decl_handler() argument
|