Home | History | Annotate | Download | only in orig

Lines Matching refs:aMap

29355   } aMap[] = {
29376 for(i=0; aMap[i].zFilesystem; i++){
29377 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
29378 return aMap[i].pMethods;
110384 static const unsigned char aMap[] = {
110390 return (int)aMap[db->vtabOnConflict-1];