Lines Matching +refs:val +refs:server
88 static void add_unless_null(apr_table_t *table, const char *name, const char *val)
90 if (name && val) {
91 apr_table_addn(table, name, val);
120 env[j] = apr_pstrcat(p, elts[i].key, "=", elts[i].val, NULL);
141 server_rec *s = r->server;
180 apr_table_addn(e, "CONTENT_TYPE", hdrs[i].val);
183 apr_table_addn(e, "CONTENT_LENGTH", hdrs[i].val);
194 add_unless_null(e, http2env(r, hdrs[i].key), hdrs[i].val);
199 add_unless_null(e, http2env(r, hdrs[i].key), hdrs[i].val);
407 static int set_cookie_doo_doo(void *v, const char *key, const char *val)
409 apr_table_addn(v, key, val);
549 ap_log_error(SCRIPT_LOG_MARK, APLOG_ERR, 0, r->server,