Home
last modified time | relevance | path

Searched refs:ppOut (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h10125 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
10126 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
11816 int *pnOut, void **ppOut /* OUT: Inverse of input */
11851 void **ppOut /* OUT: Buffer containing output changeset */
11862 int *pnOut, void **ppOut /* OUT: Inverse of input */
12563 int *pnOut, void **ppOut
13350 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
H A Dsqlite3.c10438 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
10439 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
12129 int *pnOut, void **ppOut /* OUT: Inverse of input */
12164 void **ppOut /* OUT: Buffer containing output changeset */
12175 int *pnOut, void **ppOut /* OUT: Inverse of input */
12876 int *pnOut, void **ppOut
13663 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
34151 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
34154 assert( ppOut!=0 ); in sqlite3ThreadJoin()
34157 *ppOut = p->pOut; in sqlite3ThreadJoin()
[all …]
H A Dshell.c10371 u8 **ppOut, int *pnOut, /* Output */ in zipfileDeflate() argument
10394 *ppOut = aOut; in zipfileDeflate()
12612 IdxTable **ppOut, /* OUT: New object (if successful) */ in idxGetTableInfo() argument
12624 *ppOut = 0; in idxGetTableInfo()
12693 *ppOut = pNew; in idxGetTableInfo()
14161 sqlite3_intck **ppOut /* OUT: New sqlite3_intck handle */
15030 sqlite3_intck **ppOut /* OUT: New integrity-check handle */ in sqlite3_intck_open() argument
15054 *ppOut = pNew; in sqlite3_intck_open()