Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGHtmlUri.cxx File Reference
#include <ctype.h>
#include <cstring>
#include <cstdlib>
#include "TGHtml.h"
#include "TGHtmlUri.h"
#include "strlcpy.h"
Include dependency graph for TGHtmlUri.cxx:

Functions

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

Function Documentation

◆ ReplaceStr()

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

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

Definition at line 250 of file TGHtmlUri.cxx.

◆ StrNDup()

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

Duplicate a string of length n.

Definition at line 234 of file TGHtmlUri.cxx.