Lines Matching refs:isAcceptable
919 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
937 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
960 UDataMemoryIsAcceptable *isAcceptable, void *context,
979 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1018 UDataMemoryIsAcceptable *isAcceptable, void *context,
1049 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1123 UDataMemoryIsAcceptable *isAcceptable, void *context,
1265 /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1280 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1295 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1310 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1325 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1370 UDataMemoryIsAcceptable *isAcceptable, void *context,
1378 } else if(name==NULL || *name==0 || isAcceptable==NULL) {
1382 return doOpenChoice(path, type, name, isAcceptable, context, pErrorCode);