Searched refs:attvalue (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dminixml.c42 const char * attvalue; local
76 attvalue = p->xml;
87 attvalue = p->xml;
98 attnamelen, attname, attvaluelen, attvalue);*/
100 p->attfunc(p->data, attname, attnamelen, attvalue, attvaluelen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dminixml.c41 const char * attvalue; local
75 attvalue = p->xml;
86 attvalue = p->xml;
97 attnamelen, attname, attvaluelen, attvalue);*/
99 p->attfunc(p->data, attname, attnamelen, attvalue, attvaluelen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dminixml.c42 const char * attvalue; local
76 attvalue = p->xml;
87 attvalue = p->xml;
98 attnamelen, attname, attvaluelen, attvalue);*/
100 p->attfunc(p->data, attname, attnamelen, attvalue, attvaluelen);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c3252 * @attvalue: the attribute value
3260 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { argument
3263 if ((ctxt == NULL) || (attvalue == NULL))
3270 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset=");
3274 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset =");
3402 xmlChar *attvalue; local
3487 attname = htmlParseAttribute(ctxt, &attvalue);
3497 if (attvalue != NULL)
3498 xmlFree(attvalue);
3512 if (attvalue !
[all...]
H A Dparser.c7125 xmlChar *attvalue; local
7155 attname = xmlParseAttribute(ctxt, &attvalue);
7156 if ((attname != NULL) && (attvalue != NULL)) {
7165 xmlFree(attvalue);
7178 if (attvalue != NULL)
7179 xmlFree(attvalue);
7192 if (attvalue != NULL)
7193 xmlFree(attvalue);
7201 atts[nbatts++] = attvalue;
7205 if (attvalue !
7864 xmlChar *attvalue; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c3291 * @attvalue: the attribute value
3299 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { argument
3302 if ((ctxt == NULL) || (attvalue == NULL))
3309 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset=");
3313 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset =");
3441 xmlChar *attvalue; local
3528 attname = htmlParseAttribute(ctxt, &attvalue);
3538 if (attvalue != NULL)
3539 xmlFree(attvalue);
3553 if (attvalue !
[all...]
H A Dparser.c7941 xmlChar *attvalue; local
7971 attname = xmlParseAttribute(ctxt, &attvalue);
7972 if ((attname != NULL) && (attvalue != NULL)) {
7981 xmlFree(attvalue);
7994 if (attvalue != NULL)
7995 xmlFree(attvalue);
8008 if (attvalue != NULL)
8009 xmlFree(attvalue);
8017 atts[nbatts++] = attvalue;
8021 if (attvalue !
8623 xmlChar *attvalue; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c3252 * @attvalue: the attribute value
3260 htmlCheckEncoding(htmlParserCtxtPtr ctxt, const xmlChar *attvalue) { argument
3263 if ((ctxt == NULL) || (attvalue == NULL))
3270 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset=");
3274 encoding = xmlStrcasestr(attvalue, BAD_CAST"charset =");
3402 xmlChar *attvalue; local
3487 attname = htmlParseAttribute(ctxt, &attvalue);
3497 if (attvalue != NULL)
3498 xmlFree(attvalue);
3512 if (attvalue !
[all...]
H A Dparser.c7125 xmlChar *attvalue; local
7155 attname = xmlParseAttribute(ctxt, &attvalue);
7156 if ((attname != NULL) && (attvalue != NULL)) {
7165 xmlFree(attvalue);
7178 if (attvalue != NULL)
7179 xmlFree(attvalue);
7192 if (attvalue != NULL)
7193 xmlFree(attvalue);
7201 atts[nbatts++] = attvalue;
7205 if (attvalue !
7864 xmlChar *attvalue; local
[all...]

Completed in 220 milliseconds