Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dattach.c329 static void codeAttach( in codeAttach() function
413 codeAttach(pParse, SQLITE_DETACH, &detach_func, pDbname, 0, 0, pDbname); in sqlite3Detach()
433 codeAttach(pParse, SQLITE_ATTACH, &attach_func, p, p, pDbname, pKey); in sqlite3Attach()