Searched refs:add (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/lib-mail/
H A Dostream-dot.c108 char add = 0; local
116 /* add missing CR */
117 add = '\r';
146 /* add missing CR */
147 add = '\r';
150 /* add dot */
151 add = '.';
162 if (add != 0) {
175 iovn.iov_base = (add == '\r' ? "\r\n" : "..");
/dovecot/src/lib-old-stats/
H A Dstats.h18 void (*add)(struct stats *dest, const struct stats *src); member in struct:stats_vfuncs
H A Dstats.c159 (*itemp)->v.add(PTR_OFFSET(dest, (*itemp)->pos),
/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc578 index->doc->add(*_CLNEW Field(_T("uid"), id, Field::STORE_YES | Field::INDEX_UNTOKENIZED));
581 index->doc->add(*_CLNEW Field(_T("part"), id, Field::STORE_YES | Field::INDEX_UNTOKENIZED));
583 index->doc->add(*_CLNEW Field(_T("box"), index->mailbox_guid, Field::STORE_YES | Field::INDEX_UNTOKENIZED));
612 index->doc->add(*_CLNEW Field(_T("hdr"), wname, Field::STORE_NO | token_flag));
613 index->doc->add(*_CLNEW Field(_T("hdr"), dest, Field::STORE_NO | token_flag));
616 index->doc->add(*_CLNEW Field(wname, dest, Field::STORE_NO | token_flag));
620 index->doc->add(*_CLNEW Field(_T("body"), dest, Field::STORE_NO | token_flag));
962 query->add(_CLNEW TermQuery(term), true, BooleanClause::SHOULD);
981 query.add(&uids_query, BooleanClause::MUST);
987 query.add(
[all...]
/dovecot/src/pop3/
H A Dpop3-commands.c334 unsigned char add; local
343 add = '\0';
358 add = '\r';
372 add = '.';
377 add = 0x80;
398 if (add != '\0') {
399 if (o_stream_send(client->output, &add, 1) < 0)
402 ctx->last = add;
403 if (add == 0x80)
/dovecot/src/plugins/quota/
H A Dquota-storage.c681 bool add; local
698 add = FALSE;
700 /* public namespace - add quota only if namespace is
702 add = root != NULL;
704 /* for shared namespaces add only if the owner has quota
706 add = QUOTA_USER_CONTEXT(quota_user) != NULL;
709 if (add) {
/dovecot/src/lib-storage/index/
H A Dindex-storage.c697 directory as well. add changelog record about that too. */
950 bool add = FALSE; local
973 add = TRUE;
995 /* NOTE: we'll want to add also nonexistent headers, which
997 add = TRUE;
999 if (add) {
1068 add the subscription to */
/dovecot/src/doveadm/dsync/
H A Ddsync-ibc-stream.c239 unsigned char add; local
244 add = '\0';
250 add = '.';
273 if (add != '\0') {
274 o_stream_nsend(ibc->output, &add, 1);
275 ibc->value_output_last = add;

Completed in 52 milliseconds