Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c46129 static int proxyClose(sqlite3_file*);
46137 proxyClose, /* xClose method */
48583 static int proxyClose(sqlite3_file *id) { in proxyClose() function