Searched defs:nByte (Results 1 – 2 of 2) sorted by relevance
14226 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local14269 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local15692 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError()15702 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness()15977 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()15979 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()16133 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()16202 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()16523 static void randomFill(char *pBuf, int nByte){ in randomFill()16546 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()[all …]
2135 int nByte; /* Number of bytes in an SQL string */ in do_meta_command() local