Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest8.c378 static int echoDestructor(sqlite3_vtab *pVtab){ in echoDestructor() function
422 echoDestructor((sqlite3_vtab *)pVtab); in echoConstructor()
437 echoDestructor((sqlite3_vtab *)pVtab); in echoConstructor()
453 echoDestructor((sqlite3_vtab *)pVtab); in echoConstructor()
499 echoDestructor(*ppVtab); in echoCreate()
529 return echoDestructor(pVtab); in echoDisconnect()
549 rc = echoDestructor(pVtab); in echoDestroy()