Searched refs:tagList (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSafeFile.cpp559 void CFileDataIO::WriteTagPtrList(const TagPtrList& tagList) argument
561 uint32 count = tagList.size();
566 for (it = tagList.begin(); it != tagList.end(); it++) {
H A DSafeFile.h206 void WriteTagPtrList(const TagPtrList& tagList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DIndexed.cpp129 uint32_t tagList = k_file.ReadUInt8(); local
130 while (tagList) {
160 tagList--;
197 uint32_t tagList = s_file.ReadUInt8(); local
198 while (tagList) {
214 tagList--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/lib/
H A Dxmlparse.c1084 TAG *tagList; local
1089 tagList = tagStack;
1092 if (tagList == NULL) {
1095 tagList = freeTagList;
1098 p = tagList;
1099 tagList = tagList->parent;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c1084 TAG *tagList; local
1089 tagList = tagStack;
1092 if (tagList == NULL) {
1095 tagList = freeTagList;
1098 p = tagList;
1099 tagList = tagList->parent;

Completed in 107 milliseconds