Searched defs:EchoModule (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c384 typedef struct EchoModule EchoModule; typedef in typeref:struct:EchoModule
385 struct EchoModule { struct
410 pVtab->interp = ((EchoModule *)pAux)->interp;
467 appendToEchoModule(((EchoModule *)pAux)->interp, "xCreate");
514 appendToEchoModule(((EchoModule *)pAux)->interp, "xConnect");
1281 EchoModule *pMod;
1287 pMod = sqlite3_malloc(sizeof(EchoModule));

Completed in 70 milliseconds