Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14610 static const char *intckParseCreateIndex(const char *z, int iCol, int *pnByte){ in intckParseCreateIndex() argument
14686 *pnByte = nRet; in intckParseCreateIndex()
23160 static char *readFile(const char *zName, int *pnByte){ in readFile() argument
23189 if( pnByte ) *pnByte = nIn; in readFile()
H A Dsqlite3.c103530 i64 *pnByte /* IN/OUT: Increment this value by PMA size */
103544 *pnByte += nByte;
199561 i64 *pnByte
199581 *pnByte = ((i64)iVal * (i64)iMul);
228406 static int sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte){
228436 *pnByte = nRead+1;
228452 int *pnByte /* OUT: Size of record in bytes */
228472 *pnByte = nByte;
239963 int *pnByte; /* Pointer to bytes counter */
240023 static int sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte){
[all …]