Searched refs:s_pfconverting (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFileConvert.cpp68 ConvertJob* CPartFileConvert::s_pfconverting = NULL; member in class:CPartFileConvert
171 s_pfconverting = NULL;
174 s_pfconverting = *it;
180 if (s_pfconverting) {
183 s_pfconverting->state = CONV_INPROGRESS;
186 Notify_ConvertUpdateJobInfo(s_pfconverting);
188 ConvStatus convertResult = performConvertToeMule(s_pfconverting->folder);
191 s_pfconverting->state = convertResult;
194 if (s_pfconverting->state == CONV_OK) {
198 Notify_ConvertUpdateJobInfo(s_pfconverting);
[all...]
H A DPartFileConvert.h96 static ConvertJob* s_pfconverting; member in class:CPartFileConvert

Completed in 31 milliseconds