ROOT
6.06/09
Reference Guide
|
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#include "TGHtml.h"
#include "TGHtmlUri.h"
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... | |
|
static |
Replace the string in *pzDest with the string in zSrc.
Definition at line 273 of file TGHtmlUri.cxx.
Referenced by TGHtml::ResolveUri().
|
static |
Duplicate a string of length n.
Definition at line 257 of file TGHtmlUri.cxx.
Referenced by ReplaceStr(), and TGHtmlUri::TGHtmlUri().