Searched defs:done (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/old-stats/
H A Dmail-command.c52 cmd->refcount = 1; /* unrefed at "done" */
108 bool done = FALSE, continued = FALSE; local
126 done = TRUE;
190 if (done) {
/dovecot/src/lib-compression/
H A Dostream-bzlib.c102 bool done = FALSE; local
125 if (done)
132 done = TRUE;
H A Dostream-lzma.c108 bool done = FALSE; local
128 done = TRUE;
138 if (zs->avail_out == 0 || done) {
147 } while (!done);
H A Dostream-zlib.c174 bool done = FALSE; local
205 if (done)
214 done = TRUE;
/dovecot/src/plugins/fts-solr/
H A Dsolr-connection.c80 const void *data, size_t size, bool done)
88 if (XML_Parse(conn->xml_parser, data, size, done ? 1 : 0) != 0)
79 solr_xml_parse(struct solr_connection *conn, const void *data, size_t size, bool done) argument
/dovecot/src/auth/
H A Dauth-worker-client.c46 bool sending, sent, done; member in struct:auth_worker_list_context
564 ctx->done = TRUE;
593 ctx->done = TRUE;
601 if (ctx->done)
H A Dcrypt-blowfish.c717 bool done; local
724 done = FALSE;
727 if (done)
729 done = TRUE;
/dovecot/src/imap-hibernate/
H A Dimap-client.c168 str_append(str, "\tbad-done");
324 bool done = TRUE; local
371 done = FALSE;
377 if (done) {

Completed in 23 milliseconds