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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c21886 ** If parameter pnByte is not NULL, (*pnByte) is set to the number of bytes
21891 ** the final value of (*pnByte), if applicable.
21893 ** NULL is returned if any error is encountered. The final value of *pnByte
21896 static char *readFile(const char *zName, int *pnByte){ argument
21925 if( pnByte ) *pnByte = nIn;
H A Dsqlite3.c226563 sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte) argument
238030 int *pnByte; /* Pointer to bytes counter */ member in struct:Fts5Hash
238090 sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte) argument
[all...]

Completed in 548 milliseconds