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

/dovecot/src/lib-mail/
H A Drfc2231-parser.c45 const struct rfc2231_parameter *rfc2231_params; local
109 rfc2231_params = array_get(&rfc2231_params_arr, &count);
120 if (strcasecmp(rfc2231_params[i].key,
121 rfc2231_params[j].key) != 0)
123 if (rfc2231_params[j].idx != next_idx) {
127 if (rfc2231_params[j].extended)
137 rfc2231_params[j].extended ?
139 rfc2231_params[j].key,
140 rfc2231_params[j].idx);
143 &rfc2231_params[
[all...]

Completed in 399 milliseconds