Searched defs:pOut (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | shell.c | 4645 static char* toBase64( u8 *pIn, int nbIn, char *pOut ){ in toBase64() 4689 static u8* fromBase64( char *pIn, int ncIn, u8 *pOut ){ in fromBase64() 4999 static char* toBase85( u8 *pIn, int nbIn, char *pOut, char *pSep ){ in toBase85() 5040 static u8* fromBase85( char *pIn, int ncIn, u8 *pOut ){ in fromBase85() 11584 Bytef *pOut; in sqlarCompressFunc() local 11630 Bytef *pOut = sqlite3_malloc(sz); in sqlarUncompressFunc() local
|
H A D | sqlite3.c | 23401 Mem *pOut; /* The return value is stored here */ member 23576 sqlite3_value *pOut; /* Register to hold each decoded output value */ member 33799 void *pOut; /* Result returned by the thread */ member 35476 SQLITE_PRIVATE int sqlite3DecOrHexToI64(const char *z, i64 *pOut){ 36404 VList *pOut = sqlite3DbRealloc(db, pIn, nAlloc*sizeof(int)); local
|