#include <set>
#include <stack>
#include <stdexcept>
#include <stdio.h>
#include <string.h>
#include "Xrd/XrdMonitor.hh"
#include "XrdSys/XrdSysPthread.hh"
#include "XrdSys/XrdSysError.hh"
Go to the source code of this file.
|
| #define | AddC(x) {if (bsize-- < 1) return 0; *buff++ = x; bLen++;} |
| |
| #define | Updt(x) {if (x >= bsize) return 0; bsize -= x; buff += x; bLen += x;} |
| |
| #define | VALERR(x) isBad |= ValErr(regInfo, i, x) |
| |
◆ AddC
| #define AddC |
( |
|
x | ) |
{if (bsize-- < 1) return 0; *buff++ = x; bLen++;} |
◆ Updt
| #define Updt |
( |
|
x | ) |
{if (x >= bsize) return 0; bsize -= x; buff += x; bLen += x;} |
◆ VALERR
| #define VALERR |
( |
|
x | ) |
isBad |= ValErr(regInfo, i, x) |