wsdlpull svntrunk
Loading...
Searching...
No Matches
Functions | Variables
XmlUtils.cpp File Reference
#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
 

Function Documentation

◆ uri_init()

void uri_init ( )

Definition at line 222 of file XmlUtils.cpp.

References url_mutex.

Referenced by XmlUtils::MutexInit().

Variable Documentation

◆ url_mutex

pthread_mutex_t url_mutex
static

Definition at line 61 of file XmlUtils.cpp.

Referenced by XmlUtils::MutexLock(), XmlUtils::MutexUnlock(), and uri_init().

◆ urlCache_

std::map<std::string, std::string> urlCache_

Definition at line 65 of file XmlUtils.cpp.

Referenced by XmlUtils::creUriFile(), XmlUtils::delUriFiles(), and XmlUtils::getFileName().

◆ g_bProxy

bool g_bProxy = false
static

Definition at line 503 of file XmlUtils.cpp.

Referenced by XmlUtils::getProxy(), and XmlUtils::setProxy().

◆ g_sProxyHost

std::string g_sProxyHost
static

Definition at line 504 of file XmlUtils.cpp.

Referenced by XmlUtils::getProxyHost(), and XmlUtils::setProxyHost().

◆ g_sProxyUser

std::string g_sProxyUser
static

Definition at line 505 of file XmlUtils.cpp.

Referenced by XmlUtils::getProxyUser(), and XmlUtils::setProxyUser().

◆ g_sProxyPass

std::string g_sProxyPass
static

Definition at line 506 of file XmlUtils.cpp.

Referenced by XmlUtils::getProxyPass(), and XmlUtils::setProxyPass().