HomeSort by: relevance | last modified time | path
    Searched refs:ppOut (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 10558 ** The *ppOut values returned by these routines are only valid until the
10561 ** implementation needs to retain the *ppOut values for longer, it must make
10562 ** copies. The *ppOut values are [protected sqlite3_value|protected].
10564 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
10565 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
12324 ** is stored in *ppOut, the size of the same buffer is stored in *pnOut, and
12325 ** SQLITE_OK is returned. If an error occurs, both *pnOut and *ppOut are
12329 ** on the *ppOut pointer to free the buffer allocation following a successful
12337 int *pnOut, void **ppOut /* OUT: Inverse of input */
12357 ** rc = sqlite3changegroup_output(pGrp, pnOut, ppOut);
    [all...]
sqlite3.c 10879 ** The *ppOut values returned by these routines are only valid until the
10882 ** implementation needs to retain the *ppOut values for longer, it must make
10883 ** copies. The *ppOut values are [protected sqlite3_value|protected].
10885 SQLITE_API int sqlite3_vtab_in_first(sqlite3_value *pVal, sqlite3_value **ppOut);
10886 SQLITE_API int sqlite3_vtab_in_next(sqlite3_value *pVal, sqlite3_value **ppOut);
12645 ** is stored in *ppOut, the size of the same buffer is stored in *pnOut, and
12646 ** SQLITE_OK is returned. If an error occurs, both *pnOut and *ppOut are
12650 ** on the *ppOut pointer to free the buffer allocation following a successful
12658 int *pnOut, void **ppOut /* OUT: Inverse of input */
12678 ** rc = sqlite3changegroup_output(pGrp, pnOut, ppOut);
    [all...]
shell.c 1606 ** If no escaping is needed (the common case) then set *ppOut to NULL
1608 ** memory obtained from sqlite3_malloc64() and make *ppOut point to that
13160 ** compresses it and sets (*ppOut) to point to a buffer containing the
13162 ** sqlite3_free() to release buffer (*ppOut). Before returning, (*pnOut)
13163 ** is set to the size of buffer (*ppOut) in bytes.
13167 ** pTab. The values of (*ppOut) and (*pnOut) are left unchanged in this
13172 u8 **ppOut, int *pnOut, /* Output */
13195 *ppOut = aOut;
15413 ** in the main database of connection db. If successful, set (*ppOut) to
15415 ** SQLite error code and set (*ppOut) to NULL. In this case *pzErrmsg may b
    [all...]

Completed in 126 milliseconds