Home | History | Annotate | Download | only in common

Lines Matching refs:isAcceptable

892  UDataMemoryIsAcceptable  *isAcceptable,    /* App's call-back function                    */
910 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info))
933 UDataMemoryIsAcceptable *isAcceptable, void *context,
952 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
991 UDataMemoryIsAcceptable *isAcceptable, void *context,
1021 pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
1083 UDataMemoryIsAcceptable *isAcceptable, void *context,
1225 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1240 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1255 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1270 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode);
1315 UDataMemoryIsAcceptable *isAcceptable, void *context,
1323 } else if(name==NULL || *name==0 || isAcceptable==NULL) {
1327 return doOpenChoice(path, type, name, isAcceptable, context, pErrorCode);