Lines Matching refs:pnByte
50273 static int winHandleSize(HANDLE h, sqlite3_int64 *pnByte){
50281 *pnByte = info.EndOfFile.QuadPart;
50289 assert( pnByte );
50291 *pnByte = (((sqlite3_int64)upperBits)<<32) + lowerBits;
104831 i64 *pnByte /* IN/OUT: Increment this value by PMA size */
104845 *pnByte += nByte;
202487 i64 *pnByte
202507 *pnByte = ((i64)iVal * (i64)iMul);
231688 static int sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte){
231718 *pnByte = nRead+1;
231734 int *pnByte /* OUT: Size of record in bytes */
231754 *pnByte = nByte;
243652 int *pnByte; /* Pointer to bytes counter */
243712 static int sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte){
243722 pNew->pnByte = pnByte;
244010 *pHash->pnByte += nIncr;