#include <XProtocol.hh>
|
static const int | aData = 0x10 |
|
static const int | isNew = 0x01 |
|
Definition at line 285 of file XProtocol.hh.
◆ NVecInsert()
char * ClientFattrRequest::NVecInsert |
( |
const char * |
name, |
|
|
char * |
buffer |
|
) |
| |
|
static |
◆ NVecRead() [1/2]
char * ClientFattrRequest::NVecRead |
( |
char * |
buffer, |
|
|
char *& |
name |
|
) |
| |
|
static |
Definition at line 215 of file XProtocol.cc.
217 name = strdup( buffer );
218 buffer += strlen( name ) + 1;
◆ NVecRead() [2/2]
char * ClientFattrRequest::NVecRead |
( |
char * |
buffer, |
|
|
kXR_unt16 & |
rc |
|
) |
| |
|
static |
◆ VVecInsert()
char * ClientFattrRequest::VVecInsert |
( |
const char * |
value, |
|
|
char * |
buffer |
|
) |
| |
|
static |
◆ VVecRead() [1/2]
char * ClientFattrRequest::VVecRead |
( |
char * |
buffer, |
|
|
kXR_int32 & |
len |
|
) |
| |
|
static |
◆ VVecRead() [2/2]
char * ClientFattrRequest::VVecRead |
( |
char * |
buffer, |
|
|
kXR_int32 |
len, |
|
|
char *& |
value |
|
) |
| |
|
static |
Definition at line 234 of file XProtocol.cc.
236 value =
reinterpret_cast<char*
>( malloc( len + 1 ) );
237 strncpy( value, buffer, len );
◆ aData
const int ClientFattrRequest::aData = 0x10 |
|
static |
◆ dlen
◆ fhandle
◆ isNew
const int ClientFattrRequest::isNew = 0x01 |
|
static |
◆ numattr
◆ options
◆ requestid
◆ reserved
kXR_char ClientFattrRequest::reserved[9] |
◆ streamid
kXR_char ClientFattrRequest::streamid[2] |
◆ subcode
The documentation for this struct was generated from the following files: