Searched refs:algo_ (Results 1 – 4 of 4) sorted by relevance
431 algo_.create = reinterpret_cast<LoadMockLibraryFunc>(dlsym(algo_.handle, "Create")); in LoadAlgoLibrary()433 algo_.destroy = reinterpret_cast<LoadMockLibraryPtr>(dlsym(algo_.handle, "Destroy")); in LoadAlgoLibrary()434 if ((algo_.create == nullptr) || (algo_.destroy == nullptr)) { in LoadAlgoLibrary()437 dlclose(algo_.handle); in LoadAlgoLibrary()438 algo_.Clear(); in LoadAlgoLibrary()454 algo_.destroy(algo_.pAlgorithm); in UnloadAlgoLibrary()457 dlclose(algo_.handle); in UnloadAlgoLibrary()458 algo_.Clear(); in UnloadAlgoLibrary()466 CHKPP(algo_.handle); in GetAlgoInst()468 algo_.pAlgorithm = algo_.create(); in GetAlgoInst()[all …]
72 MsdpAlgoHandle algo_; variable
248 algo_ = algo; in SetCompressAlgo()253 return algo_; in GetCompressAlgo()
142 … CompressAlgorithm algo_ = CompressAlgorithm::NONE; // used for param while serialize compress data variable