Home | History | Annotate | Download | only in native

Lines Matching refs:sqlite3_open

1158 	    int rc = sqlite3_open(filename.result, (sqlite3 **) &h->sqlite);
1181 if (sqlite3_open(filename.result, (sqlite3 **) &h->sqlite) != SQLITE_OK)