Lines Matching defs:ppOut
10359 ** compresses it and sets (*ppOut) to point to a buffer containing the
10361 ** sqlite3_free() to release buffer (*ppOut). Before returning, (*pnOut)
10362 ** is set to the size of buffer (*ppOut) in bytes.
10366 ** pTab. The values of (*ppOut) and (*pnOut) are left unchanged in this
10371 u8 **ppOut, int *pnOut, /* Output */
10394 *ppOut = aOut;
12601 ** in the main database of connection db. If successful, set (*ppOut) to
12603 ** SQLite error code and set (*ppOut) to NULL. In this case *pzErrmsg may be
12612 IdxTable **ppOut, /* OUT: New object (if successful) */
12624 *ppOut = 0;
12693 *ppOut = pNew;
14148 ** output variable (*ppOut) with the new object handle and return SQLITE_OK.
14149 ** Or, if an error occurs, set (*ppOut) to NULL and return an SQLite error
14161 sqlite3_intck **ppOut /* OUT: New sqlite3_intck handle */
15030 sqlite3_intck **ppOut /* OUT: New integrity-check handle */
15054 *ppOut = pNew;