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

/dovecot/src/lib-storage/
H A Dmail-search-mime-build.c102 enum mail_search_mime_arg_type cur_type = SEARCH_MIME_SUB; local
106 sarg->type = cur_type;
110 if (cur_type == sarg->type) {
112 } else if (cur_type == SEARCH_MIME_SUB) {
115 cur_type = sarg->type;
126 sarg->type = cur_type;
H A Dmail-search-build.c106 enum mail_search_arg_type cur_type = SEARCH_SUB; local
110 sarg->type = cur_type;
114 if (cur_type == sarg->type) {
116 } else if (cur_type == SEARCH_SUB) {
119 cur_type = sarg->type;
130 sarg->type = cur_type;
/dovecot/src/lib-imap/
H A Dimap-parser.c50 enum arg_parse_type cur_type; member in struct:imap_parser
125 parser->cur_type = ARG_PARSE_NONE;
194 parser->cur_type = ARG_PARSE_NONE;
205 parser->cur_type = ARG_PARSE_NONE;
223 parser->cur_type = ARG_PARSE_NONE;
246 switch (parser->cur_type) {
301 parser->cur_type = ARG_PARSE_NONE;
349 return parser->cur_type == ARG_PARSE_NONE;
393 return parser->cur_type == ARG_PARSE_NONE;
426 parser->cur_type
[all...]

Completed in 17 milliseconds