Home
last modified time | relevance | path

Searched defs:nByte (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c1560 static int qrfDisplayWidth(const char *zIn, sqlite3_int64 nByte, int *pnNL){ in qrfDisplayWidth()
1881 int nByte; in qrfJsonbToJson() local
2128 int nByte = sqlite3_str_length(pOut); in qrfRTrim() local
4954 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() local
5478 int nByte = sqlite3_value_bytes(argv[0]); in sha1Func() local
10397 sqlite3_int64 nByte = nNew*sizeof(FsdirLevel); in fsdirNext() local
12053 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError()
12062 static int apndRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in apndRandomness()
12497 int nByte = sizeof(ZipfileTab) + ZIPFILE_BUFFER_SIZE; in zipfileConnect() local
12845 u16 nByte = zipfileRead16(p); in zipfileScanExtra() local
[all …]
H A Dsqlite3.c25254 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status64() local
25274 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status64() local
25320 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status64() local
27524 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError()
27534 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness()
27832 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()
27834 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()
27991 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
28063 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
28376 static void randomFill(char *pBuf, int nByte){ in randomFill()
[all …]
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1453 int nByte; in dbPrepareAndBind() local
2957 int nByte; /* Number of bytes in an SQL string */ in DbObjCmd() local