ROOT  6.06/09
Reference Guide
Functions
TGHtmlUri.cxx File Reference
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include "TGHtml.h"
#include "TGHtmlUri.h"
+ Include dependency graph for TGHtmlUri.cxx:

Go to the source code of this file.

Functions

static char * StrNDup (const char *z, int n)
 Duplicate a string of length n. More...
 
static void ReplaceStr (char **pzDest, const char *zSrc)
 Replace the string in *pzDest with the string in zSrc. More...
 

Function Documentation

static void ReplaceStr ( char **  pzDest,
const char *  zSrc 
)
static

Replace the string in *pzDest with the string in zSrc.

Definition at line 273 of file TGHtmlUri.cxx.

Referenced by TGHtml::ResolveUri().

static char * StrNDup ( const char *  z,
int  n 
)
static

Duplicate a string of length n.

Definition at line 257 of file TGHtmlUri.cxx.

Referenced by ReplaceStr(), and TGHtmlUri::TGHtmlUri().