Searched refs:nIn (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/bzip2/
H A Dunzcrash.c44 int nIn, nOut, nZ; variable
92 nIn = fread ( inbuf, 1, M_BLOCK, f );
93 fprintf ( stderr, "%d bytes read\n", nIn );
97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 );
113 if (nOut != nIn) {
114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
130 assert (nOut == nIn);
/freebsd-13-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh776 atf_check -s exit:0 -o inline:'In-Func\nIn-Func\nsuccess6\n' -e empty \
778 atf_check -s exit:0 -o inline:'In-Func\nIn-Func\nsuccess7\n' -e empty \
780 atf_check -s exit:0 -o inline:'In-Func\nIn-Func\nsuccess8\n' -e empty \
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c2254 sqlite3_int64 nIn; local
2265 nIn = ftell(in);
2269 if( nIn>mxBlob ){
2274 pBuf = sqlite3_malloc64( nIn ? nIn : 1 );
2280 if( nIn==(sqlite3_int64)fread(pBuf, 1, (size_t)nIn, in) ){
2281 sqlite3_result_blob64(ctx, pBuf, nIn, sqlite3_free);
6810 ** Buffer aIn (size nIn bytes) contains compressed data. Uncompressed, the
6819 int nIn, /* Siz
6816 zipfileInflate( sqlite3_context *pCtx, const u8 *aIn, int nIn, int nOut ) argument
6864 zipfileDeflate( const u8 *aIn, int nIn, u8 **ppOut, int *pnOut, char **pzErr ) argument
7477 int nIn = sqlite3_value_bytes(apVal[7]); local
9136 int nIn = zIn ? STRLEN(zIn) : 0; local
14348 long nIn; local
[all...]
H A Dsqlite3.h10798 int nIn, const void *pIn, /* Input changeset */
11439 ** Argument pIn must point to a buffer containing a changeset nIn bytes
11451 int nIn, const void *pIn,
H A Dsqlite3.c11861 int nIn, const void *pIn, /* Input changeset */
12502 ** Argument pIn must point to a buffer containing a changeset nIn bytes
12514 int nIn, const void *pIn,
73939 u32 nIn; /* Size of input buffer aIn[] */ local
119742 int nIn; /* Number of bytes in input */ local
143390 int nIn; /* Number of entries in aInLoop[] */ member in struct:WhereLevel::__anon6044::__anon6045
150815 int nIn = 0; local
177280 int nIn = n; local
178635 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
178682 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
210355 int nIn = sessionSerialLen(pIn); local
211115 sqlite3rebaser_rebase( sqlite3_rebaser *p, int nIn, const void *pIn, int *pnOut, void **ppOut ) argument
214232 int nIn; /* Size of input text in bytes */ member in struct:HighlightContext
215104 sqlite3Fts5Strndup(int *pRc, const char *pIn, int nIn) argument
215657 sqlite3_int64 nIn = strlen(zIn); local
225222 fts5IndexCharlen(const char *pIn, int nIn) argument
[all...]

Completed in 598 milliseconds