Home
last modified time | relevance | path

Searched defs:nIn (Results 1 – 25 of 42) sorted by relevance

12

/sqlite-3.40.0/ext/misc/
H A Dcompress.c53 unsigned int nIn; in compressFunc() local
89 unsigned int nIn; in uncompressFunc() local
H A Drot13.c48 int nIn; in rot13func() local
H A Dspellfix.c194 static unsigned char *phoneticHash(const unsigned char *zIn, int nIn){ in phoneticHash()
1283 static int utf8Charlen(const char *zIn, int nIn){ in utf8Charlen()
1713 static unsigned char *transliterate(const unsigned char *zIn, int nIn){ in transliterate()
1771 static int translen_to_charlen(const char *zIn, int nIn, int nTrans){ in translen_to_charlen()
1823 int nIn = sqlite3_value_bytes(argv[0]); in transliterateSqlFunc() local
1854 int nIn = sqlite3_value_bytes(argv[0]); in scriptCodeSqlFunc() local
H A Dzipfile.c945 int nIn, /* Size of buffer aIn[] in bytes */ in zipfileInflate()
991 const u8 *aIn, int nIn, /* Input */ in zipfileDeflate()
1609 int nIn = sqlite3_value_bytes(apVal[7]); in zipfileUpdate() local
H A Dregexp.c225 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match()
H A Dcsv.c83 size_t nIn; /* Number of characters in the input buffer */ member
H A Dfileio.c140 sqlite3_int64 nIn; in readFileContents() local
H A Dclosure.c425 sqlite3_int64 nIn; /* Size of input string, in bytes */ in closureDequote() local
/sqlite-3.40.0/test/
H A Doptfuzz.c183 long nIn; in readFile() local
204 int nIn = 0; /* Number of input files */ in main() local
H A Ddbfuzz2.c356 long nIn; in readFile() local
383 int nIn; in main() local
H A Dfuzzcheck.c393 long nIn; in readFile() local
426 long nIn; in readfileFunc() local
450 long nIn; in readtextfileFunc() local
704 int nIn, /* Bytes of input */ in isOffset()
734 int nIn, /* Bytes of input text */ in decodeDatabase()
H A Dsessionfuzz.c800 long nIn; in readFile() local
H A Dfuzzinvariants.c237 size_t nIn; in fuzz_invariant_sql() local
H A Dkvtest.c594 sqlite3_int64 nIn; /* Size of zName in bytes */ in readFile() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c294 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in copy_stemmer()
341 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in porter_stemmer()
H A Dfts3_unicode.c135 int nIn /* Length of z in bytes */ in unicodeAddExceptions()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c295 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in copy_stemmer()
342 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in porter_stemmer()
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c293 static void copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in copy_stemmer()
340 static void porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut){ in porter_stemmer()
/sqlite-3.40.0/src/
H A Dtest_hexio.c158 int nIn, nOut, written; in hexio_write() local
206 int nIn, nOut; in hexio_get_int() local
/sqlite-3.40.0/ext/expert/
H A Dexpert.c45 long nIn; in readSqlFromFile() local
/sqlite-3.40.0/tool/
H A Dloadfts.c40 long nIn; in readfileFunc() local
/sqlite-3.40.0/ext/userauth/
H A Duserauth.c157 int nIn, ii; in sqlite3CryptFunc() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_buffer.c282 char *sqlite3Fts5Strndup(int *pRc, const char *pIn, int nIn){ in sqlite3Fts5Strndup()
H A Dfts5_config.c426 sqlite3_int64 nIn = strlen(zIn); in fts5ConfigGobbleWord() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_log.c260 int nIn = (n/8) * 8; in logCksumUnaligned() local

12