Searched refs:reqfile (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcavs_tests.sh45 local reqfile="$1"
51 tmprspfile=$(echo "$reqfile" | sed 's,.req$,.rsp,')
58 if echo "$reqfile" | grep '/DSA/req/' >/dev/null 2>/dev/null; then
62 if ./cavs_driver.pl -I libgcrypt $dflag "$reqfile"; then
66 echo "failed test: $reqfile" >&2
70 echo "failed test: $reqfile rc=$?" >&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_tests.sh45 local reqfile="$1"
51 tmprspfile=$(echo "$reqfile" | sed 's,.req$,.rsp,')
58 if echo "$reqfile" | grep '/DSA/req/' >/dev/null 2>/dev/null; then
62 if ./cavs_driver.pl -I libgcrypt $dflag "$reqfile"; then
66 echo "failed test: $reqfile" >&2
70 echo "failed test: $reqfile rc=$?" >&2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientTCPSocket.cpp445 CKnownFile *reqfile = theApp->sharedfiles->GetFileByID(reqfilehash); local
446 if ( reqfile == NULL ) {
447 reqfile = theApp->downloadqueue->GetFileByID(reqfilehash);
448 if ( !( reqfile != NULL && reqfile->GetFileSize() > PARTSIZE ) ) {
454 if (reqfile->IsPartFile() && reqfile->GetFileSize() > PARTSIZE) {
456 ((CPartFile*)reqfile)->GetSourceCount()) {
457 theApp->downloadqueue->CheckAndAddKnownSource((CPartFile*)reqfile, m_client);
466 m_client->SetUploadFileID(reqfile);
507 CKnownFile *reqfile = theApp->sharedfiles->GetFileByID(fileID); local
551 CPartFile* reqfile = theApp->downloadqueue->GetFileByID(CMD4Hash(buffer)); local
612 CKnownFile* reqfile = theApp->sharedfiles->GetFileByID(fileID); local
1064 CKnownFile* reqfile = theApp->sharedfiles->GetFileByID(reqfilehash); local
1216 const CPartFile *reqfile = theApp->downloadqueue->GetFileByID(reqfilehash); local
1710 CKnownFile* reqfile = theApp->sharedfiles->GetFileByID(hash); local
[all...]
H A DClientUDPSocket.cpp177 CKnownFile* reqfile = theApp->sharedfiles->GetFileByID(reqfilehash); local
181 if (!reqfile) {
203 sender->ProcessExtendedInfo(&data_in, reqfile);
209 reqfile->UpdatePartsInfo();
215 if (reqfile->IsPartFile()) {
216 ((CPartFile*)reqfile)->WritePartStatus(&data_out);
228 AddDebugLogLineN( logClientUDP, wxT("Client UDP socket; ReaskFilePing; reqfile does not match") );
H A DUploadQueue.cpp227 CKnownFile* reqfile = (CKnownFile*) newclient->GetUploadFile(); local
228 if (reqfile) {
229 reqfile->statistic.AddAccepted();
481 CKnownFile* reqfile = (CKnownFile*) client->GetUploadFile();
482 if (reqfile) {
483 reqfile->statistic.AddRequest();
H A DGenericClientListCtrl.cpp1317 CPartFile* reqfile = source.GetRequestFile(); local
1324 if (reqfile && reqfile->GetPartCount() == partStatus.size()) {
1325 s_StatusBar.SetFileSize(reqfile->GetFileSize());
1332 uint64 uEnd = uStart + reqfile->GetPartSize(i) - 1;
1339 } else if ( reqfile->IsComplete(i)) {
H A DDownloadClient.cpp218 wxCHECK_RET(m_reqfile, wxT("Cannot request file when no reqfile is set"));
1484 // Sanity check, if reqfile doesn't own the source, then something
1525 // Remove the new reqfile from the list of other files
1571 void CUpDownClient::SetRequestFile(CPartFile* reqfile) argument
1573 if ( m_reqfile != reqfile ) {
1583 m_reqfile = reqfile;
1585 if ( reqfile ) {
1589 m_nPartCount = reqfile->GetPartCount();
H A Dupdownclient.h317 void SetRequestFile(CPartFile* reqfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dx509.c168 static int reqfile = 0; variable
225 reqfile = 0;
270 reqfile = 1;
569 if (reqfile) {
1128 if (!reqfile && X509_verify_cert(&xsc) <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dx509.c168 static int reqfile = 0; variable
225 reqfile = 0;
270 reqfile = 1;
569 if (reqfile) {
1128 if (!reqfile && X509_verify_cert(&xsc) <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c157 static int reqfile=0; variable
201 reqfile=0;
250 reqfile=1;
535 if (reqfile)
1147 if (!reqfile && !X509_verify_cert(&xsc))

Completed in 262 milliseconds