Home
last modified time | relevance | path

Searched defs:pnByte (Results 1 – 9 of 9) 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()
/sqlite-3.40.0/test/
H A Doptfuzz.c181 static char *readFile(const char *zName, int *pnByte){ in readFile()
H A Dkvtest.c592 static unsigned char *readFile(const char *zName, sqlite3_int64 *pnByte){ in readFile()
618 static void updateFile(const char *zName, sqlite3_int64 *pnByte, int doFsync){ in updateFile()
H A Ddbfuzz2.c354 static unsigned char *readFile(const char *zName, int *pnByte){ in readFile()
/sqlite-3.40.0/src/
H A Dvdbesort.c729 i64 *pnByte /* IN/OUT: Increment this value by PMA size */ in vdbePmaReaderInit()
H A Dshell.c.in4698 static char *readFile(const char *zName, int *pnByte){
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c3082 static int sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte){ in sessionChangesetBufferTblhdr()
3128 int *pnByte /* OUT: Size of record in bytes */ in sessionChangesetBufferRecord()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c3088 i64 *pnByte in fts3ReadEndBlockField()
/sqlite-3.40.0/tool/
H A Dlemon.c4213 static const char *minimum_size_type(int lwr, int upr, int *pnByte){ in minimum_size_type()