Home
last modified time | relevance | path

Searched refs:apndClose (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dappendvfs.c138 static int apndClose(sqlite3_file*);
204 apndClose, /* xClose */
227 static int apndClose(sqlite3_file *pFile){ in apndClose() function