Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvtab.c341 void sqlite3VtabClear(sqlite3 *db, Table *p){ in sqlite3VtabClear() function
H A DsqliteInt.h5203 # define sqlite3VtabClear(D,T) macro
5215 void sqlite3VtabClear(sqlite3 *db, Table*);
H A Dbuild.c852 sqlite3VtabClear(db, pTable); in deleteTable()