Searched defs:nByte (Results 1 – 1 of 1) sorted by relevance
15222 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local16981 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()16983 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()17137 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()17206 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()17527 static void randomFill(char *pBuf, int nByte){ in randomFill()17550 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()17651 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()18073 static void memsys3OutOfMemory(int nByte){ in memsys3OutOfMemory()18192 static void *memsys3MallocUnsafe(int nByte){ in memsys3MallocUnsafe()[all …]
Completed in 283 milliseconds