Home | History | Annotate | Download | only in common

Lines Matching refs:isAcceptable

908  UDataMemoryIsAcceptable  *isAcceptable,    /* App's call-back function                    */
926 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
949 UDataMemoryIsAcceptable *isAcceptable, void *context,
968 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1007 UDataMemoryIsAcceptable *isAcceptable, void *context,
1038 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1112 UDataMemoryIsAcceptable *isAcceptable, void *context,
1254 /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1269 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1284 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1299 isAcceptable, context, &subErrorCode, pErrorCode);
1314 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1359 UDataMemoryIsAcceptable *isAcceptable, void *context,
1367 } else if(name==NULL || *name==0 || isAcceptable==NULL) {
1371 return doOpenChoice(path, type, name, isAcceptable, context, pErrorCode);