Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest8.c389 typedef struct EchoModule EchoModule; typedef
390 struct EchoModule { struct
416 pVtab->interp = ((EchoModule *)pAux)->interp; in echoConstructor()
473 appendToEchoModule(((EchoModule *)pAux)->interp, "xCreate"); in echoCreate()
520 appendToEchoModule(((EchoModule *)pAux)->interp, "xConnect"); in echoConnect()
1356 EchoModule *pMod = (EchoModule*)p; in moduleDestroy()
1373 EchoModule *pMod; in register_echo_module()
1381 pMod = sqlite3_malloc(sizeof(EchoModule)); in register_echo_module()
1390 pMod = sqlite3_malloc(sizeof(EchoModule)); in register_echo_module()