Lines Matching full:isacceptable
922 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */
940 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
963 UDataMemoryIsAcceptable *isAcceptable, void *context,
982 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1021 UDataMemoryIsAcceptable *isAcceptable, void *context,
1052 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1115 UDataMemoryIsAcceptable *isAcceptable, void *context,
1257 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1272 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1287 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1302 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1347 UDataMemoryIsAcceptable *isAcceptable, void *context,
1355 } else if(name==NULL || *name==0 || isAcceptable==NULL) {
1359 return doOpenChoice(path, type, name, isAcceptable, context, pErrorCode);