Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h10079 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
10080 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
11770 int *pnOut, void **ppOut /* OUT: Inverse of input */
11805 void **ppOut /* OUT: Buffer containing output changeset */
11816 int *pnOut, void **ppOut /* OUT: Inverse of input */
12493 int *pnOut, void **ppOut
13280 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
H A Dsqlite3.c10392 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
10393 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
12083 int *pnOut, void **ppOut /* OUT: Inverse of input */
12118 void **ppOut /* OUT: Buffer containing output changeset */
12129 int *pnOut, void **ppOut /* OUT: Inverse of input */
12806 int *pnOut, void **ppOut
13593 int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut);
33842 SQLITE_PRIVATE int sqlite3ThreadJoin(SQLiteThread *p, void **ppOut){ in sqlite3ThreadJoin() argument
33845 assert( ppOut!=0 ); in sqlite3ThreadJoin()
33848 *ppOut = p->pOut; in sqlite3ThreadJoin()
[all …]
H A Dshell.c10293 u8 **ppOut, int *pnOut, /* Output */ in zipfileDeflate() argument
10316 *ppOut = aOut; in zipfileDeflate()
12533 IdxTable **ppOut, /* OUT: New object (if successful) */ in idxGetTableInfo() argument
12545 *ppOut = 0; in idxGetTableInfo()
12614 *ppOut = pNew; in idxGetTableInfo()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2073 int function(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut) xCreate;