Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c19092 ** If parameter pnByte is not NULL, (*pnByte) is set to the number of bytes
19097 ** the final value of (*pnByte), if applicable.
19099 ** NULL is returned if any error is encountered. The final value of *pnByte
19102 static char *readFile(const char *zName, int *pnByte){ in readFile() argument
19120 if( pnByte ) *pnByte = nIn; in readFile()
H A Dsqlite3.c218601 sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte) global() argument
229474 int *pnByte; /* Pointer to bytes counter */ global() member
229529 sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte) global() argument
[all...]

Completed in 160 milliseconds