Home | History | Annotate | Download | only in common

Lines Matching refs:isAcceptable

985  UDataMemoryIsAcceptable  *isAcceptable,    /* App's call-back function                    */
1003 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
1026 UDataMemoryIsAcceptable *isAcceptable, void *context,
1047 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1090 UDataMemoryIsAcceptable *isAcceptable, void *context,
1120 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1181 UDataMemoryIsAcceptable *isAcceptable, void *context,
1339 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1354 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1369 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1384 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1438 UDataMemoryIsAcceptable *isAcceptable, void *context,
1446 } else if(name==NULL || *name==0 || isAcceptable==NULL) {
1450 return doOpenChoice(path, type, name, isAcceptable, context, pErrorCode);