Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c44495 static int proxyClose(sqlite3_file*);
44503 proxyClose, /* xClose method */
46930 static int proxyClose(sqlite3_file *id) { in proxyClose() function