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