Searched refs:apreq_value_t (Results 1 - 9 of 9) sorted by relevance

/httpd/include/
H A Dapreq.h190 typedef struct apreq_value_t { struct
195 } apreq_value_t; typedef in typeref:struct:apreq_value_t
198 * Adds the specified apreq_value_t to the apr_table_t.
209 void apreq_value_table_add(const apreq_value_t *v, apr_table_t *t) {
H A Dapreq_cookie.h62 const apreq_value_t v; /**< "raw" cookie value */
75 apreq_attr_to_type(apreq_value_t, data, deconst.out));
H A Dapreq_param.h41 const apreq_value_t v; /**< underlying name/value info */
87 apreq_attr_to_type(apreq_value_t, data, deconst.out));
/httpd/server/
H A Dapreq_param.c36 apreq_value_t *v;
47 *(const apreq_value_t **)&v = &param->v;
70 apreq_value_t *v;
83 *(const apreq_value_t **)&v = &p->v;
225 *(const apreq_value_t **)elt = &(**elt).v;
H A Dapreq_parser_header.c59 apreq_value_t *v;
72 *(const apreq_value_t **)&v = &param->v;
H A Dapreq_parser_urlencoded.c55 apreq_value_t *v;
67 *(const apreq_value_t **)&v = &param->v;
H A Dapreq_cookie.c141 apreq_value_t *v;
148 *(const apreq_value_t **)&v = &c->v;
H A Dapreq_parser_multipart.c529 apreq_value_t *v;
555 *(const apreq_value_t **)&v = &param->v;
H A Dapreq_util.c605 const apreq_value_t **a = (const apreq_value_t **)arr->elts;

Completed in 1554 milliseconds