Searched defs:nByte (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 3343 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() local 7859 sqlite3_int64 nByte = nNew*sizeof(FsdirLevel); in fsdirNext() local 9299 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError() 9308 static int apndRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in apndRandomness() 9727 int nByte = sizeof(ZipfileTab) + ZIPFILE_BUFFER_SIZE; in zipfileConnect() local 10068 u16 nByte = zipfileRead16(p); in zipfileScanExtra() local 11322 static int zipfileBufferGrow(ZipfileBuffer *pBuf, int nByte){ in zipfileBufferGrow() 11371 int nByte; in zipfileStep() local 12091 static void *idxMalloc(int *pRc, int nByte){ in idxMalloc() 12618 int nByte; in idxGetTableInfo() local [all …]
|
H A D | sqlite3.c | 24088 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local 24108 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 24154 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 26300 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError() 26310 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness() 26608 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc() 26610 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc() 26767 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc() 26839 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc() 27152 static void randomFill(char *pBuf, int nByte){ in randomFill() [all …]
|
/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 1396 int nByte; in dbPrepareAndBind() local 2476 int nByte; /* Number of bytes in an SQL string */ in DbObjCmd() local
|