Searched refs:codeAttach (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | attach.c | 329 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()
|