File pl_file.c¶
FileList > cubrid > src > sp > pl_file.c
Go to the source code of this file
#include "pl_file.h"#include "porting.h"#include "environment_variable.h"#include <assert.h>#include <errno.h>#include <stdlib.h>#include <stdio.h>#include "memory_wrapper.hpp"
Public Functions¶
| Type | Name |
|---|---|
| bool | pl_get_info_file (char * buf, size_t len, const char * db_name) |
| FILE * | pl_open_info (const char * db_name, const char * mode) |
| bool | pl_open_info_dir () |
| bool | pl_read_info (const char * db_name, PL_SERVER_INFO & info) |
| bool | pl_reset_info (const char * db_name) |
| void | pl_unlink_info (const char * db_name) |
| bool | pl_write_info (const char * db_name, PL_SERVER_INFO * info) |
Public Functions Documentation¶
function pl_get_info_file¶
function pl_open_info¶
function pl_open_info_dir¶
function pl_read_info¶
function pl_reset_info¶
function pl_unlink_info¶
function pl_write_info¶
The documentation for this class was generated from the following file cubrid/src/sp/pl_file.c