Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dsqlite3.c1785 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
30178 int nOut; /* Size of the rendering buffer */ sqlite3_str_vappendf() local
36192 kvvfsDecode(const char *a, char *aOut, int nOut) kvvfsDecode() argument
36689 kvvfsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) kvvfsFullPathname() argument
43429 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) unixFullPathname() argument
51928 memdbFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) global() argument
66608 sqlite3WalReadFrame( Wal *pWal, u32 iRead, int nOut, u8 *pOut ) global() argument
77972 u32 nOut; /* Size of output buffer aOut[] */ global() local
90211 int nOut; /* Number of bytes of the string text to include in output */ global() local
90244 int nOut; /* Number of bytes of the blob to include in output */ global() local
113551 int nOut = nSql; global() local
116069 decodeIntArray( char *zIntArray, int nOut, tRowcnt *aOut, LogEst *aLog, Index *pIndex ) global() argument
125980 i64 nOut; /* Maximum size of zOut */ global() local
151444 LogEst nOut; /* Estimated number of output rows */ global() member
151481 LogEst nOut; /* Number of outputs for this subquery */ global() member
158359 int nOut = pLoop->nOut; global() local
159581 tRowcnt nOut = 0; global() local
161420 LogEst nOut; /* Rows visited by (pFrom+pWLoop) */ global() local
182409 int nOut = 0; global() local
182457 int nOut = 0; global() local
207714 int nOut; /* Size of output buffer in bytes */ global() local
209495 int nOut; global() local
213988 rbuVfsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) global() argument
235073 int nOut = 0; global() local
[all...]
H A Dshell.c6758 int nOut, in apndFullPathname()
6761 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname()
7780 ** size is nOut bytes. This function uncompresses the data and sets the
7789 int nOut /* Expected output size */ in zipfileInflate()
7791 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate()
7802 str.avail_out = nOut; in zipfileInflate()
7812 sqlite3_result_blob(pCtx, aRes, nOut, zipfileFree); in zipfileInflate()
8870 int nOut = 0; in zipfileStep() local
8871 rc = zipfileDeflate(aData, nData, &aFree, &nOut, &zErr); in zipfileStep()
8875 if( iMethod==8 || nOut<nDat in zipfileStep()
6755 apndFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) apndFullPathname() argument
9104 uLongf nOut = compressBound(nData); sqlarCompressFunc() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1160 const unsigned int nOut = (info_out->io.genUserClip + 3) / 4; in assignSlots() local
1162 for (unsigned int n = 0; n < nOut; ++n) { in assignSlots()
H A Dnv50_ir_from_tgsi.cpp1155 const unsigned int nOut = (info_out->io.genUserClip + 3) / 4; in scanSource() local
1157 for (unsigned int n = 0; n < nOut; ++n) { in scanSource()
/third_party/sqlite/include/
H A Dsqlite3.h1475 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);

Completed in 169 milliseconds