Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TGHtmlUri.cxx File Reference
#include <cctype>
#include <cstring>
#include <cstdlib>
#include "TGHtml.h"
#include "TGHtmlUri.h"
#include "strlcpy.h"

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()

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()

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

Duplicate a string of length n.

Definition at line 234 of file TGHtmlUri.cxx.