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

/netbsd-current/external/bsd/bzip2/dist/
H A Dunzcrash.c46 int nIn, nOut, nZ; variable
107 nOut = M_BLOCK_OUT;
109 outbuf, &nOut, zbuf, nZ, 0, 0 );
115 if (nOut != nIn) {
116 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
119 for (i = 0; i < nOut; i++)
124 if (i == nOut) fprintf(stderr, "really ok!\n" );
132 assert (nOut == nIn);
133 for (i = 0; i < nOut;
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c1789 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
31041 int nOut; /* Size of the rendering buffer */ local
37435 kvvfsDecode(const char *a, char *aOut, int nOut) argument
37937 kvvfsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
44627 int nOut; /* Bytes of space available to zOut[] */ member in struct:DbPath
44722 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
53171 memdbFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
68167 sqlite3WalReadFrame( Wal *pWal, u32 iRead, int nOut, u8 *pOut ) argument
79756 u32 nOut; /* Size of output buffer aOut[] */ local
92549 int nOut; /* Number of bytes of the string text to include in output */ local
92582 int nOut; /* Number of bytes of the blob to include in output */ local
116641 int nOut = nSql; local
119225 decodeIntArray( char *zIntArray, int nOut, tRowcnt *aOut, LogEst *aLog, Index *pIndex ) argument
129289 i64 nOut; /* Maximum size of zOut */ local
155672 LogEst nOut; /* Estimated number of output rows */ member in struct:WhereLoop
155709 LogEst nOut; /* Number of outputs for this subquery */ member in struct:WhereOrCost
162736 int nOut = pLoop->nOut; local
164006 tRowcnt nOut = 0; local
166045 LogEst nOut; /* Rows visited by (pFrom+pWLoop) */ local
187303 int nOut = 0; local
187351 int nOut = 0; local
206205 u32 nOut = sz; local
215182 int nOut; /* Size of output buffer in bytes */ local
216963 int nOut; local
221500 rbuVfsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
244658 int nOut = 0; local
246027 fts5IndexTombstoneRehash( Fts5Index *p, Fts5StructureSegment *pSeg, Fts5Data *pData1, int iPg1, int szKey, int nOut, Fts5Data **apOut ) argument
246118 int nOut = 0; local
[all...]
H A Dsqlite3.h1476 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
H A Dshell.c9213 int nOut,
9216 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut);
10238 ** size is nOut bytes. This function uncompresses the data and sets the
10247 int nOut /* Expected output size */
10249 u8 *aRes = sqlite3_malloc(nOut);
10260 str.avail_out = nOut;
10270 sqlite3_result_blob(pCtx, aRes, nOut, zipfileFree);
11348 int nOut = 0; local
11349 rc = zipfileDeflate(aData, nData, &aFree, &nOut, &zErr);
11353 if( iMethod==8 || nOut<nDat
9210 apndFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
11583 uLongf nOut = compressBound(nData); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d373 int function (sqlite3_vfs*, const char *zName, int nOut, char *zOut) xFullPathname;

Completed in 719 milliseconds