Lines Matching defs:pnByte
100497 ** If the pnByte parameter is NULL, then it is assumed that the file
100505 i64 *pnByte /* IN/OUT: Increment this value by PMA size */
100519 *pnByte += nByte;
192968 ** to the integer value and *pnByte to zero before returning. In the second,
192969 ** set *piEndBlock to the first value and *pnByte to the second.
192975 i64 *pnByte
192995 *pnByte = ((i64)iVal * (i64)iMul);
218601 static int sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte){
218631 *pnByte = nRead+1;
218640 ** If successful, SQLITE_OK is returned and *pnByte is set to the size of
218642 ** final value of *pnByte is undefined in this case.
218647 int *pnByte /* OUT: Size of record in bytes */
218667 *pnByte = nByte;
229474 int *pnByte; /* Pointer to bytes counter */
229529 static int sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte){
229539 pNew->pnByte = pnByte;
229696 int nIncr = 0; /* Amount to increment (*pHash->pnByte) by */
229828 *pHash->pnByte += nIncr;