Searched refs:ppPatchset (Results 1 – 2 of 2) sorted by relevance
471 void **ppPatchset /* OUT: Buffer containing patchset */
2718 void **ppPatchset /* OUT: Buffer containing changeset */ in sqlite3session_patchset() argument2720 if( pnPatchset==0 || ppPatchset==0 ) return SQLITE_MISUSE; in sqlite3session_patchset()2721 return sessionGenerateChangeset(pSession, 1, 0, 0, pnPatchset, ppPatchset); in sqlite3session_patchset()