| /sqlite-3.40.0/src/ |
| H A D | mem0.c | 31 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc() 33 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()
|
| H A D | status.c | 270 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 D | mem1.c | 128 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc() 200 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
|
| H A D | mem2.c | 219 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 D | test_blob.c | 188 int nByte; in test_blob_bytes() local 224 int nByte; in test_blob_read() local
|
| H A D | utf.c | 415 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 D | test_server.c | 228 int nByte; /* Size of the zIn parameter for prepare() */ member 343 int nByte, in sqlite3_client_prepare()
|
| H A D | test_vfs.c | 671 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 D | test_malloc.c | 304 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 D | vdbemem.c | 364 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 D | mem5.c | 220 static void *memsys5MallocUnsafe(int nByte){ in memsys5MallocUnsafe() 457 int nByte; /* Number of bytes of memory available to this allocator */ in memsys5Init() local
|
| H A D | test6.c | 163 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 D | showwal.c | 59 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 D | showshm.c | 39 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 D | showdb.c | 142 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 D | lsmtest_mem.c | 68 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 D | lsmtest8.c | 85 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 D | cksumvfs.c | 303 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 D | fts5_expr.c | 268 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 D | fts5_hash.c | 93 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 D | sqlite3async.c | 459 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 D | sqlite3session.c | 1005 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 D | changesetfuzz.c | 344 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 D | sqlite3recover.c | 329 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 D | fts3_expr.c | 125 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
|