#include "wvtclstring.h"
#include "wvbackslash.h"
#include "wvbuf.h"
#include <wvstream.h>
Go to the source code of this file.
Functions | |
WvString | wvtcl_escape (WvStringParm s, const char *nasties) |
WvString | wvtcl_unescape (WvStringParm s) |
WvString | wvtcl_encode (WvList< WvString > &l, const char *nasties, const char *splitchars) |
WvString | wvtcl_getword (WvBuf &buf, const char *splitchars, bool do_unescape) |
void | wvtcl_decode (WvList< WvString > &l, WvStringParm _s, const char *splitchars, bool do_unescape) |
|
Definition at line 230 of file wvtclstring.cc. References WvList< T >::append(), WvFastString::isnull(), WvBufBaseCommonImpl< unsigned >::used(), and wvtcl_getword(). Referenced by creator(). |
|
Definition at line 106 of file wvtclstring.cc. References WvBufBaseCommonImpl< T >::put(), WvBufBaseCommonImpl< T >::used(), and wvtcl_escape(). |
|
|
Definition at line 124 of file wvtclstring.cc. References WvBufBaseCommonImpl< unsigned char >::get(), WvBufBaseCommonImpl< unsigned char >::unget(), WvString::unique(), WvBufBaseCommonImpl< unsigned char >::used(), and wvtcl_unescape(). Referenced by UniClientGen::conncallback(), UniClientConn::readarg(), UniIniGen::refresh(), and wvtcl_decode(). |
|
Definition at line 68 of file wvtclstring.cc. References WvString::edit(), and WvFastString::len(). Referenced by UniIniGen::refresh(), and wvtcl_getword(). |