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

/external/sqlite/dist/orig/
H A Dshell.c3351 ** If parameter pnByte is not NULL, (*pnByte) is set to the number of bytes
3356 ** the final value of (*pnByte), if applicable.
3358 ** NULL is returned if any error is encountered. The final value of *pnByte
3361 static char *readFile(const char *zName, int *pnByte){ argument
3379 if( pnByte ) *pnByte = nIn;
H A Dsqlite3.c177579 sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte) argument
189585 int *pnByte; /* Pointer to bytes counter */ member in struct:Fts5Hash
189640 sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte) argument
[all...]
/external/sqlite/dist/
H A Dshell.c3357 ** If parameter pnByte is not NULL, (*pnByte) is set to the number of bytes
3362 ** the final value of (*pnByte), if applicable.
3364 ** NULL is returned if any error is encountered. The final value of *pnByte
3367 static char *readFile(const char *zName, int *pnByte){ argument
3385 if( pnByte ) *pnByte = nIn;
H A Dsqlite3.c177591 sessionChangesetBufferTblhdr(SessionInput *pIn, int *pnByte) argument
189597 int *pnByte; /* Pointer to bytes counter */ member in struct:Fts5Hash
189652 sqlite3Fts5HashNew(Fts5Config *pConfig, Fts5Hash **ppNew, int *pnByte) argument
[all...]

Completed in 627 milliseconds