Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8759 static int apndClose(sqlite3_file*);
8825 apndClose, /* xClose */
8848 static int apndClose(sqlite3_file *pFile){ in apndClose() function