| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_io.c | 81 static i64 getNextSize(char *zIn, char **pzOut, int *pRc){ in getNextSize() argument 115 if( pzOut ) *pzOut = z; in getNextSize() 125 char **pzOut in doOneCmd() argument 134 if( pzOut ) *pzOut = z; in doOneCmd() 139 if( pzOut ) *pzOut = &z[1]; in doOneCmd() 155 if( pzOut ) *pzOut = z; in doOneCmd() 172 static int readStdin(char **pzOut){ in readStdin() argument 189 *pzOut = zOut; in readStdin()
|
| H A D | lsmtest_tdb4.c | 76 char **pzOut in btVfsFullpath() argument 80 return pBt->pVfs->xFullpath(pEnv, pBt->pVfs, z, pzOut); in btVfsFullpath()
|
| /sqlite-3.40.0/ext/repair/ |
| H A D | checkfreelist.c | 120 static int checkFreelistError(char **pzOut, const char *zFmt, ...){ in checkFreelistError() argument 130 if( pzOut ){ in checkFreelistError() 131 *pzOut = sqlite3_mprintf("%s%z%s", *pzOut?"\n":"", *pzOut, zErr); in checkFreelistError() 132 if( *pzOut==0 ) rc = SQLITE_NOMEM; in checkFreelistError() 145 char **pzOut in checkFreelist() argument 185 rc = checkFreelistError(pzOut, in checkFreelist() 194 rc = checkFreelistError(pzOut, in checkFreelist() 202 rc = checkFreelistError(pzOut, in checkFreelist() 211 rc = checkFreelistError(pzOut, in checkFreelist()
|
| H A D | checkindex.c | 337 const char **pzOut, in cidxFindNext() argument 361 *pzOut = z; in cidxFindNext()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_main.c | 462 char **pzOut /* OUT: Nul-terminated string (tcl list) */ in lsmStructList() argument 491 *pzOut = s.z; in lsmStructList() 501 int lsmInfoFreelist(lsm_db *pDb, char **pzOut){ in lsmInfoFreelist() argument 516 *pzOut = s.z; in lsmInfoFreelist()
|
| H A D | lsm_file.c | 2979 char **pzOut in lsmInfoArrayStructure() argument 2986 *pzOut = 0; in lsmInfoArrayStructure() 3030 *pzOut = str.z; in lsmInfoArrayStructure() 3072 int lsmInfoArrayPages(lsm_db *pDb, LsmPgno iFirst, char **pzOut){ in lsmInfoArrayPages() argument 3078 *pzOut = 0; in lsmInfoArrayPages() 3114 *pzOut = str.z; in lsmInfoArrayPages()
|
| H A D | lsmInt.h | 772 int lsmInfoArrayPages(lsm_db *pDb, LsmPgno iFirst, char **pzOut); 863 int lsmInfoFreelist(lsm_db *pDb, char **pzOut);
|
| H A D | lsm_sorted.c | 5680 char **pzOut /* OUT: lsmMalloc'd string */ in infoPageDump() argument 5694 *pzOut = 0; in infoPageDump() 5810 *pzOut = str.z; in infoPageDump() 5822 char **pzOut /* OUT: lsmMalloc'd string */ in lsmInfoPageDump() argument 5826 return infoPageDump(pDb, iPg, flags, pzOut); in lsmInfoPageDump()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_config.c | 421 char **pzOut, /* OUT: malloc'd buffer containing str/bw */ in fts5ConfigGobbleWord() argument 431 *pzOut = 0; in fts5ConfigGobbleWord() 452 *pzOut = zOut; in fts5ConfigGobbleWord()
|
| /sqlite-3.40.0/src/ |
| H A D | tclsqlite.c | 1285 const char **pzOut /* OUT: Pointer to next SQL statement */ in dbPrepare() argument 1290 return sqlite3_prepare(pDb->db, zSql, -1, ppStmt, pzOut); in dbPrepare() 1298 return sqlite3_prepare_v3(pDb->db, zSql, -1, prepFlags, ppStmt, pzOut); in dbPrepare() 1319 char const **pzOut, /* OUT: Pointer to next SQL statement */ in dbPrepareAndBind() argument 1347 *pzOut = &zSql[pPreStmt->nSql]; in dbPrepareAndBind() 1374 if( SQLITE_OK!=dbPrepare(pDb, zSql, &pStmt, pzOut) ){ in dbPrepareAndBind() 1398 pPreStmt->nSql = (int)(*pzOut - zSql); in dbPrepareAndBind()
|