Searched refs:proxyFileControl (Results 1 – 1 of 1) sorted by relevance
44237 static int proxyFileControl(sqlite3_file*,int,void*);44464 return proxyFileControl(id,op,pArg); in unixFileControl()48428 static int proxyFileControl(sqlite3_file *id, int op, void *pArg){ in proxyFileControl() function