wsdlpull svntrunk
|
#include <termios.h>
#include <unistd.h>
#include <errno.h>
#include <pthread.h>
#include <cstdlib>
#include <ctime>
#include <climits>
#include <cstring>
#include <fstream>
#include <sstream>
#include <map>
#include <list>
#include "xmlpull/XmlUtils.h"
Go to the source code of this file.
Functions | |
void | uri_init () |
Variables | |
static pthread_mutex_t | url_mutex |
std::map< std::string, std::string > | urlCache_ |
static bool | g_bProxy = false |
static std::string | g_sProxyHost |
static std::string | g_sProxyUser |
static std::string | g_sProxyPass |
void uri_init | ( | ) |
Definition at line 222 of file XmlUtils.cpp.
References url_mutex.
Referenced by XmlUtils::MutexInit().
|
static |
Definition at line 61 of file XmlUtils.cpp.
Referenced by XmlUtils::MutexLock(), XmlUtils::MutexUnlock(), and uri_init().
std::map<std::string, std::string> urlCache_ |
Definition at line 65 of file XmlUtils.cpp.
Referenced by XmlUtils::creUriFile(), XmlUtils::delUriFiles(), and XmlUtils::getFileName().
|
static |
Definition at line 503 of file XmlUtils.cpp.
Referenced by XmlUtils::getProxy(), and XmlUtils::setProxy().
|
static |
Definition at line 504 of file XmlUtils.cpp.
Referenced by XmlUtils::getProxyHost(), and XmlUtils::setProxyHost().
|
static |
Definition at line 505 of file XmlUtils.cpp.
Referenced by XmlUtils::getProxyUser(), and XmlUtils::setProxyUser().
|
static |
Definition at line 506 of file XmlUtils.cpp.
Referenced by XmlUtils::getProxyPass(), and XmlUtils::setProxyPass().