Home
last modified time | relevance | path

Searched refs:h_row_add_data (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hoel/hoel-1.4.14/include/
H A Dh-private.h12 int h_row_add_data(struct _h_data ** result, struct _h_data * data, int cols);
/dports/devel/hoel/hoel-1.4.14/src/
H A Dhoel-sqlite.c177 res = h_row_add_data(&cur_row, data, col); in h_select_query_sqlite()
H A Dhoel-mariadb.c202 res = h_row_add_data(&cur_row, data, col); in h_execute_query_mariadb()
H A Dhoel-pgsql.c254 h_res = h_row_add_data(&cur_row, data, j); in h_execute_query_pgsql()
H A Dhoel.c198 int h_row_add_data(struct _h_data ** row, struct _h_data * data, int cols) { in h_row_add_data() function