Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c1835 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() local
2581 int nByte = nNew*sizeof(FsdirLevel); in fsdirNext() local
3890 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError()
3899 static int apndRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in apndRandomness()
4275 int nByte = sizeof(ZipfileTab) + ZIPFILE_BUFFER_SIZE; in zipfileConnect() local
4535 u16 nByte = zipfileRead16(p); in zipfileCsrReadCDS() local
6085 static void *idxMalloc(int *pRc, int nByte){ in idxMalloc()
6610 int nByte = sizeof(IdxTable) + nTab + 1; in idxGetTableInfo() local
7336 int nByte; /* Bytes of space allocated at z */ member
7397 int nByte = sqlite3_value_bytes(argv[1]); in idxRemFunc() local
[all …]
Dsqlite3.c19435 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local
19455 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
19498 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
21057 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError()
21067 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness()
21351 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()
21353 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()
21510 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
21582 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
21895 static void randomFill(char *pBuf, int nByte){ in randomFill()
[all …]
/external/sqlite/dist/
Dshell.c1841 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() local
2587 int nByte = nNew*sizeof(FsdirLevel); in fsdirNext() local
3896 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError()
3905 static int apndRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in apndRandomness()
4281 int nByte = sizeof(ZipfileTab) + ZIPFILE_BUFFER_SIZE; in zipfileConnect() local
4541 u16 nByte = zipfileRead16(p); in zipfileCsrReadCDS() local
6091 static void *idxMalloc(int *pRc, int nByte){ in idxMalloc()
6616 int nByte = sizeof(IdxTable) + nTab + 1; in idxGetTableInfo() local
7342 int nByte; /* Bytes of space allocated at z */ member
7403 int nByte = sqlite3_value_bytes(argv[1]); in idxRemFunc() local
[all …]
Dsqlite3.c19435 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local
19455 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
19498 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local
21057 SQLITE_PRIVATE void sqlite3OsDlError(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsDlError()
21067 SQLITE_PRIVATE int sqlite3OsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in sqlite3OsRandomness()
21351 static void *sqlite3MemMalloc(int nByte){ return 0; } in sqlite3MemMalloc()
21353 static void *sqlite3MemRealloc(void *pPrior, int nByte){ return 0; } in sqlite3MemRealloc()
21510 static void *sqlite3MemMalloc(int nByte){ in sqlite3MemMalloc()
21582 static void *sqlite3MemRealloc(void *pPrior, int nByte){ in sqlite3MemRealloc()
21895 static void randomFill(char *pBuf, int nByte){ in randomFill()
[all …]