#include <iostream>#include "zypp/base/Logger.h"#include "zypp/ExternalProgram.h"#include "zypp/base/String.h"#include "zypp/media/MediaCurl.h"#include "zypp/media/proxyinfo/ProxyInfos.h"#include "zypp/media/ProxyInfo.h"#include "zypp/thread/Once.h"#include <cstdlib>#include <sys/types.h>#include <sys/stat.h>#include <sys/mount.h>#include <errno.h>#include <dirent.h>#include <unistd.h>#include "config.h"Go to the source code of this file.
Namespaces | |
| namespace | zypp |
| namespace | zypp::media |
Defines | |
| #define | DETECT_DIR_INDEX 0 |
Functions | |
| void | _do_free_once () |
| void | globalFreeOnce () |
| void | _do_init_once () |
| void | globalInitOnce () |
| static void | zypp::media::escape (string &str_r, const char char_r, const string &escaped_r) |
| static string | zypp::media::escapedPath (string path_r) |
| static string | zypp::media::unEscape (string text_r) |
Variables | |
| zypp::thread::OnceFlag | g_InitOnceFlag = PTHREAD_ONCE_INIT |
| zypp::thread::OnceFlag | g_FreeOnceFlag = PTHREAD_ONCE_INIT |
Definition in file MediaCurl.cc.
|
|
Definition at line 33 of file MediaCurl.cc. |
|
|
Definition at line 43 of file MediaCurl.cc. Referenced by globalFreeOnce(). |
|
|
Definition at line 48 of file MediaCurl.cc. References _do_free_once(), and zypp::thread::callOnce(). |
|
|
Definition at line 53 of file MediaCurl.cc. References WAR. Referenced by globalInitOnce(). |
|
|
Definition at line 71 of file MediaCurl.cc. References _do_init_once(), and zypp::thread::callOnce(). Referenced by zypp::media::MediaCurl::MediaCurl(). |
|
|
Definition at line 40 of file MediaCurl.cc. |
|
|
Definition at line 41 of file MediaCurl.cc. |
1.4.6