Searched defs:deconst (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dapreq_param.h83 union { const char *in; char *out; } deconst; local
85 deconst.in = val;
87 apreq_attr_to_type(apreq_value_t, data, deconst.out));
H A Dapreq_cookie.h71 union { const char *in; char *out; } deconst; local
73 deconst.in = val;
75 apreq_attr_to_type(apreq_value_t, data, deconst.out));

Completed in 1223 milliseconds