/httpd/support/ |
H A D | htdbm.c | 194 char *rec, *cmnt; local 202 rec = apr_pstrndup(htdbm->ctx.pool, val.dptr, val.dsize); 203 cmnt = strchr(rec, ':'); 205 pwd = apr_pstrndup(htdbm->ctx.pool, rec, cmnt - rec); 207 pwd = apr_pstrdup(htdbm->ctx.pool, rec);
|
H A D | firehose.c | 93 uuid_rec *rec; member in struct:header_rec 181 uuid_rec *rec = (uuid_rec *) dummy; local 183 if (rec->direction == '>') { 184 apr_hash_set(rec->file->response_uuids, rec->uuid, APR_HASH_KEY_STRING, 187 if (rec->direction == '<') { 188 apr_hash_set(rec->file->request_uuids, rec->uuid, APR_HASH_KEY_STRING, 202 uuid_rec *rec; local 205 rec 719 uuid_rec *rec; local [all...] |
/httpd/modules/arch/unix/ |
H A D | mod_privileges.c | 350 static apr_status_t privileges_term(void *rec) argument
|
/httpd/modules/database/ |
H A D | mod_dbd.c | 65 ap_dbd_t *rec; member in struct:dbd_group_t 435 ap_dbd_t *rec) 439 rec->prepared = apr_hash_make(pool); 453 if (apr_dbd_prepare(rec->driver, pool, rec->handle, query, 458 apr_hash_set(rec->prepared, label, APR_HASH_KEY_STRING, stmt); 466 ap_dbd_t *rec) 477 if (apr_dbd_query(rec->driver, rec->handle, &nrows, *query_p)) { 488 ap_dbd_t *rec local 434 dbd_prepared_init(apr_pool_t *pool, dbd_cfg_t *cfg, ap_dbd_t *rec) argument 465 dbd_init_sql_init(apr_pool_t *pool, dbd_cfg_t *cfg, ap_dbd_t *rec) argument 499 ap_dbd_t *rec = data; local 518 ap_dbd_t *rec; local 752 ap_dbd_close(server_rec *s, ap_dbd_t *rec) argument 766 dbd_check(apr_pool_t *pool, server_rec *s, ap_dbd_t *rec) argument 795 ap_dbd_t *rec = NULL; local 859 ap_dbd_t *rec; member in struct:__anon100 928 ap_dbd_t *rec; local 952 ap_dbd_t *rec = ap_get_module_config(c->conn_config, &dbd_module); local [all...] |
/httpd/server/ |
H A D | listen.c | 328 ap_listen_rec *rec; local 348 rec = apr_palloc(process->pool, sizeof(ap_listen_rec)); 349 rec->active = 0; 350 rec->next = 0; 352 rv = apr_os_sock_make(&rec->sd, &si, process->pool); 359 rv = apr_socket_addr_get(&rec->bind_addr, APR_LOCAL, rec->sd); 366 rec->protocol = apr_pstrdup(process->pool, proto); 368 *out_rec = rec; 370 return make_sock(process->pool, rec, [all...] |
/httpd/modules/arch/netware/ |
H A D | mod_nw_ssl.c | 855 static int compare_ipports(void *rec, const char *key, const char *value) argument 857 conn_rec *c = (conn_rec*)rec;
|
/httpd/modules/cache/ |
H A D | mod_cache.c | 224 * request rec in the filter context, as the request that 377 static ap_filter_t *cache_get_filter(ap_filter_t *next, ap_filter_rec_t *rec) { argument 379 if (next->frec == rec && next->ctx) { 545 * request rec in the filter context, as the request that 1605 * CACHE_REMOVE_URL expects cache request rec within its context because the 1655 * CACHE_INVALIDATE expects cache request rec within its context because the
|
/httpd/modules/proxy/ |
H A D | mod_serf.c | 772 static int hb_table_check(void *rec, const char *key, const char *value) argument 774 hb_table_baton_t *b = (hb_table_baton_t*)rec; 1005 static int static_table_check(void *rec, const char *key, const char *value) argument 1007 hb_table_baton_t *b = (hb_table_baton_t*)rec;
|
/httpd/modules/test/ |
H A D | mod_policy.c | 338 static int vary_test(void *rec, const char *key, const char *value) argument 340 request_rec *r = (request_rec *)rec;
|