#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) |
| static void | ReplaceStr (char **pzDest, const char *zSrc) |
| static void ReplaceStr | ( | char ** | pzDest, | |
| const char * | zSrc | |||
| ) | [static] |
Definition at line 264 of file TGHtmlUri.cxx.
References StrNDup().
Referenced by TGHtml::ResolveUri().
| static char * StrNDup | ( | const char * | z, | |
| int | n | |||
| ) | [static] |
Definition at line 248 of file TGHtmlUri.cxx.
Referenced by ReplaceStr(), and TGHtmlUri::TGHtmlUri().
1.5.1