Home
last modified time | relevance | path

Searched refs:SQLITE_DETACH (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h2309 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
H A Dsqlite3.c2862 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
78716 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h3094 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
H A Dsqlite3.c4133 #define SQLITE_DETACH 25 /* Database Name NULL */ macro
109561 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname);
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1125 case SQLITE_DETACH : zCode="SQLITE_DETACH"; break; in auth_callback()