Lines Matching defs:nByte
24145 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local
24165 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
24211 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
26166 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError()
26176 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness()
26474 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()
26476 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()
26633 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
26705 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
27018 static void randomFill(char *pBuf, int nByte){ in randomFill()
27041 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
27142 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
27565 static void memsys3OutOfMemory(int nByte){ in memsys3OutOfMemory()
27684 static void *memsys3MallocUnsafe(int nByte){ in memsys3MallocUnsafe()
28240 static void *memsys5MallocUnsafe(int nByte){ in memsys5MallocUnsafe()
28481 int nByte; /* Number of bytes of memory available to this allocator */ in memsys5Init() local
30309 static void sqlite3MallocAlarm(int nByte){ in sqlite3MallocAlarm()
34634 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *zIn, int nByte){ in sqlite3Utf8CharLen()
34688 SQLITE_PRIVATE char *sqlite3Utf16to8(sqlite3 *db, const void *z, int nByte, u8 enc){ in sqlite3Utf16to8()