Home
last modified time | relevance | path

Searched defs:ppOut (Results 1 – 19 of 19) sorted by relevance

/sqlite-3.40.0/src/
H A Dthreads.c88 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
184 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
250 int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin()
H A Dvdbesort.c489 u8 **ppOut /* OUT: Pointer to buffer containing data */ in vdbePmaReadBlob()
1997 IncrMerger **ppOut /* Write the new IncrMerger here */ in vdbeIncrMergerNew()
2312 MergeEngine **ppOut /* OUT: New merge-engine */ in vdbeMergeEngineLevel0()
2423 MergeEngine **ppOut /* Write the MergeEngine here */ in vdbeSorterMergeTreeBuild()
H A Dvdbeapi.c887 sqlite3_value **ppOut, /* Store the next value from the list here */ in valueFromValueList()
933 int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut){ in sqlite3_vtab_in_first()
941 int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut){ in sqlite3_vtab_in_next()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_tokenize.c67 Fts5Tokenizer **ppOut in fts5AsciiCreate()
354 Fts5Tokenizer **ppOut in fts5UnicodeCreate()
576 Fts5Tokenizer **ppOut in fts5PorterCreate()
1283 Fts5Tokenizer **ppOut in fts5TriCreate()
H A Dfts5_hash.c401 Fts5HashEntry **ppOut = &pRet; in fts5HashEntryMerge() local
491 void **ppOut, /* OUT: Pointer to new object */ in sqlite3Fts5HashQuery()
H A Dfts5_config.c524 Fts5Config **ppOut, /* OUT: Results of parse */ in sqlite3Fts5ConfigParse()
H A Dfts5_tcl.c787 Fts5Tokenizer **ppOut in f5tTokenizerCreate()
H A Dfts5_index.c896 Fts5Structure **ppOut /* OUT: Deserialized object */ in fts5StructureDecode()
3454 Fts5Iter **ppOut /* New object */ in fts5MultiIterNew()
3556 Fts5Iter **ppOut /* New object */ in fts5MultiIterNew2()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb3.c313 void **ppOut, in testEnvRemap()
323 void *ppOut, in testEnvFileid()
H A Dlsmtest_tdb4.c310 static int btVfsShmMap(bt_file *pFile, int iChunk, int sz, void **ppOut){ in btVfsShmMap()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c445 void **ppOut in lsmEnvShmMap()
1079 Page **ppOut in fsPageBuffer()
2102 Page **ppOut in lsmFsSortedAppend()
H A Dlsm_unix.c200 void **ppOut, in lsmPosixOsRemap()
H A Dlsm_win32.c398 void **ppOut, in lsmWin32OsRemap()
H A Dlsm_sorted.c4678 static int sortedSelectLevel(lsm_db *pDb, int nMerge, Level **ppOut){ in sortedSelectLevel()
/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c913 u8 **pp, u8 **ppOut /* IN/OUT: Input and output pointers */ in fuzzCopyChange()
H A Dsqlite3session.c5255 void **ppOut in sessionChangegroupOutput()
5391 void **ppOut /* OUT: changeset (left <concat> right) */ in sqlite3changeset_concat()
5576 void **ppOut /* OUT: Inverse of pChangeset */ in sessionRebase()
5739 int *pnOut, void **ppOut in sqlite3rebaser_rebase()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3168 char **ppOut /* OUT: Malloced result buffer */ in fts3TermSelect()
5943 char **ppOut /* OUT: Pointer to position list */ in sqlite3Fts3EvalPhrasePoslist()
/sqlite-3.40.0/ext/misc/
H A Dzipfile.c992 u8 **ppOut, int *pnOut, /* Output */ in zipfileDeflate()
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c695 IdxTable **ppOut, /* OUT: New object (if successful) */ in idxGetTableInfo()