Searched refs:updatewindow (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 DDownloadQueue.h185 * @param updatewindow NOT USED!
193 bool RemoveSource(CUpDownClient* toremove, bool updatewindow = true, bool bDoStatsUpdate = true);
H A DPartFile.h211 bool RemoveSource(CUpDownClient* toremove, bool updatewindow = true, bool bDoStatsUpdate = true);
H A DDownloadQueue.cpp760 bool CDownloadQueue::RemoveSource(CUpDownClient* toremove, bool WXUNUSED(updatewindow), bool bDoStatsUpdate)
H A DPartFile.cpp3184 bool CPartFile::RemoveSource(CUpDownClient* toremove, bool updatewindow, bool bDoStatsUpdate)
3188 bool result = theApp->downloadqueue->RemoveSource( toremove, updatewindow, bDoStatsUpdate );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, const unsigned char FAR *end,
379 local int updatewindow(strm, end, copy) function
1227 error. Call updatewindow() to create and/or update the window state.
1234 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1314 /* copy dictionary to window using updatewindow(), which will amend the
1316 ret = updatewindow(strm, dictionary + dictLength, dictLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
323 local int updatewindow(strm, out) function
1130 error. Call updatewindow() to create and/or update the window state.
1136 if (updatewindow(strm, out)) {
1192 if (updatewindow(strm, strm->avail_out)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
323 local int updatewindow(strm, out) function
1130 error. Call updatewindow() to create and/or update the window state.
1136 if (updatewindow(strm, out)) {
1192 if (updatewindow(strm, strm->avail_out)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
323 local int updatewindow(strm, out) function
1130 error. Call updatewindow() to create and/or update the window state.
1136 if (updatewindow(strm, out)) {
1192 if (updatewindow(strm, strm->avail_out)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dinflate.c96 local int updatewindow OF((z_streamp strm, unsigned out));
378 local int updatewindow(strm, out) function
1226 error. Call updatewindow() to create and/or update the window state.
1233 if (updatewindow(strm, out)) {
1292 /* copy dictionary to window using updatewindow(), which will amend the
1298 ret = updatewindow(strm, dictLength);

Completed in 151 milliseconds