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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10073 ** The *ppOut values returned by these routines are only valid until the
10076 ** implementation needs to retain the *ppOut values for longer, it must make
10077 ** copies. The *ppOut values are [protected sqlite3_value|protected].
10079 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);
11757 ** is stored in *ppOut, the size of the same buffer is stored in *pnOut, and
11758 ** SQLITE_OK is returned. If an error occurs, both *pnOut and *ppOut are
11762 ** on the *ppOut pointer to free the buffer allocation following a successful
11770 int *pnOut, void **ppOut /* OUT: Inverse of input */
11790 ** rc = sqlite3changegroup_output(pGrp, pnOut, ppOut);
[all...]
H A Dsqlite3.c10386 ** The *ppOut values returned by these routines are only valid until the
10389 ** implementation needs to retain the *ppOut values for longer, it must make
10390 ** copies. The *ppOut values are [protected sqlite3_value|protected].
10392 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);
12070 ** is stored in *ppOut, the size of the same buffer is stored in *pnOut, and
12071 ** SQLITE_OK is returned. If an error occurs, both *pnOut and *ppOut are
12075 ** on the *ppOut pointer to free the buffer allocation following a successful
12083 int *pnOut, void **ppOut /* OUT: Inverse of input */
12103 ** rc = sqlite3changegroup_output(pGrp, pnOut, ppOut);
33842 sqlite3ThreadJoin(SQLiteThread *p, void **ppOut) argument
33938 sqlite3ThreadJoin(SQLiteThread *p, void **ppOut) argument
34004 sqlite3ThreadJoin(SQLiteThread *p, void **ppOut) argument
90887 valueFromValueList( sqlite3_value *pVal, sqlite3_value **ppOut, int bNext ) argument
90942 sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut) argument
90950 sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut) argument
234242 sqlite3Fts5ConfigParse( Fts5Global *pGlobal, sqlite3 *db, int nArg, const char **azArg, Fts5Config **ppOut, char **pzErr ) argument
237927 sqlite3Fts5ExprQueryToken( Fts5Expr *pExpr, int iPhrase, int iToken, const char **ppOut, int *pnOut ) argument
237952 sqlite3Fts5ExprInstToken( Fts5Expr *pExpr, i64 iRowid, int iPhrase, int iCol, int iOff, int iToken, const char **ppOut, int *pnOut ) argument
238405 Fts5HashEntry **ppOut = &pRet; local
238493 sqlite3Fts5HashQuery( Fts5Hash *pHash, int nPre, const char *pTerm, int nTerm, void **ppOut, int *pnDoclist ) argument
245767 sqlite3Fts5IterToken( Fts5IndexIter *pIndexIter, i64 iRowid, int iCol, int iOff, const char **ppOut, int *pnOut ) argument
250007 fts5ApiQueryToken( Fts5Context* pCtx, int iPhrase, int iToken, const char **ppOut, int *pnOut ) argument
250021 fts5ApiInstToken( Fts5Context *pCtx, int iIdx, int iToken, const char **ppOut, int *pnOut ) argument
[all...]
H A Dshell.c10281 ** compresses it and sets (*ppOut) to point to a buffer containing the
10283 ** sqlite3_free() to release buffer (*ppOut). Before returning, (*pnOut)
10284 ** is set to the size of buffer (*ppOut) in bytes.
10288 ** pTab. The values of (*ppOut) and (*pnOut) are left unchanged in this
10293 u8 **ppOut, int *pnOut, /* Output */
10316 *ppOut = aOut;
12522 ** in the main database of connection db. If successful, set (*ppOut) to
12524 ** SQLite error code and set (*ppOut) to NULL. In this case *pzErrmsg may be
12533 IdxTable **ppOut, /* OUT: New object (if successful) */
12545 *ppOut
10291 zipfileDeflate( const u8 *aIn, int nIn, u8 **ppOut, int *pnOut, char **pzErr ) argument
12530 idxGetTableInfo( sqlite3 *db, const char *zTab, IdxTable **ppOut, char **pzErrmsg ) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2073 int function(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut) xCreate;

Completed in 668 milliseconds