Home | History | Annotate | Download | only in dist

Lines Matching refs:nByte

811   void (*xDlError)(sqlite3_vfs*, int nByte, char *zErrMsg);
814 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
1253 #define SQLITE_CONFIG_HEAP 8 /* void*, int nByte, int min */
2365 ** ^If the nByte argument is less than zero, then zSql is read up to the
2366 ** first zero terminator. ^If nByte is non-negative, then it is the maximum
2367 ** number of bytes read from zSql. ^When nByte is non-negative, the
2369 ** the nByte-th byte, whichever comes first. If the caller knows
2371 ** performance advantage to be gained by passing an nByte parameter that
2432 int nByte, /* Maximum length of zSql in bytes. */
2439 int nByte, /* Maximum length of zSql in bytes. */
2446 int nByte, /* Maximum length of zSql in bytes. */
2453 int nByte, /* Maximum length of zSql in bytes. */