Lines Matching defs:ppOut
7823 ** compresses it and sets (*ppOut) to point to a buffer containing the
7825 ** sqlite3_free() to release buffer (*ppOut). Before returning, (*pnOut)
7826 ** is set to the size of buffer (*ppOut) in bytes.
7830 ** pTab. The values of (*ppOut) and (*pnOut) are left unchanged in this
7835 u8 **ppOut, int *pnOut, /* Output */
7858 *ppOut = aOut;
10041 ** in the main database of connection db. If successful, set (*ppOut) to
10043 ** SQLite error code and set (*ppOut) to NULL. In this case *pzErrmsg may be
10052 IdxTable **ppOut, /* OUT: New object (if successful) */
10064 *ppOut = 0;
10133 *ppOut = pNew;