Home
last modified time | relevance | path

Searched refs:apr_dbd_row_t (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/apr1/apr-util-1.6.1/include/
H A Dapr_dbd.h86 typedef struct apr_dbd_row_t apr_dbd_row_t; typedef
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,
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/include/
H A Dapr_dbd.h43 typedef struct apr_dbd_row_t apr_dbd_row_t; typedef
228 apr_dbd_results_t *res, apr_dbd_row_t **row,
239 apr_dbd_row_t *row, int col);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/dbd/
H A Dapr_dbd_sqlite3.c56 struct apr_dbd_row_t { struct
59 apr_dbd_row_t *next_row; argument
68 apr_dbd_row_t *next_row; argument
89 apr_dbd_row_t *row = NULL; in dbd_sqlite3_select()
90 apr_dbd_row_t *lastrow = NULL; in dbd_sqlite3_select()
138 row = apr_palloc(pool, sizeof(apr_dbd_row_t)); in dbd_sqlite3_select()
201 apr_dbd_row_t **rowp, int rownum) in dbd_sqlite3_get_row()
227 static const char *dbd_sqlite3_get_entry(const apr_dbd_row_t *row, int n) in dbd_sqlite3_get_entry()
454 apr_dbd_row_t *row = NULL; in dbd_sqlite3_pselect()
455 apr_dbd_row_t *lastrow = NULL; in dbd_sqlite3_pselect()
[all …]
H A Dapr_dbd_sqlite2.c51 struct apr_dbd_row_t { struct
118 apr_dbd_row_t ** rowp, int rownum) in dbd_sqlite_get_row()
120 apr_dbd_row_t *row = *rowp; in dbd_sqlite_get_row()
124 row = apr_palloc(pool, sizeof(apr_dbd_row_t)); in dbd_sqlite_get_row()
169 static const char *dbd_sqlite_get_entry(const apr_dbd_row_t * row, int n) in dbd_sqlite_get_entry()
H A Dapr_dbd_pgsql.c58 struct apr_dbd_row_t { struct
133 apr_dbd_row_t **rowp, int rownum) in dbd_pgsql_get_row()
135 apr_dbd_row_t *row = *rowp; in dbd_pgsql_get_row()
139 row = apr_palloc(pool, sizeof(apr_dbd_row_t)); in dbd_pgsql_get_row()
196 static const char *dbd_pgsql_get_entry(const apr_dbd_row_t *row, int n) in dbd_pgsql_get_entry()
H A Dapr_dbd.c240 apr_dbd_results_t *res, apr_dbd_row_t **row, in apr_dbd_get_row()
246 apr_dbd_row_t *row, int col) in apr_dbd_get_entry()
/dports/devel/apr1/apr-util-1.6.1/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,
/dports/devel/apr1/apr-util-1.6.1/dbd/
H A Dapr_dbd_sqlite2.c54 struct apr_dbd_row_t { struct
133 apr_dbd_row_t ** rowp, int rownum) in dbd_sqlite_get_row()
135 apr_dbd_row_t *row = *rowp; in dbd_sqlite_get_row()
139 row = apr_palloc(pool, sizeof(apr_dbd_row_t)); in dbd_sqlite_get_row()
184 static const char *dbd_sqlite_get_entry(const apr_dbd_row_t * row, int n) in dbd_sqlite_get_entry()
193 static apr_status_t dbd_sqlite_datum_get(const apr_dbd_row_t *row, int n, in dbd_sqlite_datum_get()
H A Dapr_dbd_sqlite3.c55 struct apr_dbd_row_t { struct
58 apr_dbd_row_t *next_row; argument
67 apr_dbd_row_t *next_row; argument
92 apr_dbd_row_t *row = NULL; in dbd_sqlite3_select_internal()
93 apr_dbd_row_t *lastrow = NULL; in dbd_sqlite3_select_internal()
120 row = apr_palloc(pool, sizeof(apr_dbd_row_t)); in dbd_sqlite3_select_internal()
216 apr_dbd_row_t **rowp, int rownum) in dbd_sqlite3_get_row()
242 static const char *dbd_sqlite3_get_entry(const apr_dbd_row_t *row, int n) in dbd_sqlite3_get_entry()
254 static apr_status_t dbd_sqlite3_datum_get(const apr_dbd_row_t *row, int n, in dbd_sqlite3_datum_get()
H A Dapr_dbd_mysql.c82 struct apr_dbd_row_t { struct
97 const apr_dbd_row_t *row; argument
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; in lob_bucket_read()
195 const apr_dbd_row_t *row, int col, in apr_bucket_lob_make()
278 apr_dbd_row_t **row, int rownum) in dbd_mysql_get_row()
321 *row = apr_palloc(pool, sizeof(apr_dbd_row_t)); in dbd_mysql_get_row()
334 static int dbd_mysql_get_entry(const apr_dbd_row_t *row, int n,
364 static const char *dbd_mysql_get_entry(const apr_dbd_row_t *row, int n) in dbd_mysql_get_entry()
[all …]
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; in lob_bucket_read()
309 const apr_dbd_row_t *row, int col, in apr_bucket_lob_make()
326 static apr_bucket *apr_bucket_lob_create(const apr_dbd_row_t *row, int col, in apr_bucket_lob_create()
687 apr_dbd_row_t **rowp, int rownum) in dbd_oracle_get_row()
689 apr_dbd_row_t *row = *rowp; in dbd_oracle_get_row()
694 row = apr_palloc(pool, sizeof(apr_dbd_row_t)); in dbd_oracle_get_row()
[all …]
H A Dapr_dbd.c336 apr_dbd_results_t *res, apr_dbd_row_t **row, in apr_dbd_get_row()
343 apr_dbd_row_t *row, int col) in apr_dbd_get_entry()
569 apr_dbd_row_t *row, int col, in apr_dbd_datum_get()
H A Dapr_dbd_odbc.c173 struct apr_dbd_row_t { struct
213 const apr_dbd_row_t *row;
731 static apr_status_t odbc_create_bucket(const apr_dbd_row_t *row, const int col, in odbc_create_bucket()
759 static void *odbc_get(const apr_dbd_row_t *row, const int col, in odbc_get()
1326 apr_dbd_row_t **row, int rownum) in odbc_get_row()
1332 *row = apr_pcalloc(pool, sizeof(apr_dbd_row_t)); in odbc_get_row()
1369 static apr_status_t odbc_datum_get(const apr_dbd_row_t *row, int col, in odbc_datum_get()
1408 static const char *odbc_get_entry(const apr_dbd_row_t *row, int col) in odbc_get_entry()
H A Dapr_dbd_pgsql.c59 struct apr_dbd_row_t { struct
230 apr_dbd_row_t **rowp, int rownum) in dbd_pgsql_get_row()
232 apr_dbd_row_t *row = *rowp; in dbd_pgsql_get_row()
236 row = apr_palloc(pool, sizeof(apr_dbd_row_t)); in dbd_pgsql_get_row()
308 static const char *dbd_pgsql_get_entry(const apr_dbd_row_t *row, int n) in dbd_pgsql_get_entry()
313 static apr_status_t dbd_pgsql_datum_get(const apr_dbd_row_t *row, int n, in dbd_pgsql_datum_get()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/include/private/
H A Dapr_dbd_internal.h150 apr_dbd_row_t **row, int rownum);
159 const char* (*get_entry)(const apr_dbd_row_t *row, int col);
/dports/devel/apr1/apr-util-1.6.1/dbd/unsupported/
H A Dapr_dbd_freetds.c83 struct apr_dbd_row_t { struct
301 apr_dbd_row_t **rowp, int rownum) in dbd_freetds_get_row()
304 apr_dbd_row_t *row = *rowp; in dbd_freetds_get_row()
308 row = apr_palloc(pool, sizeof(apr_dbd_row_t)); in dbd_freetds_get_row()
343 static const char *dbd_freetds_get_entry(const apr_dbd_row_t *row, int n) in dbd_freetds_get_entry()
762 static apr_status_t dbd_freetds_datum_get(const apr_dbd_row_t *row, int n, in dbd_freetds_datum_get()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr-util/test/
H A Ddbd.c116 apr_dbd_row_t *row = NULL; in select_sequential()
147 apr_dbd_row_t *row = NULL; in select_random()
278 apr_dbd_row_t *row = NULL; in test_pselect()
H A Dtestdbd.c97 apr_dbd_row_t *row = NULL; in select_rows()
/dports/devel/apr1/apr-util-1.6.1/test/
H A Ddbd.c116 apr_dbd_row_t *row = NULL; in select_sequential()
147 apr_dbd_row_t *row = NULL; in select_random()
278 apr_dbd_row_t *row = NULL; in test_pselect()
H A Dtestdbd.c97 apr_dbd_row_t *row = NULL; in select_rows()
/dports/www/htdigest/httpd-2.4.6/modules/aaa/
H A Dmod_authn_dbd.c102 apr_dbd_row_t *row = NULL; in authn_dbd_password()
197 apr_dbd_row_t *row = NULL; in authn_dbd_realm()
H A Dmod_authz_dbd.c122 apr_dbd_row_t *row = NULL; in authz_dbd_login()
206 apr_dbd_row_t *row = NULL; in authz_dbd_group_query()
/dports/www/apache24/httpd-2.4.53/modules/aaa/
H A Dmod_authn_dbd.c102 apr_dbd_row_t *row = NULL; in authn_dbd_password()
198 apr_dbd_row_t *row = NULL; in authn_dbd_realm()
H A Dmod_authz_dbd.c125 apr_dbd_row_t *row = NULL; in authz_dbd_login()
221 apr_dbd_row_t *row = NULL; in authz_dbd_group_query()
/dports/www/htdigest/httpd-2.4.6/modules/session/
H A Dmod_session_dbd.c105 apr_dbd_row_t *row = NULL; in dbd_load()

12