Searched refs:azModule (Results 1 – 1 of 1) sorted by relevance
218452 static const char *azModule[] = { local218456 for(i=0; i<sizeof(azModule)/sizeof(azModule[0]); i++){218457 if( sqlite3StrICmp(azModule[i],zName)==0 ){218458 return sqlite3VtabCreateModule(db, azModule[i], &jsonEachModule, 0, 0);