Home
last modified time | relevance | path

Searched refs:nByte (Results 1 – 7 of 7) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h1308 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1311 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
3673 int nByte, /* Maximum length of zSql in bytes. */
3680 int nByte, /* Maximum length of zSql in bytes. */
3687 int nByte, /* Maximum length of zSql in bytes. */
3695 int nByte, /* Maximum length of zSql in bytes. */
3702 int nByte, /* Maximum length of zSql in bytes. */
3709 int nByte, /* Maximum length of zSql in bytes. */
Dsqlite3.c2332 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
2335 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
4697 int nByte, /* Maximum length of zSql in bytes. */
4704 int nByte, /* Maximum length of zSql in bytes. */
4711 int nByte, /* Maximum length of zSql in bytes. */
4719 int nByte, /* Maximum length of zSql in bytes. */
4726 int nByte, /* Maximum length of zSql in bytes. */
4733 int nByte, /* Maximum length of zSql in bytes. */
17847 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *pData, int nByte);
19435 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local
[all …]
Dshell.c1841 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() local
1856 SHA3Update(&cx, sqlite3_value_blob(argv[0]), nByte); in sha3Func()
1858 SHA3Update(&cx, sqlite3_value_text(argv[0]), nByte); in sha3Func()
2587 int nByte = nNew*sizeof(FsdirLevel); in fsdirNext() local
2588 FsdirLevel *aNew = (FsdirLevel*)sqlite3_realloc(pCur->aLvl, nByte); in fsdirNext()
3524 static void apndDlError(sqlite3_vfs*, int nByte, char *zErrMsg);
3527 static int apndRandomness(sqlite3_vfs*, int nByte, char *zOut);
3896 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError() argument
3897 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError()
3905 static int apndRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in apndRandomness() argument
[all …]
DAndroid.patch97 nSize = ((nByte+pFile->szChunk-1) / pFile->szChunk) * pFile->szChunk;
/external/sqlite/dist/orig/
Dsqlite3.h1308 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1311 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
3673 int nByte, /* Maximum length of zSql in bytes. */
3680 int nByte, /* Maximum length of zSql in bytes. */
3687 int nByte, /* Maximum length of zSql in bytes. */
3695 int nByte, /* Maximum length of zSql in bytes. */
3702 int nByte, /* Maximum length of zSql in bytes. */
3709 int nByte, /* Maximum length of zSql in bytes. */
Dsqlite3.c2332 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
2335 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
4697 int nByte, /* Maximum length of zSql in bytes. */
4704 int nByte, /* Maximum length of zSql in bytes. */
4711 int nByte, /* Maximum length of zSql in bytes. */
4719 int nByte, /* Maximum length of zSql in bytes. */
4726 int nByte, /* Maximum length of zSql in bytes. */
4733 int nByte, /* Maximum length of zSql in bytes. */
17847 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *pData, int nByte);
19435 int nByte = sqlite3PagerMemUsed(pPager); in sqlite3_db_status() local
[all …]
Dshell.c1835 int nByte = sqlite3_value_bytes(argv[0]); in sha3Func() local
1850 SHA3Update(&cx, sqlite3_value_blob(argv[0]), nByte); in sha3Func()
1852 SHA3Update(&cx, sqlite3_value_text(argv[0]), nByte); in sha3Func()
2581 int nByte = nNew*sizeof(FsdirLevel); in fsdirNext() local
2582 FsdirLevel *aNew = (FsdirLevel*)sqlite3_realloc(pCur->aLvl, nByte); in fsdirNext()
3518 static void apndDlError(sqlite3_vfs*, int nByte, char *zErrMsg);
3521 static int apndRandomness(sqlite3_vfs*, int nByte, char *zOut);
3890 static void apndDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in apndDlError() argument
3891 ORIGVFS(pVfs)->xDlError(ORIGVFS(pVfs), nByte, zErrMsg); in apndDlError()
3899 static int apndRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in apndRandomness() argument
[all …]