Home
last modified time | relevance | path

Searched defs:nByte (Results 1 – 25 of 128) sorted by relevance

123456

/sqlite-3.40.0/src/
H A Dmem0.c31 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()
33 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()
H A Dstatus.c270 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local
290 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
336 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
H A Dmem1.c128 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
200 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
H A Dmem2.c219 static void randomFill(char *pBuf, int nByte){ in randomFill()
242 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
343 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
H A Dtest_blob.c188 int nByte; in test_blob_bytes() local
224 int nByte; in test_blob_read() local
H A Dutf.c415 int sqlite3Utf8CharLen(const char *zIn, int nByte){ in sqlite3Utf8CharLen()
469 char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc){ in sqlite3Utf16to8()
H A Dtest_server.c228 int nByte; /* Size of the zIn parameter for prepare() */ member
343 int nByte, in sqlite3_client_prepare()
H A Dtest_vfs.c671 int nByte; in tvfsOpen() local
785 static void tvfsDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in tvfsDlError()
808 static int tvfsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in tvfsRandomness()
861 int nByte = sizeof(TestvfsBuffer) + szName + 1; in tvfsShmOpen() local
1155 int nByte = pgsz; in testvfs_obj_cmd() local
1239 int nByte; in testvfs_obj_cmd() local
1479 int nByte; /* Bytes of space to allocate at p */ in testvfs_cmd() local
H A Dtest_malloc.c304 int nByte; in test_malloc() local
329 int nByte; in test_realloc() local
738 int nByte; member
742 static void test_memdebug_callback(int nByte, int nFrame, void **aFrame){ in test_memdebug_callback()
1066 int nByte; /* Size of buffer to pass to sqlite3_config() */ in test_config_heap() local
1102 int nByte; /* Size to pass to sqlite3_config() */ in test_config_heap_size() local
H A Dvdbemem.c364 int nByte; in sqlite3VdbeMemExpandBlob() local
421 const int nByte = 32; in sqlite3VdbeMemStringify() local
894 int nByte = n>0?n:1; in sqlite3VdbeMemSetZeroBlob() local
1144 i64 nByte = n; /* New value for pMem->n */ in sqlite3VdbeMemSetStr() local
1401 int nByte; /* Bytes of space to allocate */ in valueNew() local
H A Dmem5.c220 static void *memsys5MallocUnsafe(int nByte){ in memsys5MallocUnsafe()
457 int nByte; /* Number of bytes of memory available to this allocator */ in memsys5Init() local
H A Dtest6.c163 static void *crash_malloc(int nByte){ in crash_malloc()
526 i64 nByte = *(i64 *)pArg; in cfFileControl() local
691 static void cfDlError(sqlite3_vfs *pCfVfs, int nByte, char *zErrMsg){ in cfDlError()
703 static int cfRandomness(sqlite3_vfs *pCfVfs, int nByte, char *zBufOut){ in cfRandomness()
/sqlite-3.40.0/tool/
H A Dshowwal.c59 unsigned int nByte, in extendCksum()
120 static unsigned char *getContent(i64 ofst, int nByte){ in getContent()
134 int nByte, /* Number of bytes to print */ in print_byte_range()
177 int ofst, int nByte, /* Start and size of decode */ in print_decode_line()
568 int nByte, hdrSize; in main() local
H A Dshowshm.c39 static unsigned char *getContent(int ofst, int nByte){ in getContent()
59 int ofst, int nByte, /* Start and size of decode */ in print_decode_line()
H A Dshowdb.c142 static unsigned char *fileRead(sqlite3_int64 ofst, int nByte){ in fileRead()
190 int nByte, /* Number of bytes to print */ in print_byte_range()
255 int ofst, int nByte, /* Start and size of decode */ in print_decode_line()
470 int nByte /* Number of bytes to print */ in printBytes()
1192 int ofst, nByte, hdrSize; in main() local
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c68 int nByte; member
78 int nByte; /* Total number of bytes allocated */ member
106 static void *tmMalloc(TmGlobal *pTm, int nByte){ in tmMalloc()
214 static void *tmRealloc(TmGlobal *pTm, void *p, int nByte){ in tmRealloc()
259 int nByte = 0; in tmMallocCheck() local
H A Dlsmtest8.c85 void testReadFile(const char *zFile, int iOff, void *pOut, int nByte, int *pRc){ in testReadFile()
109 int nByte, in testWriteFile()
/sqlite-3.40.0/ext/misc/
H A Dcksumvfs.c303 int nByte, /* Bytes of content in a[]. Must be a multiple of 8. */ in cksmCompute()
347 int nByte; in cksmVerifyFunc() local
386 int nByte = 8; in cksmInitFunc() local
745 static void cksmDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in cksmDlError()
754 static int cksmRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in cksmRandomness()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c268 const int nByte = sizeof(Fts5ExprNode); in sqlite3Fts5ExprNew() local
476 sqlite3_int64 nByte = sizeof(Fts5PoslistReader) * nAlloc * 2; in fts5ExprSynonymList() local
557 sqlite3_int64 nByte = sizeof(Fts5PoslistReader) * pPhrase->nTerm; in fts5ExprPhraseIsMatch() local
692 sqlite3_int64 nByte = sizeof(Fts5NearTrimmer) * pNear->nPhrase; in fts5ExprNearIsMatch() local
1601 sqlite3_int64 nByte; in sqlite3Fts5ParseNearset() local
1611 sqlite3_int64 nByte; in sqlite3Fts5ParseNearset() local
1750 sqlite3_int64 nByte = sizeof(Fts5ExprPhrase*) * (pParse->nPhrase + 8); in parseGrowPhraseArray() local
1848 sqlite3_int64 nByte; in sqlite3Fts5ExprClonePhrase() local
2196 int nByte = sizeof(Fts5ExprNode*) * pSub->nChild; in fts5ExprAddChildren() local
2222 int nByte; in fts5ParsePhraseToAnd() local
[all …]
H A Dfts5_hash.c93 sqlite3_int64 nByte; in sqlite3Fts5HashNew() local
215 int nByte = sqlite3Fts5GetVarintLen((u32)nPos); in fts5HashAddPoslistSize() local
273 sqlite3_int64 nByte = sizeof(Fts5HashEntry) + (nToken+1) + 1 + 64; in sqlite3Fts5HashWrite() local
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c459 int nByte; /* See above */ member
591 int nByte, in addNewAsyncWrite()
743 static int asyncTruncate(sqlite3_file *pFile, sqlite3_int64 nByte){ in asyncTruncate()
1041 int nByte; in asyncOpen() local
1099 int nByte = pVfs->szOsFile + sizeof(AsyncLock) + pData->nName + 1; in asyncOpen() local
1272 static void asyncDlError(sqlite3_vfs *pAsyncVfs, int nByte, char *zErrMsg){ in asyncDlError()
1288 static int asyncRandomness(sqlite3_vfs *pAsyncVfs, int nByte, char *zBufOut){ in asyncRandomness()
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c1005 sqlite3_int64 nByte; in sessionTableInfo() local
1252 int nByte; in sessionUpdateMaxSize() local
2043 sqlite3_int64 nByte = 0; in sessionAppendValue() local
2195 int nByte; in sessionAppendCol() local
2948 int nByte; in sessionSkipRecord() local
3039 int nByte; in sessionReadRecord() local
3131 int nByte = 0; in sessionChangesetBufferRecord() local
3176 int nByte; in sessionChangesetReadTblhdr() local
3584 int nByte; in sessionChangesetInvert() local
3606 int nByte; in sessionChangesetInvert() local
[all …]
H A Dchangesetfuzz.c344 static void *fuzzMalloc(sqlite3_int64 nByte){ in fuzzMalloc()
860 int nByte = fuzzRandomInt(48); in fuzzSelectChange() local
886 int nByte; in fuzzSelectChange() local
1055 int nByte = pOut - (*ppOut); in fuzzCopyChange() local
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c329 static void *recoverMalloc(sqlite3_recover *p, i64 nByte){ in recoverMalloc()
385 int nByte = sizeof(RecoverBitmap) + nElem*sizeof(u32); in recoverBitmapAlloc() local
1049 int nByte = 0; in recoverAddTable() local
1656 int nByte = 0; in recoverWriteDataInit() local
2098 int nByte = 0; in recoverIsValidPage() local
2118 int nByte = 0; in recoverIsValidPage() local
2265 int nByte = (nSz>=((iBlk+1)*nMax)) ? nMax : (nSz % nMax); in recoverVfsDetectPagesize() local
2298 static int recoverVfsRead(sqlite3_file *pFd, void *aBuf, int nByte, i64 iOff){ in recoverVfsRead()
2428 sqlite3_file *pFd, const void *aBuf, int nByte, i64 iOff in recoverVfsWrite()
2687 int nByte = 0; in recoverInit() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_expr.c125 void *sqlite3Fts3MallocZero(sqlite3_int64 nByte){ in sqlite3Fts3MallocZero()
201 sqlite3_int64 nByte; /* total space to allocate */ in getNextToken() local
316 int nByte = 0, iBegin = 0, iEnd = 0, iPos = 0; in getNextString() local
628 int nByte = 0; in fts3ExprParse() local

123456