Home
last modified time | relevance | path

Searched refs:nReq (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/security/vuls/vuls-0.13.7/gost/
H A Dutil.go22 nReq := len(cveIDs)
23 reqChan := make(chan request, nReq)
24 resChan := make(chan response, nReq)
25 errChan := make(chan error, nReq)
40 for i := 0; i < nReq; i++ {
60 for i := 0; i < nReq; i++ {
87 reqChan := make(chan request, nReq)
88 resChan := make(chan response, nReq)
89 errChan := make(chan error, nReq)
113 for i := 0; i < nReq; i++ {
[all …]
/dports/security/vuls/vuls-0.13.7/exploit/
H A Dutil.go20 nReq := len(cveIDs)
21 reqChan := make(chan request, nReq)
22 resChan := make(chan response, nReq)
23 errChan := make(chan error, nReq)
38 for i := 0; i < nReq; i++ {
58 for i := 0; i < nReq; i++ {
/dports/devel/fossil/fossil-src-2.17/src/
H A Dbuiltin.c229 int nReq; /* Number of slots in aReq[] currently used */ member
300 for(j=0; j<builtin.nReq; j++){ in builtin_request_js()
303 if( builtin.nReq>=count(builtin.aReq) ){ in builtin_request_js()
306 builtin.aReq[builtin.nReq++] = i; in builtin_request_js()
317 if( builtin.nSent>=builtin.nReq ) return; /* nothing to do */ in builtin_fulfill_js_requests()
326 }while( builtin.nSent<builtin.nReq ); in builtin_fulfill_js_requests()
331 if( builtin.nSent+1<builtin.nReq ){ in builtin_fulfill_js_requests()
334 while( builtin.nSent<builtin.nReq ){ in builtin_fulfill_js_requests()
348 while( builtin.nSent<builtin.nReq ){ in builtin_fulfill_js_requests()
767 assert(builtin.nReq>8); in test_js_once()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/lsm1/
H A Dlsm_log.c513 int nReq, in jumpIfRequired() argument
599 int nReq; in logFlush() local
606 nReq = 9; in logFlush()
608 rc = jumpIfRequired(pDb, pLog, nReq, 0); in logFlush()
693 rc = lsmStringExtend(&pLog->buf, nReq); in lsmLogWrite()
850 while( rc==LSM_OK && nReq>0 ){ in logReaderBlob()
880 nReq = 0; in logReaderBlob()
882 int nCopy = LSM_MIN(nAvail, nReq); in logReaderBlob()
883 if( nBlob==nReq ){ in logReaderBlob()
887 nReq -= nCopy; in logReaderBlob()
[all …]
H A Dlsm_win32.c517 int nReq; in lsmWin32OsFileid() local
526 *pnBuf = nReq; in lsmWin32OsFileid()
527 if( nReq>nBuf ) return LSM_OK; in lsmWin32OsFileid()
532 nReq = sizeof(fileInfo.dwVolumeSerialNumber); in lsmWin32OsFileid()
534 pBuf2 += nReq; in lsmWin32OsFileid()
535 nReq = sizeof(fileInfo.nFileIndexHigh); in lsmWin32OsFileid()
537 pBuf2 += nReq; in lsmWin32OsFileid()
538 nReq = sizeof(fileInfo.nFileIndexLow); in lsmWin32OsFileid()
645 lsm_i64 nReq = nNew * sz; in lsmWin32OsShmMap() local
673 if( fileSize.QuadPart<nReq ){ in lsmWin32OsShmMap()
[all …]
H A Dlsm_unix.c246 int nReq; in lsmPosixOsFullpath() local
264 nReq = nTmp + 1 + strlen(zName) + 1; in lsmPosixOsFullpath()
265 if( nReq<=nBuf ){ in lsmPosixOsFullpath()
272 nReq = strlen(zName)+1; in lsmPosixOsFullpath()
273 if( nReq<=nBuf ){ in lsmPosixOsFullpath()
278 *pnOut = nReq; in lsmPosixOsFullpath()
289 int nReq; in lsmPosixOsFileid() local
295 *pnBuf = nReq; in lsmPosixOsFileid()
296 if( nReq>nBuf ) return LSM_OK; in lsmPosixOsFileid()
397 if( sStat.st_size<nReq ){ in lsmPosixOsShmMap()
[all …]
H A Dlsm_main.c127 int nReq = 0; in getFullpathname() local
131 nAlloc = nReq; in getFullpathname()
132 rc = pEnv->xFullpath(pEnv, zRel, zAlloc, &nReq); in getFullpathname()
133 if( nReq>nAlloc ){ in getFullpathname()
134 zAlloc = lsmReallocOrFreeRc(pEnv, zAlloc, nReq, &rc); in getFullpathname()
136 }while( nReq>nAlloc && rc==LSM_OK ); in getFullpathname()
/dports/databases/sqlite3/sqlite-src-3350500/ext/lsm1/
H A Dlsm_log.c513 int nReq, in jumpIfRequired() argument
599 int nReq; in logFlush() local
606 nReq = 9; in logFlush()
608 rc = jumpIfRequired(pDb, pLog, nReq, 0); in logFlush()
693 rc = lsmStringExtend(&pLog->buf, nReq); in lsmLogWrite()
850 while( rc==LSM_OK && nReq>0 ){ in logReaderBlob()
880 nReq = 0; in logReaderBlob()
882 int nCopy = LSM_MIN(nAvail, nReq); in logReaderBlob()
883 if( nBlob==nReq ){ in logReaderBlob()
887 nReq -= nCopy; in logReaderBlob()
[all …]
H A Dlsm_win32.c517 int nReq; in lsmWin32OsFileid() local
526 *pnBuf = nReq; in lsmWin32OsFileid()
527 if( nReq>nBuf ) return LSM_OK; in lsmWin32OsFileid()
532 nReq = sizeof(fileInfo.dwVolumeSerialNumber); in lsmWin32OsFileid()
534 pBuf2 += nReq; in lsmWin32OsFileid()
535 nReq = sizeof(fileInfo.nFileIndexHigh); in lsmWin32OsFileid()
537 pBuf2 += nReq; in lsmWin32OsFileid()
538 nReq = sizeof(fileInfo.nFileIndexLow); in lsmWin32OsFileid()
645 lsm_i64 nReq = nNew * sz; in lsmWin32OsShmMap() local
673 if( fileSize.QuadPart<nReq ){ in lsmWin32OsShmMap()
[all …]
H A Dlsm_unix.c250 int nReq; in lsmPosixOsFullpath() local
268 nReq = nTmp + 1 + strlen(zName) + 1; in lsmPosixOsFullpath()
269 if( nReq<=nBuf ){ in lsmPosixOsFullpath()
276 nReq = strlen(zName)+1; in lsmPosixOsFullpath()
277 if( nReq<=nBuf ){ in lsmPosixOsFullpath()
282 *pnOut = nReq; in lsmPosixOsFullpath()
293 int nReq; in lsmPosixOsFileid() local
299 *pnBuf = nReq; in lsmPosixOsFileid()
300 if( nReq>nBuf ) return LSM_OK; in lsmPosixOsFileid()
401 if( sStat.st_size<nReq ){ in lsmPosixOsShmMap()
[all …]
H A Dlsm_main.c127 int nReq = 0; in getFullpathname() local
131 nAlloc = nReq; in getFullpathname()
132 rc = pEnv->xFullpath(pEnv, zRel, zAlloc, &nReq); in getFullpathname()
133 if( nReq>nAlloc ){ in getFullpathname()
134 zAlloc = lsmReallocOrFreeRc(pEnv, zAlloc, nReq, &rc); in getFullpathname()
136 }while( nReq>nAlloc && rc==LSM_OK ); in getFullpathname()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/lsm1/
H A Dlsm_log.c513 int nReq, in jumpIfRequired() argument
599 int nReq; in logFlush() local
606 nReq = 9; in logFlush()
608 rc = jumpIfRequired(pDb, pLog, nReq, 0); in logFlush()
693 rc = lsmStringExtend(&pLog->buf, nReq); in lsmLogWrite()
850 while( rc==LSM_OK && nReq>0 ){ in logReaderBlob()
880 nReq = 0; in logReaderBlob()
882 int nCopy = LSM_MIN(nAvail, nReq); in logReaderBlob()
883 if( nBlob==nReq ){ in logReaderBlob()
887 nReq -= nCopy; in logReaderBlob()
[all …]
H A Dlsm_win32.c517 int nReq; in lsmWin32OsFileid() local
526 *pnBuf = nReq; in lsmWin32OsFileid()
527 if( nReq>nBuf ) return LSM_OK; in lsmWin32OsFileid()
532 nReq = sizeof(fileInfo.dwVolumeSerialNumber); in lsmWin32OsFileid()
534 pBuf2 += nReq; in lsmWin32OsFileid()
535 nReq = sizeof(fileInfo.nFileIndexHigh); in lsmWin32OsFileid()
537 pBuf2 += nReq; in lsmWin32OsFileid()
538 nReq = sizeof(fileInfo.nFileIndexLow); in lsmWin32OsFileid()
645 lsm_i64 nReq = nNew * sz; in lsmWin32OsShmMap() local
673 if( fileSize.QuadPart<nReq ){ in lsmWin32OsShmMap()
[all …]
H A Dlsm_unix.c246 int nReq; in lsmPosixOsFullpath() local
264 nReq = nTmp + 1 + strlen(zName) + 1; in lsmPosixOsFullpath()
265 if( nReq<=nBuf ){ in lsmPosixOsFullpath()
272 nReq = strlen(zName)+1; in lsmPosixOsFullpath()
273 if( nReq<=nBuf ){ in lsmPosixOsFullpath()
278 *pnOut = nReq; in lsmPosixOsFullpath()
289 int nReq; in lsmPosixOsFileid() local
295 *pnBuf = nReq; in lsmPosixOsFileid()
296 if( nReq>nBuf ) return LSM_OK; in lsmPosixOsFileid()
397 if( sStat.st_size<nReq ){ in lsmPosixOsShmMap()
[all …]
H A Dlsm_main.c127 int nReq = 0; in getFullpathname() local
131 nAlloc = nReq; in getFullpathname()
132 rc = pEnv->xFullpath(pEnv, zRel, zAlloc, &nReq); in getFullpathname()
133 if( nReq>nAlloc ){ in getFullpathname()
134 zAlloc = lsmReallocOrFreeRc(pEnv, zAlloc, nReq, &rc); in getFullpathname()
136 }while( nReq>nAlloc && rc==LSM_OK ); in getFullpathname()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/lsm1/
H A Dlsm_log.c513 int nReq, in jumpIfRequired() argument
599 int nReq; in logFlush() local
606 nReq = 9; in logFlush()
608 rc = jumpIfRequired(pDb, pLog, nReq, 0); in logFlush()
693 rc = lsmStringExtend(&pLog->buf, nReq); in lsmLogWrite()
850 while( rc==LSM_OK && nReq>0 ){ in logReaderBlob()
880 nReq = 0; in logReaderBlob()
882 int nCopy = LSM_MIN(nAvail, nReq); in logReaderBlob()
883 if( nBlob==nReq ){ in logReaderBlob()
887 nReq -= nCopy; in logReaderBlob()
[all …]
H A Dlsm_win32.c517 int nReq; in lsmWin32OsFileid() local
526 *pnBuf = nReq; in lsmWin32OsFileid()
527 if( nReq>nBuf ) return LSM_OK; in lsmWin32OsFileid()
532 nReq = sizeof(fileInfo.dwVolumeSerialNumber); in lsmWin32OsFileid()
534 pBuf2 += nReq; in lsmWin32OsFileid()
535 nReq = sizeof(fileInfo.nFileIndexHigh); in lsmWin32OsFileid()
537 pBuf2 += nReq; in lsmWin32OsFileid()
538 nReq = sizeof(fileInfo.nFileIndexLow); in lsmWin32OsFileid()
645 lsm_i64 nReq = nNew * sz; in lsmWin32OsShmMap() local
673 if( fileSize.QuadPart<nReq ){ in lsmWin32OsShmMap()
[all …]
H A Dlsm_unix.c250 int nReq; in lsmPosixOsFullpath() local
268 nReq = nTmp + 1 + strlen(zName) + 1; in lsmPosixOsFullpath()
269 if( nReq<=nBuf ){ in lsmPosixOsFullpath()
276 nReq = strlen(zName)+1; in lsmPosixOsFullpath()
277 if( nReq<=nBuf ){ in lsmPosixOsFullpath()
282 *pnOut = nReq; in lsmPosixOsFullpath()
293 int nReq; in lsmPosixOsFileid() local
299 *pnBuf = nReq; in lsmPosixOsFileid()
300 if( nReq>nBuf ) return LSM_OK; in lsmPosixOsFileid()
401 if( sStat.st_size<nReq ){ in lsmPosixOsShmMap()
[all …]
H A Dlsm_main.c127 int nReq = 0; in getFullpathname() local
131 nAlloc = nReq; in getFullpathname()
132 rc = pEnv->xFullpath(pEnv, zRel, zAlloc, &nReq); in getFullpathname()
133 if( nReq>nAlloc ){ in getFullpathname()
134 zAlloc = lsmReallocOrFreeRc(pEnv, zAlloc, nReq, &rc); in getFullpathname()
136 }while( nReq>nAlloc && rc==LSM_OK ); in getFullpathname()
/dports/www/htdigest/httpd-2.4.6/modules/ssl/
H A Dssl_engine_rand.c135 static int ssl_rand_feedfp(apr_pool_t *p, apr_file_t *fp, int nReq) in ssl_rand_feedfp() argument
145 nTodo = nReq; in ssl_rand_feedfp()
147 if (nReq > 0) in ssl_rand_feedfp()
154 if (nReq > 0) { in ssl_rand_feedfp()
/dports/www/apache24/httpd-2.4.53/modules/ssl/
H A Dssl_engine_rand.c137 static int ssl_rand_feedfp(apr_pool_t *p, apr_file_t *fp, int nReq) in ssl_rand_feedfp() argument
147 nTodo = nReq; in ssl_rand_feedfp()
149 if (nReq > 0) in ssl_rand_feedfp()
156 if (nReq > 0) { in ssl_rand_feedfp()
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/continuations/
H A Dsession_id.test.py102 nReq = numberOfRequests * 2
104 if len(session_ids) != nReq:
105 return "Found {} session_id's, expected {}".format(len(session_ids), nReq)
/dports/security/vuls/vuls-0.13.7/oval/
H A Dutil.go92 nReq := len(r.Packages) + len(r.SrcPackages)
93 reqChan := make(chan request, nReq)
94 resChan := make(chan response, nReq)
95 errChan := make(chan error, nReq)
123 for i := 0; i < nReq; i++ {
146 for i := 0; i < nReq; i++ {
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_write.c1515 int nReq = nData; /* Required space after adding zTerm */ in fts3NodeAddTerm() local
1523 if( nReq<=p->nNodeSize || !pTree->zTerm ){ in fts3NodeAddTerm()
1525 if( nReq>p->nNodeSize ){ in fts3NodeAddTerm()
1534 pTree->aData = (char *)sqlite3_malloc(nReq); in fts3NodeAddTerm()
1716 int nReq; /* Number of bytes required on leaf page */ in fts3SegWriterAdd() local
1751 nReq = sqlite3Fts3VarintLen(nPrefix) + /* varint containing prefix size */ in fts3SegWriterAdd()
1757 if( nData>0 && nData+nReq>p->nNodeSize ){ in fts3SegWriterAdd()
1795 if( nReq>pWriter->nSize ){ in fts3SegWriterAdd()
1796 char *aNew = sqlite3_realloc(pWriter->aData, nReq); in fts3SegWriterAdd()
1799 pWriter->nSize = nReq; in fts3SegWriterAdd()
[all …]
/dports/japanese/skkinput3/skkinput-3.0.6/lib/win/
H A DTTerminal.c388 register int nReq ; in TTerminal_Flush() local
396 nReq = TVarbuffer_GetUsage (&wgTerm->tterminal.m_vbReqText) ; in TTerminal_Flush()
398 if (nReq != nCur) in TTerminal_Flush()
399 TVarbuffer_Require (&wgTerm->tterminal.m_vbCurText, nReq - nCur) ; in TTerminal_Flush()
401 memcpy (pCur, pReq, nReq * sizeof (DChar)) ; in TTerminal_Flush()

12345678910