Lines Matching defs:ppFile
14898 sqlite3_file **ppFile,
14910 *ppFile = pFile;
30904 unixFile **ppFile, /* unixFile created and returned by ref */
30974 *ppFile = pNew;
72121 ** set *ppFile to point to the malloc'd file-handle and return SQLITE_OK.
72122 ** Otherwise, set *ppFile to 0 and return an SQLite error code.
72124 static int vdbeSorterOpenTempFile(sqlite3 *db, sqlite3_file **ppFile){
72126 return sqlite3OsOpenMalloc(db->pVfs, 0, ppFile,