Lines Matching defs:GetVersionFunc
674 HBAGetVersionFunc GetVersionFunc;
824 GetVersionFunc = FUNCCOMMON(lib_infop, GetVersionHandler);
825 if (GetVersionFunc != NULL) {
828 libversion = ((GetVersionFunc)());
837 libversion = ((GetVersionFunc)());
1040 if ((GetVersionFunc = FUNCCOMMON(lib_infop, GetVersionHandler))
1045 libversion = ((GetVersionFunc)());
1053 libversion = ((GetVersionFunc)());
3435 HBAGetVersionFunc GetVersionFunc;
3436 GetVersionFunc = adapt_infop->library->
3438 if (GetVersionFunc != NULL) {
3439 ret = ((GetVersionFunc)());