Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c5487 static int proxyClose(sqlite3_file*);
5495 proxyClose, /* xClose method */
7912 static int proxyClose(sqlite3_file *id) { in proxyClose() function