Lines Matching refs:isAcceptable
957 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
975 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
998 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1017 …pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pE… in doLoadFromIndividualFiles()
1056 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1087 … pEntryData = checkDataItem(pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode); in doLoadFromCommonData()
1166 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1317 … /* path */ "", type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1332 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1347 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1362 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1377 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1422 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1430 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
1434 return doOpenChoice(path, type, name, isAcceptable, context, pErrorCode); in udata_openChoice()