Searched refs:pnByte (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_hash.c | 30 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 D | optfuzz.c | 181 static char *readFile(const char *zName, int *pnByte){ in readFile() argument 199 if( pnByte ) *pnByte = nIn; in readFile()
|
| H A D | dbfuzz2.c | 354 static unsigned char *readFile(const char *zName, int *pnByte){ in readFile() argument 372 if( pnByte ) *pnByte = nIn; in readFile()
|
| H A D | kvtest.c | 592 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 D | lsmInt.h | 619 int lsmCheckpointSize(lsm_db *db, int *pnByte); 818 void *lsmSortedSplitKey(Level *pLevel, int *pnByte);
|
| /sqlite-3.40.0/src/ |
| H A D | vdbesort.c | 729 i64 *pnByte /* IN/OUT: Increment this value by PMA size */ in vdbePmaReaderInit() argument 743 *pnByte += nByte; in vdbePmaReaderInit()
|
| H A D | shell.c.in | 4688 ** 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 D | sqlite3session.c | 3082 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 D | lemon.c | 1614 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 D | fts3_write.c | 3088 i64 *pnByte in fts3ReadEndBlockField() argument 3108 *pnByte = ((i64)iVal * (i64)iMul); in fts3ReadEndBlockField()
|