CUBRID Engine
latest
|
#include <cas_net_buf.h>
Public Attributes | |
int | alloc_size |
int | data_size |
char * | data |
int | err_code |
int | post_file_size |
char * | post_send_file |
T_BROKER_VERSION | client_version |
Definition at line 92 of file cas_net_buf.h.
int t_net_buf::alloc_size |
Definition at line 94 of file cas_net_buf.h.
Referenced by cas_main(), net_buf_destroy(), net_buf_init(), net_buf_realloc(), proxy_make_net_buf(), and shard_cas_main().
T_BROKER_VERSION t_net_buf::client_version |
Definition at line 100 of file cas_net_buf.h.
Referenced by dbval_to_net_buf(), net_buf_cp_cas_type_and_charset(), net_buf_init(), and process_request().
char* t_net_buf::data |
Definition at line 96 of file cas_net_buf.h.
Referenced by cas_main(), net_buf_cp_bigint(), net_buf_destroy(), net_buf_init(), net_buf_overwrite_int(), net_buf_realloc(), proxy_init_net_buf(), proxy_io_make_check_cas(), proxy_io_make_client_proxy_alive(), proxy_io_make_close_req_handle_ok(), proxy_io_make_end_tran_request(), proxy_io_make_error_msg(), proxy_io_make_ex_get_int(), proxy_io_make_get_db_version(), proxy_io_make_shard_info(), proxy_make_net_buf(), shard_cas_main(), ux_get_generated_keys_client_insert(), and ux_get_generated_keys_server_insert().
int t_net_buf::data_size |
Definition at line 95 of file cas_net_buf.h.
Referenced by net_buf_clear(), net_buf_cp_bigint(), net_buf_cp_byte(), net_buf_cp_double(), net_buf_cp_float(), net_buf_cp_int(), net_buf_cp_short(), net_buf_cp_str(), net_buf_init(), proxy_init_net_buf(), proxy_io_make_check_cas(), proxy_io_make_client_proxy_alive(), proxy_io_make_close_req_handle_ok(), proxy_io_make_end_tran_request(), proxy_io_make_error_msg(), proxy_io_make_ex_get_int(), proxy_io_make_get_db_version(), proxy_io_make_shard_info(), ux_get_generated_keys_client_insert(), ux_get_generated_keys_server_insert(), and ux_lob_read().
int t_net_buf::err_code |
Definition at line 97 of file cas_net_buf.h.
Referenced by net_buf_clear(), net_buf_cp_post_send_file(), net_buf_init(), and net_buf_realloc().
int t_net_buf::post_file_size |
Definition at line 98 of file cas_net_buf.h.
Referenced by net_buf_clear(), net_buf_cp_post_send_file(), and net_buf_init().
char* t_net_buf::post_send_file |
Definition at line 99 of file cas_net_buf.h.
Referenced by net_buf_clear(), net_buf_cp_post_send_file(), and net_buf_init().