Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c21896 static char *readFile(const char *zName, int *pnByte){ in readFile() argument
21925 if( pnByte ) *pnByte = nIn; in readFile()
H A Dsqlite3.c102990 i64 *pnByte /* IN/OUT: Increment this value by PMA size */
103004 *pnByte += nByte;
197943 i64 *pnByte
197963 *pnByte = ((i64)iVal * (i64)iMul);
226563 static int sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte){
226593 *pnByte = nRead+1;
226609 int *pnByte /* OUT: Size of record in bytes */
226629 *pnByte = nByte;
238030 int *pnByte; /* Pointer to bytes counter */
238090 static int sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte){
[all …]