Lines Matching refs:isAcceptable
922 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
940 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
963 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
982 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles()
1021 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1052 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData()
1126 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1268 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1283 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1298 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1313 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1328 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1373 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1381 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
1385 return doOpenChoice(path, type, name, isAcceptable, context, pErrorCode); in udata_openChoice()