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

/httpd/server/
H A Dapreq_cookie.c175 const char **v, apr_size_t *vlen, unsigned unquote)
230 for (*v = (unquote) ? ++val : val++; *val; ++val) {
235 if (!unquote) {
173 get_pair(apr_pool_t *p, const char **data, const char **n, apr_size_t *nlen, const char **v, apr_size_t *vlen, unsigned unquote) argument

Completed in 551 milliseconds