| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Functions | |
| std::string | GetKicadCurlVersion () | 
| std::string | GetCurlLibVersion () | 
Variables | |
| static std::shared_mutex | s_curlMutex | 
| static std::atomic< bool > | s_curlShuttingDown = false | 
| std::string GetCurlLibVersion | ( | ) | 
Definition at line 76 of file kicad_curl.cpp.
Referenced by GetVersionInfoData().
| std::string GetKicadCurlVersion | ( | ) | 
Definition at line 70 of file kicad_curl.cpp.
References KICAD_CURL::GetVersion().
Referenced by GetVersionInfoData().
      
  | 
  static | 
Definition at line 35 of file kicad_curl.cpp.
Referenced by KICAD_CURL::Cleanup(), and KICAD_CURL::Mutex().
      
  | 
  static | 
Definition at line 36 of file kicad_curl.cpp.
Referenced by KICAD_CURL::Cleanup(), KICAD_CURL::Init(), and KICAD_CURL::IsShuttingDown().