Searched refs:nByte (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.h | 971 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 974 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); 2861 int nByte, /* Maximum length of zSql in bytes. */ 2868 int nByte, /* Maximum length of zSql in bytes. */ 2875 int nByte, /* Maximum length of zSql in bytes. */ 2882 int nByte, /* Maximum length of zSql in bytes. */
|
| HD | sqlite3.c | 1524 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 1527 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); 3414 int nByte, /* Maximum length of zSql in bytes. */ 3421 int nByte, /* Maximum length of zSql in bytes. */ 3428 int nByte, /* Maximum length of zSql in bytes. */ 3435 int nByte, /* Maximum length of zSql in bytes. */ 10150 u8 nByte; /* Size in byte of text or blob. */ member 11538 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *pData, int nByte); 13142 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 13145 db->pnBytesFreed = &nByte; in sqlite3_db_status() [all …]
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.h | 1192 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 1195 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); 3302 int nByte, /* Maximum length of zSql in bytes. */ 3309 int nByte, /* Maximum length of zSql in bytes. */ 3316 int nByte, /* Maximum length of zSql in bytes. */ 3323 int nByte, /* Maximum length of zSql in bytes. */
|
| HD | sqlite3.c | 1406 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg); 1409 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); 3516 int nByte, /* Maximum length of zSql in bytes. */ 3523 int nByte, /* Maximum length of zSql in bytes. */ 3530 int nByte, /* Maximum length of zSql in bytes. */ 3537 int nByte, /* Maximum length of zSql in bytes. */ 13459 SQLITE_PRIVATE int sqlite3Utf8CharLen(const char *pData, int nByte); 15330 int nByte = 0; /* Used to accumulate return value */ in sqlite3_db_status() local 15333 db->pnBytesFreed = &nByte; in sqlite3_db_status() 15339 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status() [all …]
|
| HD | shell.c | 2954 int nByte; /* Number of bytes in an SQL string */ in do_meta_command() local 3032 nByte = strlen30(zSql); in do_meta_command() 3073 zSql = sqlite3_malloc64( nByte*2 + 20 + nCol*2 ); in do_meta_command() 3079 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO \"%w\" VALUES(?", zTable); in do_meta_command()
|