Searched defs:nByte (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 10150 u8 nByte; /* Size in byte of text or blob. */ member 13142 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 13185 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 14502 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError() 14512 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness() 14787 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc() 14789 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc() 14854 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc() 14906 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc() 15188 static void randomFill(char *pBuf, int nByte){ in randomFill() [all …]
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.c | 15330 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 15373 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 16802 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError() 16812 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness() 17093 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc() 17095 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc() 17250 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc() 17319 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc() 17641 static void randomFill(char *pBuf, int nByte){ in randomFill() 17664 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc() [all …]
|
| HD | shell.c | 2954 int nByte; /* Number of bytes in an SQL string */ in do_meta_command() local
|