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

/dovecot/src/lib-http/
H A Dhttp-request.c12 const char *const *opt_idx; local
16 array_foreach(&req->connection_options, opt_idx) {
17 if (strcasecmp(*opt_idx, option) == 0)
H A Dhttp-response.c25 const char *const *opt_idx; local
29 array_foreach(&resp->connection_options, opt_idx) {
30 if (strcasecmp(*opt_idx, option) == 0)
H A Dhttp-message-parser.c158 const char **opt_idx; local
178 opt_idx = array_append_space(&parser->msg.connection_options);
179 *opt_idx = p_strdup(pool, option);

Completed in 13 milliseconds