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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFriend.cpp128 CTag newtag(*file, true);
129 switch ( newtag.GetNameID() ) {
132 m_strName = newtag.GetStr();
H A DKnownFile.cpp548 CTag newtag(*file, true);
549 switch(newtag.GetNameID()){
555 CPath path = CPath::FromUniv(newtag.GetStr());
563 SetFileName(CPath(newtag.GetStr()));
568 SetFileSize(newtag.GetInt());
576 statistic.alltimetransferred += newtag.GetInt();
581 (((uint64)newtag.GetInt()) << 32) +
586 statistic.alltimerequested = newtag.GetInt();
590 statistic.alltimeaccepted = newtag.GetInt();
594 m_iUpPriority = newtag
[all...]
H A DPartFile.cpp400 CTag newtag(metFile,true);
403 (newtag.GetNameID() == FT_FILESIZE ||
404 newtag.GetNameID() == FT_FILENAME))) {
405 switch(newtag.GetNameID()) {
409 SetFileName(CPath(newtag.GetStr()));
414 lastseencomplete = newtag.GetInt();
418 SetFileSize(newtag.GetInt());
422 transferred = newtag.GetInt();
427 //SetFileType(newtag.GetStr());
431 m_category = newtag
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DHTMLparser.c1105 * @newtag: The new tag name
1115 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) argument
1128 if (xmlStrEqual(BAD_CAST * closed, newtag))
1146 * @newtag: The new tag name
1152 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) argument
1157 priority = htmlGetEndPriority(newtag);
1161 if (xmlStrEqual(newtag, ctxt->nameTab[i]))
1175 while (!xmlStrEqual(newtag, ctxt->name)) {
1180 newtag, ctxt->name);
1211 * @newtag
1221 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) argument
1305 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c1097 * @newtag: The new tag name
1107 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) argument
1120 if (xmlStrEqual(BAD_CAST * closed, newtag))
1138 * @newtag: The new tag name
1144 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) argument
1149 priority = htmlGetEndPriority(newtag);
1153 if (xmlStrEqual(newtag, ctxt->nameTab[i]))
1167 while (!xmlStrEqual(newtag, ctxt->name)) {
1172 newtag, ctxt->name);
1203 * @newtag
1213 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) argument
1297 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c1105 * @newtag: The new tag name
1115 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) argument
1128 if (xmlStrEqual(BAD_CAST * closed, newtag))
1146 * @newtag: The new tag name
1152 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) argument
1157 priority = htmlGetEndPriority(newtag);
1161 if (xmlStrEqual(newtag, ctxt->nameTab[i]))
1175 while (!xmlStrEqual(newtag, ctxt->name)) {
1180 newtag, ctxt->name);
1211 * @newtag
1221 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) argument
1305 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c1097 * @newtag: The new tag name
1107 htmlCheckAutoClose(const xmlChar * newtag, const xmlChar * oldtag) argument
1120 if (xmlStrEqual(BAD_CAST * closed, newtag))
1138 * @newtag: The new tag name
1144 htmlAutoCloseOnClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) argument
1149 priority = htmlGetEndPriority(newtag);
1153 if (xmlStrEqual(newtag, ctxt->nameTab[i]))
1167 while (!xmlStrEqual(newtag, ctxt->name)) {
1172 newtag, ctxt->name);
1203 * @newtag
1213 htmlAutoClose(htmlParserCtxtPtr ctxt, const xmlChar * newtag) argument
1297 htmlCheckImplied(htmlParserCtxtPtr ctxt, const xmlChar *newtag) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DCTagTest.cpp668 CTag* newtag = new CTag(buf, true); local
669 CheckTagName(it_name->first, newtag);
670 CheckTagValue( valid_tag_value( counter ), newtag); local
671 delete newtag;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoecmd.c61 newtag(struct aoetgt *t) function
72 u32 host_tag = newtag(t);
341 n = newtag(t);
347 "%15s e%ld.%d oldtag=%08x@%08lx newtag=%08x s=%pm d=%pm nout=%d\n",

Completed in 255 milliseconds