Lines Matching refs:nByte
1477 void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
1480 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2132 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
2147 #define SQLITE_CONFIG_WIN32_HEAPSIZE 23 /* int nByte */
2150 #define SQLITE_CONFIG_STMTJRNL_SPILL 26 /* int nByte */
2152 #define SQLITE_CONFIG_SORTERREF_SIZE 28 /* int nByte */
4131 ** ^If the nByte argument is negative, then zSql is read up to the
4132 ** first zero terminator. ^If nByte is positive, then it is the
4133 ** number of bytes read from zSql. ^If nByte is zero, then no prepared
4136 ** there is a small performance advantage to passing an nByte parameter that
4204 int nByte, /* Maximum length of zSql in bytes. */
4211 int nByte, /* Maximum length of zSql in bytes. */
4218 int nByte, /* Maximum length of zSql in bytes. */
4226 int nByte, /* Maximum length of zSql in bytes. */
4233 int nByte, /* Maximum length of zSql in bytes. */
4240 int nByte, /* Maximum length of zSql in bytes. */