Home
last modified time | relevance | path

Searched refs:pnByte (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5_hash.c30 int *pnByte; /* Pointer to bytes counter */ member
85 int sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte){ in sqlite3Fts5HashNew() argument
95 pNew->pnByte = pnByte; in sqlite3Fts5HashNew()
384 *pHash->pnByte += nIncr; in sqlite3Fts5HashWrite()
/sqlite-3.40.0/test/
H A Doptfuzz.c181 static char *readFile(const char *zName, int *pnByte){ in readFile() argument
199 if( pnByte ) *pnByte = nIn; in readFile()
H A Ddbfuzz2.c354 static unsigned char *readFile(const char *zName, int *pnByte){ in readFile() argument
372 if( pnByte ) *pnByte = nIn; in readFile()
H A Dkvtest.c592 static unsigned char *readFile(const char *zName, sqlite3_int64 *pnByte){ in readFile() argument
610 if( pnByte ) *pnByte = nIn; in readFile()
618 static void updateFile(const char *zName, sqlite3_int64 *pnByte, int doFsync){ in updateFile() argument
629 *pnByte = sz; in updateFile()
/sqlite-3.40.0/ext/lsm1/
H A DlsmInt.h619 int lsmCheckpointSize(lsm_db *db, int *pnByte);
818 void *lsmSortedSplitKey(Level *pLevel, int *pnByte);
/sqlite-3.40.0/src/
H A Dvdbesort.c729 i64 *pnByte /* IN/OUT: Increment this value by PMA size */ in vdbePmaReaderInit() argument
743 *pnByte += nByte; in vdbePmaReaderInit()
H A Dshell.c.in4688 ** If parameter pnByte is not NULL, (*pnByte) is set to the number of bytes
4693 ** the final value of (*pnByte), if applicable.
4695 ** NULL is returned if any error is encountered. The final value of *pnByte
4698 static char *readFile(const char *zName, int *pnByte){ argument
4716 if( pnByte ) *pnByte = nIn;
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c3082 static int sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte){ in sessionChangesetBufferTblhdr() argument
3112 *pnByte = nRead+1; in sessionChangesetBufferTblhdr()
3128 int *pnByte /* OUT: Size of record in bytes */ in sessionChangesetBufferRecord() argument
3148 *pnByte = nByte; in sessionChangesetBufferRecord()
/sqlite-3.40.0/tool/
H A Dlemon.c1614 static const char *minimum_size_type(int lwr, int upr, int *pnByte);
4213 static const char *minimum_size_type(int lwr, int upr, int *pnByte){ in minimum_size_type() argument
4234 if( pnByte ) *pnByte = nByte; in minimum_size_type()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c3088 i64 *pnByte in fts3ReadEndBlockField() argument
3108 *pnByte = ((i64)iVal * (i64)iMul); in fts3ReadEndBlockField()