Lines Matching refs:isAcceptable
983 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
1001 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
1024 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1043 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles()
1082 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1113 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData()
1192 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1343 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1358 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1373 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1388 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1403 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1448 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1456 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
1460 return doOpenChoice(path, type, name, isAcceptable, context, pErrorCode); in udata_openChoice()