HomeSort by relevance Sort by last modified time
    Searched refs:nOut (Results 1 - 25 of 29) sorted by null

1 2

  /external/bzip2/
unzcrash.c 44 int nIn, nOut, nZ;
105 nOut = M_BLOCK_OUT;
107 outbuf, &nOut, zbuf, nZ, 0, 0 );
113 if (nOut != nIn) {
114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
117 for (i = 0; i < nOut; i++)
122 if (i == nOut) fprintf(stderr, "really ok!\n" );
130 assert (nOut == nIn);
131 for (i = 0; i < nOut; i++)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test_hexio.c 154 int nIn, nOut, written;
171 nOut = sqlite3TestHexToBin(zIn, nIn, aOut);
181 written = fwrite(aOut, 1, nOut, out);
202 int nIn, nOut;
216 nOut = sqlite3TestHexToBin(zIn, nIn, aOut);
217 if( nOut>=4 ){
221 memcpy(&aNum[4-nOut], aOut, nOut);
300 int nOut;
311 nOut = sqlite3Utf8To8(z)
    [all...]
status.c 111 *pCurrent = db->lookaside.nOut;
114 db->lookaside.mxOut = db->lookaside.nOut;
wal.h 63 int sqlite3WalRead(Wal *pWal, Pgno pgno, int *pInWal, int nOut, u8 *pOut);
test_devsym.c 313 int nOut,
316 return sqlite3OsFullPathname(g.pVfs, zPath, nOut, zOut);
malloc.c 495 db->lookaside.nOut--;
626 db->lookaside.nOut++;
628 if( db->lookaside.nOut>db->lookaside.mxOut ){
629 db->lookaside.mxOut = db->lookaside.nOut;
test_onefile.c 166 static int fsFullPathname(sqlite3_vfs*, const char *zName, int nOut,char *zOut);
748 int nOut, /* Size of output buffer in bytes */
752 return pParent->xFullPathname(pParent, zPath, nOut, zOut);
test_journal.c 760 int nOut,
763 return sqlite3OsFullPathname(g.pVfs, zPath, nOut, zOut);
test_vfstrace.c 578 int nOut,
586 rc = pRoot->xFullPathname(pRoot, zPath, nOut, zOut);
588 vfstrace_printf(pInfo, ", out=\"%.*s\"\n", nOut, zOut);
test_osinst.c 542 int nOut,
545 return REALVFS(pVfs)->xFullPathname(REALVFS(pVfs), zPath, nOut, zOut);
    [all...]
test_vfs.c 663 int nOut,
666 return sqlite3OsFullPathname(PARENTVFS(pVfs), zPath, nOut, zOut);
    [all...]
os_unix.c     [all...]
main.c 451 if( db->lookaside.nOut ){
795 assert( db->lookaside.nOut==0 ); /* Fails on a lookaside memory leak */
    [all...]
sqlite.h.in     [all...]
wal.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c     [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c     [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/main/perf/
bz2.c     [all...]
test_input_for_tinycc.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]

Completed in 1116 milliseconds

1 2