Home | History | Annotate | Download | only in common

Lines Matching refs:isAcceptable

901 isAcceptable,    /* App's call-back function                    */
919 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
942 UDataMemoryIsAcceptable *isAcceptable, void *context,
961 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1000 UDataMemoryIsAcceptable *isAcceptable, void *context,
1031 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1094 UDataMemoryIsAcceptable *isAcceptable, void *context,
1236 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1251 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1266 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1281 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1326 UDataMemoryIsAcceptable *isAcceptable, void *context,
1334 } else if(name==NULL || *name==0 || isAcceptable==NULL) {
1338 return doOpenChoice(path, type, name, isAcceptable, context, pErrorCode);