Lines Matching defs:nByte
24000 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local
24020 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
24066 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
26021 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError()
26031 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness()
26329 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()
26331 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()
26488 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
26560 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
26873 static void randomFill(char *pBuf, int nByte){ in randomFill()
26896 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
26997 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
27420 static void memsys3OutOfMemory(int nByte){ in memsys3OutOfMemory()
27539 static void *memsys3MallocUnsafe(int nByte){ in memsys3MallocUnsafe()
28095 static void *memsys5MallocUnsafe(int nByte){ in memsys5MallocUnsafe()
28336 int nByte; /* Number of bytes of memory available to this allocator */ in memsys5Init() local
30153 static void sqlite3MallocAlarm(int nByte){ in sqlite3MallocAlarm()
34477 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *zIn, int nByte){ in sqlite3Utf8CharLen()
34531 SQLITE_PRIVATE char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc){ in sqlite3Utf16to8()