Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest7.c38 int sqlite3_client_open(const char*, sqlite3**);
100 sqlite3_client_open(p->zFilename, &p->db); in client_main()
H A Dtest_server.c332 int sqlite3_client_open(const char *zDatabaseName, sqlite3 **ppDb){ in sqlite3_client_open() function