Searched refs:pnByte (Results 1 – 2 of 2) sorted by relevance
15529 static const char *intckParseCreateIndex(const char *z, int iCol, int *pnByte){ in intckParseCreateIndex() argument15605 *pnByte = nRet; in intckParseCreateIndex()25699 static char *readFile(const char *zName, int *pnByte){ in readFile() argument25728 if( pnByte ) *pnByte = nIn; in readFile()
50274 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 *pnByte202548 *pnByte = ((i64)iVal * (i64)iMul);231729 static int sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte){231759 *pnByte = nRead+1;[all …]