Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c12522 static char *readFile(const char *zName, int *pnByte){ in readFile() argument
12540 if( pnByte ) *pnByte = nIn; in readFile()
H A Dsqlite3.c94386 i64 *pnByte /* IN/OUT: Increment this value by PMA size */
94400 *pnByte += nByte;
179303 i64 *pnByte
179323 *pnByte = ((i64)iVal * (i64)iMul);
204385 static int sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte){
204415 *pnByte = nRead+1;
204431 int *pnByte /* OUT: Size of record in bytes */
204451 *pnByte = nByte;
214921 int *pnByte; /* Pointer to bytes counter */
214986 pNew->pnByte = pnByte;
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c59695 int *pnByte /* If allocation cannot be made, increment *pnByte */
59704 *pnByte += nByte;
70542 i64 *pnByte /* IN/OUT: Increment this value by PMA size */
70557 *pnByte += nByte;
70935 i64 *pnByte /* Sum of bytes in all opened PMAs */
70956 *pnByte = nByte;