Home | History | Annotate | Download | only in orig

Lines Matching refs:aMap

29507   } aMap[] = {
29528 for(i=0; aMap[i].zFilesystem; i++){
29529 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
29530 return aMap[i].pMethods;
102487 static const unsigned char aMap[] = {
102493 return (int)aMap[db->vtabOnConflict-1];