CUBRID Engine  latest
broker_msg.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UW_MAX_LENGTH   1024
 
#define UW_SOCKET_MAGIC   "V3RQ4.0"
 
#define V3_HEADER_OK_COMPRESS   "V3_OK_COMP"
 
#define V3_HEADER_OK   "V3_OK"
 
#define V3_HEADER_ERR   "V3_ERR"
 
#define V3_RESPONSE_HEADER_SIZE   16
 
#define PRE_SEND_DATA_SIZE   66
 
#define PRE_SEND_SCRIPT_SIZE   30
 
#define PRE_SEND_PRG_NAME_SIZE   20
 
#define PRE_SEND_SESSION_ID_SIZE   16
 

Macro Definition Documentation

#define PRE_SEND_DATA_SIZE   66

Definition at line 56 of file broker_msg.h.

#define PRE_SEND_PRG_NAME_SIZE   20

Definition at line 59 of file broker_msg.h.

#define PRE_SEND_SCRIPT_SIZE   30

Definition at line 58 of file broker_msg.h.

#define PRE_SEND_SESSION_ID_SIZE   16

Definition at line 60 of file broker_msg.h.

#define UW_MAX_LENGTH   1024

Definition at line 38 of file broker_msg.h.

#define UW_SOCKET_MAGIC   "V3RQ4.0"

Definition at line 44 of file broker_msg.h.

#define V3_HEADER_ERR   "V3_ERR"

Definition at line 49 of file broker_msg.h.

#define V3_HEADER_OK   "V3_OK"

Definition at line 48 of file broker_msg.h.

#define V3_HEADER_OK_COMPRESS   "V3_OK_COMP"

Definition at line 47 of file broker_msg.h.

#define V3_RESPONSE_HEADER_SIZE   16

Definition at line 50 of file broker_msg.h.