Searched refs:apr_dbd_row_t (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_dbd.h86 typedef struct apr_dbd_row_t apr_dbd_row_t; typedef in typeref:struct:apr_dbd_row_t
320 apr_dbd_results_t *res, apr_dbd_row_t **row,
331 apr_dbd_row_t *row, int col);
540 apr_dbd_row_t *row, int col,
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapr_dbd_internal.h163 apr_dbd_row_t **row, int rownum);
172 const char* (*get_entry)(const apr_dbd_row_t *row, int col);
350 apr_status_t (*datum_get)(const apr_dbd_row_t *row, int col,
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c54 struct apr_dbd_row_t { struct
133 apr_dbd_row_t ** rowp, int rownum)
135 apr_dbd_row_t *row = *rowp;
139 row = apr_palloc(pool, sizeof(apr_dbd_row_t));
184 static const char *dbd_sqlite_get_entry(const apr_dbd_row_t * row, int n)
193 static apr_status_t dbd_sqlite_datum_get(const apr_dbd_row_t *row, int n,
H A Dapr_dbd_mysql.c82 struct apr_dbd_row_t { struct
97 const apr_dbd_row_t *row;
109 const apr_dbd_row_t *row, int col,
112 static apr_bucket *apr_bucket_lob_create(const apr_dbd_row_t *row, int col,
142 const apr_dbd_row_t *row = a->row;
195 const apr_dbd_row_t *row, int col,
212 static apr_bucket *apr_bucket_lob_create(const apr_dbd_row_t *row, int col,
278 apr_dbd_row_t **row, int rownum)
321 *row = apr_palloc(pool, sizeof(apr_dbd_row_t));
334 static int dbd_mysql_get_entry(const apr_dbd_row_t *ro
[all...]
H A Dapr_dbd_sqlite3.c55 struct apr_dbd_row_t { struct
58 apr_dbd_row_t *next_row;
67 apr_dbd_row_t *next_row;
92 apr_dbd_row_t *row = NULL;
93 apr_dbd_row_t *lastrow = NULL;
120 row = apr_palloc(pool, sizeof(apr_dbd_row_t));
216 apr_dbd_row_t **rowp, int rownum)
242 static const char *dbd_sqlite3_get_entry(const apr_dbd_row_t *row, int n)
254 static apr_status_t dbd_sqlite3_datum_get(const apr_dbd_row_t *row, int n,
H A Dapr_dbd_oracle.c136 struct apr_dbd_row_t { struct
203 const apr_dbd_row_t *row;
215 const apr_dbd_row_t *row, int col,
218 static apr_bucket *apr_bucket_lob_create(const apr_dbd_row_t *row, int col,
247 const apr_dbd_row_t *row = a->row;
309 const apr_dbd_row_t *row, int col,
326 static apr_bucket *apr_bucket_lob_create(const apr_dbd_row_t *row, int col,
687 apr_dbd_row_t **rowp, int rownum)
689 apr_dbd_row_t *row = *rowp;
694 row = apr_palloc(pool, sizeof(apr_dbd_row_t));
[all...]
H A Dapr_dbd.c336 apr_dbd_results_t *res, apr_dbd_row_t **row,
343 apr_dbd_row_t *row, int col)
569 apr_dbd_row_t *row, int col,
H A Dapr_dbd_pgsql.c59 struct apr_dbd_row_t { struct
230 apr_dbd_row_t **rowp, int rownum)
232 apr_dbd_row_t *row = *rowp;
236 row = apr_palloc(pool, sizeof(apr_dbd_row_t));
308 static const char *dbd_pgsql_get_entry(const apr_dbd_row_t *row, int n)
313 static apr_status_t dbd_pgsql_datum_get(const apr_dbd_row_t *row, int n,
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c83 struct apr_dbd_row_t { struct
301 apr_dbd_row_t **rowp, int rownum)
304 apr_dbd_row_t *row = *rowp;
308 row = apr_palloc(pool, sizeof(apr_dbd_row_t));
343 static const char *dbd_freetds_get_entry(const apr_dbd_row_t *row, int n)
762 static apr_status_t dbd_freetds_datum_get(const apr_dbd_row_t *row, int n,
/freebsd-11-stable/contrib/apr-util/test/
H A Ddbd.c116 apr_dbd_row_t *row = NULL;
147 apr_dbd_row_t *row = NULL;
278 apr_dbd_row_t *row = NULL;
H A Dtestdbd.c97 apr_dbd_row_t *row = NULL;

Completed in 100 milliseconds