Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2915 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() local
3436 int nByte = sqlite3_value_bytes(argv[0]); in sha1Func() local
8683 sqlite3_int64 nByte = nNew*sizeof(FsdirLevel); in fsdirNext() local
10128 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError()
10137 static int apndRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in apndRandomness()
10566 int nByte = sizeof(ZipfileTab) + ZIPFILE_BUFFER_SIZE; in zipfileConnect() local
10907 u16 nByte = zipfileRead16(p); in zipfileScanExtra() local
12161 static int zipfileBufferGrow(ZipfileBuffer *pBuf, int nByte){ in zipfileBufferGrow()
12210 int nByte; in zipfileStep() local
12930 static void *idxMalloc(int *pRc, int nByte){ in idxMalloc()
[all …]
H A Dsqlite3.c24583 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local
24603 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
24649 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
26798 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError()
26808 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness()
27106 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()
27108 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()
27265 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
27337 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
27650 static void randomFill(char *pBuf, int nByte){ in randomFill()
[all …]
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1438 int nByte; in dbPrepareAndBind() local
2524 int nByte; /* Number of bytes in an SQL string */ in DbObjCmd() local