XRootD
Loading...
Searching...
No Matches
XrdSutBucket.cc File Reference
#include <cstdio>
#include <cstring>
#include "XrdOuc/XrdOucString.hh"
#include "XrdSut/XrdSutBucket.hh"
#include "XrdSut/XrdSutTrace.hh"
+ Include dependency graph for XrdSutBucket.cc:

Go to the source code of this file.

Variables

static kXR_int32 XrdSutCharMsk [4][4]
 

Variable Documentation

◆ XrdSutCharMsk

kXR_int32 XrdSutCharMsk[4][4]
static
Initial value:
=
{ {0x00000000, -1, -1, -2},
{0x00000000, 0x0000ffc0, 0x7fffffe0, 0x7fffffe0},
{0x00000000, 0x0000ffc0, 0x7e000000, 0x7e000000},
{0x00000000, 0x03ffc000, 0x07fffffe, 0x07fffffe} }

Definition at line 40 of file XrdSutBucket.cc.

41 { {0x00000000, -1, -1, -2}, // any printable char
42 {0x00000000, 0x0000ffc0, 0x7fffffe0, 0x7fffffe0}, // letters/numbers (up/low case)
43 {0x00000000, 0x0000ffc0, 0x7e000000, 0x7e000000}, // hex characters (up/low case)
44 {0x00000000, 0x03ffc000, 0x07fffffe, 0x07fffffe} }; // crypt like [a-zA-Z0-9./]

Referenced by XrdSutBucket::Dump(), XrdSutRndm::GetBuffer(), and XrdSutRndm::GetString().