149 if (elo ==
NULL || pos < 0 || buf ==
NULL)
155 ret =
elo_read (elo, pos, buf, count);
160 if (read_bytes !=
NULL)
181 if (elo ==
NULL || pos < 0 || buf ==
NULL || count == 0)
192 if (written_bytes !=
NULL)
194 *written_bytes = ret;
void db_elo_free_structure(DB_ELO *elo)
int elo_create(DB_ELO *elo)
int db_elo_write(DB_ELO *elo, off_t pos, const void *buf, size_t count, DB_BIGINT *written_bytes)
#define CHECK_2ARGS_ERROR(obj1, obj2)
int db_create_fbo(DB_VALUE *value, DB_TYPE type)
int db_elo_copy(DB_ELO *src, DB_ELO *dest)
int db_make_elo(DB_VALUE *value, DB_TYPE type, const DB_ELO *elo)
int db_elo_delete(DB_ELO *elo)
void er_set(int severity, const char *file_name, const int line_no, int err_id, int num_args,...)
DB_BIGINT db_elo_size(DB_ELO *elo)
#define CHECK_1ARG_ERROR(obj)
int elo_delete(DB_ELO *elo, bool force_delete)
int db_elo_copy_structure(const DB_ELO *src, DB_ELO *dest)
ssize_t elo_read(const DB_ELO *elo, off_t pos, void *buf, size_t count)
need_clear_type need_clear
int count(int &result, const cub_regex_object ®, const std::string &src, const int position, const INTL_CODESET codeset)
off_t elo_size(DB_ELO *elo)
ssize_t elo_write(DB_ELO *elo, off_t pos, const void *buf, size_t count)
void elo_free_structure(DB_ELO *elo)
#define ER_OBJ_INVALID_ARGUMENTS
int db_elo_read(const DB_ELO *elo, off_t pos, void *buf, size_t count, DB_BIGINT *read_bytes)
int elo_copy_structure(const DB_ELO *elo, DB_ELO *dest)
int elo_copy(DB_ELO *elo, DB_ELO *dest)