Searched refs:EchoModule (Results 1 – 1 of 1) sorted by relevance
389 typedef struct EchoModule EchoModule; typedef390 struct EchoModule { struct416 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()