Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c15529 static const char *intckParseCreateIndex(const char *z, int iCol, int *pnByte){ in intckParseCreateIndex() argument
15605 *pnByte = nRet; in intckParseCreateIndex()
25699 static char *readFile(const char *zName, int *pnByte){ in readFile() argument
25728 if( pnByte ) *pnByte = nIn; in readFile()
H A Dsqlite3.c50274 static int winHandleSize(HANDLE h, sqlite3_int64 *pnByte){
50282 *pnByte = info.EndOfFile.QuadPart;
50290 assert( pnByte );
50292 *pnByte = (((sqlite3_int64)upperBits)<<32) + lowerBits;
104832 i64 *pnByte /* IN/OUT: Increment this value by PMA size */
104846 *pnByte += nByte;
202528 i64 *pnByte
202548 *pnByte = ((i64)iVal * (i64)iMul);
231729 static int sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte){
231759 *pnByte = nRead+1;
[all …]