24 #ifndef __H_PRIVATE_H_
25 #define __H_PRIVATE_H_
28 #define UNUSED(x) (void)(x)
struct _h_data * h_new_data_blob(const void *value, const size_t length)
Definition: hoel.c:551
struct _h_data * h_new_data_double(const double value)
Definition: hoel.c:498
struct _h_data * h_new_data_text(const char *value, const size_t length)
Definition: hoel.c:520
struct _h_data * h_new_data_datetime(const struct tm *datetime)
Definition: hoel.c:597
int h_row_add_data(struct _h_data **result, struct _h_data *data, int cols)
Definition: hoel.c:199
struct _h_data * h_new_data_null()
Definition: hoel.c:581
struct _h_data * h_new_data_int(const long long int value)
Definition: hoel.c:476
int h_result_add_row(struct _h_result *result, struct _h_data *row, int rows)
Definition: hoel.c:292