File connection_cl.cpp¶
FileList > connection > connection_cl.cpp
Go to the source code of this file
#include "config.h"#include <filesystem>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <sys/types.h>#include <assert.h>#include <math.h>#include <sys/time.h>#include <sys/ioctl.h>#include <sys/uio.h>#include <sys/socket.h>#include <netinet/in.h>#include <unistd.h>#include "porting.h"#include "error_manager.h"#include "connection_globals.h"#include "filesys.hpp"#include "filesys_temp.hpp"#include "memory_alloc.h"#include "system_parameter.h"#include "environment_variable.h"#include "tcp.h"#include "connection_cl.h"#include "master_util.h"
Public Static Attributes¶
| Type | Name |
|---|---|
| CSS_CONN_ENTRY * | css_Conn_anchor = [**NULL**](freelistheap_8h.md#define-null) |
Public Functions¶
| Type | Name |
|---|---|
| CSS_CONN_ENTRY * | css_find_conn_from_fd (SOCKET fd) |
| void | css_shutdown_conn (CSS_CONN_ENTRY * conn) |
Macros¶
| Type | Name |
|---|---|
| define | CS_LOCK () |
| define | CS_UnLOCK () |
| define | TRACE (string, arg1) |
Public Static Attributes Documentation¶
variable css_Conn_anchor¶
Public Functions Documentation¶
function css_find_conn_from_fd¶
function css_shutdown_conn¶
Macro Definition Documentation¶
define CS_LOCK¶
define CS_UnLOCK¶
define TRACE¶
The documentation for this class was generated from the following file cubrid/src/connection/connection_cl.cpp