Searched refs:ts_open (Results 1 – 1 of 1) sorted by relevance
105 static int ts_open(const char *, int, int);134 /* 0 */ { "open", (sqlite3_syscall_ptr)ts_open, 0, EACCES, 0 },226 static int ts_open(const char *zFile, int flags, int mode){ in ts_open() function