Search

Searched refs:found (Results 1 - 25 of 26) sorted by relevance

12

/dovecot/src/lib-imap/
H A Dimap-base-subject.c201 bool found; local
227 found = remove_subj_leader(buf, &start_pos,
234 found = remove_blob_when_nonempty(buf, &start_pos) ||
235 found;
238 } while (found);
/dovecot/src/doveadm/
H A Ddoveadm-instance.c24 bool found = FALSE; local
39 found = !(pid == getpid() ||
44 return found;
H A Ddoveadm-master.c22 bool found; local
37 found = FALSE;
43 found = FALSE;
45 found = !(*pid_r == getpid() ||
50 return found;
H A Ddoveadm-util.c53 bool found = FALSE; local
73 found = TRUE;
78 return found;
H A Ddoveadm-log.c267 bool found = FALSE; local
274 found = TRUE;
279 if (!found)
280 printf("%sNot found\n", failure_log_type_prefixes[i]);
H A Dclient-connection-http.c325 bool found; local
339 found = FALSE;
343 found = TRUE;
347 if (!found) {
348 /* command not found; skip to the command ID */
402 bool found; local
414 found = FALSE;
418 found = TRUE;
422 if (found && req->cmd_param->value_set) {
431 if (!found || re
[all...]
H A Ddoveadm-cmd.c552 bool found = FALSE; local
557 found = TRUE;
561 if (!found) {
562 i_error("Extraneous arguments found: %s",
/dovecot/src/lib-storage/list/
H A Dsubscription-file.c129 bool found, changed = FALSE, failed = FALSE; local
187 found = FALSE;
213 found = TRUE;
226 if (!failed && set && !found) {
H A Dmailbox-list-maildir.c416 bool found; local
464 found = ret == 0;
471 if (!found && ret == 0) {
/dovecot/src/lib-index/
H A Dmail-index-transaction.c26 bool found = FALSE; local
34 found = TRUE;
38 i_assert(found == TRUE);
H A Dmail-cache-lookup.c384 bool found = FALSE; local
399 found = TRUE;
401 return ret < 0 ? -1 : (found ? 1 : 0);
426 /* return the first one that's found. if there are multiple
563 /* check that all fields were found */
H A Dmail-index-transaction-update.c1045 /* not found, clear old_data if it was given */
1088 bool found; local
1099 found = FALSE;
1102 found = TRUE;
1109 if (!found)
1113 if (found)
/dovecot/src/master/
H A Dservice-listen.c300 int found = FALSE; local
314 found = TRUE;
318 if (found) break;
320 if (!found) {
H A Dmain.c260 bool found; local
277 found = FALSE;
284 found = FALSE;
286 found = !(*pid_r == getpid() ||
291 return found;
/dovecot/src/doveadm/dsync/
H A Ddsync-transaction-log-scan.c566 bool reset, found = FALSE; local
579 while (!found &&
584 found = TRUE;
588 found = TRUE;
595 return !found ? NULL :
/dovecot/src/lib-storage/index/
H A Dindex-mail-binary.c248 bool found; local
258 found = FALSE;
269 found = TRUE;
271 if (found) {
496 /* not found. parse the whole message */
517 "BINARY part at offset %"PRIuUOFF_T" not found from MIME parts",
/dovecot/src/pop3/
H A Dpop3-commands.c605 i_error("UIDL: Header MD5 not found "
617 i_error("UIDL: File name not found "
629 i_error("UIDL: Message GUID not found "
657 bool found = FALSE; local
667 found = TRUE;
686 return found;
692 bool permanent_uidl, found = FALSE; local
711 found = TRUE;
742 return found || failed;
/dovecot/src/auth/
H A Ddb-oauth2.c501 bool found = FALSE; local
509 found = str_array_find(scopes, req->db->set.scope);
511 if (!found) {
H A Dauth-request.c772 "User found from deny passdb");
1524 have been found. */
1527 "user not found from userdb");
1530 "user not found from any userdbs");
1758 bool found = FALSE; local
1766 found = TRUE;
1774 found = TRUE;
1779 if (found)
1789 if (!found)
2200 "Multiple values found fo
[all...]
/dovecot/src/lib-storage/
H A Dmail-search-args-simplify.c342 bool found = FALSE; local
349 found = TRUE;
362 found = TRUE;
367 return found;
485 /* check if sub_arg is found from all the args */
/dovecot/src/plugins/mail-crypt/
H A Ddoveadm-mail-crypt.c94 *error_r = "User not found";
191 bool found = FALSE; local
214 } else if (!found) {
215 found = TRUE;
655 error = "key not found";
/dovecot/src/config/
H A Dconfig-parser.c127 bool found = FALSE; local
133 found = TRUE;
153 if (!found) {
H A Dold-set-parser.c156 /* Array where -1 = disable, 0 = not found, 1 = enable */
177 goto found;
183 found:;
/dovecot/src/lib-http/
H A Dhttp-client-queue.c519 bool found = FALSE; local
531 found = TRUE;
535 i_assert(found);
/dovecot/src/plugins/fts-squat/
H A Dsquat-trie.c772 goto found;
781 goto found;
784 found:
1808 goto found;
1817 goto found;
1820 found:

Completed in 256 milliseconds

12