Searched refs:first (Results 1 - 25 of 30) sorted by relevance

12

/dovecot/src/lib-otp/
H A Dotp-dictionary.c569 int first = *word - 'A'; local
571 if ((first < 0) || (first > 'Y' - 'A'))
574 l = hints[first].l;
575 u = hints[first].u;
/dovecot/src/lib-http/
H A Dhttp-parser.c109 const unsigned char *first = parser->cur; local
114 *token_r = t_strndup(first, parser->cur - first);
165 const unsigned char *first; local
168 first = parser->cur;
175 str_append_n(str, first, parser->cur - first);
H A Dhttp-auth.c34 const unsigned char *first; local
43 first = parser->cur++;
51 *token68_r = t_strndup(first, parser->cur - first);
59 const unsigned char *first = parser->cur, *end_token; local
66 parser->cur = first;
74 parser->cur = first;
82 parser->cur = first;
86 *param_r = t_strndup(first, end_token - first);
244 const char *p, *first; local
[all...]
H A Dhttp-header-parser.c93 const unsigned char *first = parser->cur; local
101 str_append_n(parser->name, first, parser->cur-first);
125 const unsigned char *first; local
131 first = parser->cur;
135 buffer_append(parser->value_buf, first, parser->cur-first);
/dovecot/src/plugins/fts-lucene/
H A Ddoveadm-fts-lucene.c22 bool first = TRUE; local
30 if (first)
31 first = FALSE;
/dovecot/src/lib-smtp/
H A Dsmtp-reply-parser.c158 const unsigned char *first = parser->cur; local
166 if (str_len(parser->strbuf) + (parser->cur-first) > 3)
169 str_append_n(parser->strbuf, first, parser->cur - first);
184 const unsigned char *first = parser->cur; local
191 if (((parser->cur-first) + parser->state.reply_size +
198 str_append_n(parser->strbuf, first, parser->cur - first);
206 const unsigned char *first = parser->cur; local
214 if (((parser->cur-first)
228 const unsigned char *first = parser->cur; local
[all...]
H A Dsmtp-server-cmd-helo.c60 bool first = (conn->pending_helo == NULL && conn->helo.domain == NULL); local
80 helo_data->first = first;
H A Dsmtp-server-reply.c108 MUST NOT send reply codes whose first digits are other than 2, 3, 4,
306 unsigned int first, i = 0; local
308 /* find the first unsent reply */
318 first = i++;
323 /* submit the first remaining reply */
324 reply = smtp_server_reply_create_index(cmd, first, status, enh_code);
330 smtp_server_reply_submit_duplicate(_cmd, i, first);
/dovecot/src/lib-imap/
H A Dimap-util.c116 bool first = TRUE; local
119 if (first)
120 first = FALSE;
139 bool first = TRUE; local
142 if (first)
143 first = FALSE;
H A Dimap-envelope.c130 struct message_address *first, *addr, *prev; local
141 first = addr = prev = NULL;
146 if (first == NULL)
147 first = addr;
153 *addrs_r = first;
/dovecot/src/lib-imap-client/
H A Dimapc-msgmap.c54 const uint32_t *p, *first; local
62 first = array_idx(&msgmap->uids, 0);
63 *rseq_r = (p - first) + 1;
/dovecot/src/doveadm/
H A Ddoveadm-auth-server.c227 const char *show_field, bool *first)
231 /* do not emit comma on first field. we need to keep track
232 of when the first field actually gets printed as it
234 if (!*first)
236 *first = FALSE;
256 bool first = TRUE; local
259 cmd_user_mail_input_field("user", user->username, show_field, &first);
260 cmd_user_mail_input_field("uid", user->set->mail_uid, show_field, &first);
261 cmd_user_mail_input_field("gid", user->set->mail_gid, show_field, &first);
262 cmd_user_mail_input_field("home", user->set->mail_home, show_field, &first);
226 cmd_user_mail_input_field(const char *key, const char *value, const char *show_field, bool *first) argument
369 bool have_wildcards, userdb_only = FALSE, first = TRUE; local
[all...]
H A Ddoveadm-auth.c449 bool first = TRUE; local
474 if (first)
475 first = FALSE;
606 bool have_wildcards, userdb_only = FALSE, first = TRUE; local
681 if (first)
682 first = FALSE;
/dovecot/src/lib/
H A Dunichar.c54 /* first byte has len highest bits set, followed by zero bit.
84 /* check first if the input is invalid before returning 0 */
152 unsigned char first; local
165 first = 0x80 | 0x40;
169 first = 0x80 | 0x40 | 0x20;
173 first = 0x80 | 0x40 | 0x20 | 0x10;
177 first = 0x80 | 0x40 | 0x20 | 0x10 | 0x08;
181 first = 0x80 | 0x40 | 0x20 | 0x10 | 0x08 | 0x04;
183 buffer_append_c(output, first | (chr >> bitpos));
371 /* find the first invali
[all...]
H A Duri-util.c282 const unsigned char *first = parser->cur; local
308 *scheme_r = t_strndup(first, parser->cur - first);
454 const unsigned char *first, *part; variable
485 first = part = parser->cur;
553 if (parser->cur == first)
706 const unsigned char *first; variable
714 first = parser->cur;
718 if (parser->cur == first)
720 if (net_str2port(t_strdup_until(first, parse
837 const unsigned char *first = parser->cur; local
972 const unsigned char *first = parser->cur; local
1012 const unsigned char *first = parser->cur; local
[all...]
H A Dioloop-epoll.c91 bool first; local
97 first = ioloop_iolist_add(*list, io);
103 op = first ? EPOLL_CTL_ADD : EPOLL_CTL_MOD;
116 if (first) {
H A Dunicodemap.pl97 are not included, because we first translate everything to titlecase */\n";
H A Devent-filter.c240 bool first = TRUE; local
243 if (!first)
245 first = FALSE;
/dovecot/src/plugins/fts-squat/
H A Dsquat-test.c49 bool data_header = TRUE, first = TRUE, skip_body = FALSE; local
82 if (!first)
89 first = FALSE;
H A Dfts-backend-squat.c452 bool first = TRUE; local
460 ret = squat_lookup_arg(backend, args, first ? FALSE : and_args,
467 first = FALSE;
/dovecot/src/auth/
H A Dauth-fields.c158 bool first = TRUE; local
168 if (first)
169 first = FALSE;
/dovecot/src/lib-index/
H A Dmail-transaction-log-view.c273 the first file.
348 struct mail_transaction_log_file *file, *first; local
355 first = view->log->files;
356 i_assert(first != NULL);
362 first = NULL;
367 first = NULL;
370 first = file;
373 if (first == NULL) {
383 for (file = first; file != NULL; file = file->next) {
388 view->tail = first;
[all...]
/dovecot/src/lib-mail/
H A Dmessage-address.c469 bool first = TRUE, in_group = FALSE; local
483 if (first)
484 first = FALSE;
506 first = TRUE;
H A Dtest-istream-header-filter.c53 bool first,
59 if (first)
64 if (first && ((flags & HEADER_FILTER_ADD_MISSING_EOH) != 0))
122 /* drop 1) first header, 2) X-Drop header */
359 str_append(input, "From: first line\n ");
361 str_append(input, "\nTo: first line\n\tsecond line\n\t");
49 test_istream_run_check(struct run_ctx *run_ctx, struct istream *filter, const char *output, enum header_filter_flags flags, bool first, size_t *size_r) argument
/dovecot/src/submission/
H A Dcmd-helo.c157 if (!data->first || smtp_server_connection_get_state(client->conn)
159 /* this is not the first HELO/EHLO; just proxy a RSET command */

Completed in 47 milliseconds

12