Searched defs:full (Results 1 - 6 of 6) sorted by relevance
/dovecot/src/lib/ |
H A D | aqueue.h | 16 bool full; member in struct:aqueue
|
H A D | ostream-file-private.h | 22 bool full:1; /* if head == tail, is buffer empty or full? */ member in struct:file_ostream
|
/dovecot/src/replication/replicator/ |
H A D | replicator-brain.c | 138 bool full; local 146 full = next_full_sync <= ioloop_time; 150 if (full || user->force_full_sync) { 162 dsync_client_sync(conn, user->username, user->state, full, 188 /* all connections were full, put the user back to queue */
|
H A D | doveadm-connection.c | 69 str_printfa(str, "Queued 'full resync' requests\t%u\n", 129 str_append(str, "full"); 161 bool full; local 172 full = strchr(args[1], 'f') != NULL; 176 if (full) 188 if (full)
|
H A D | dsync-client.c | 192 const char *username, const char *state, bool full, 206 if (full) 233 if (full) 191 dsync_client_sync(struct dsync_client *client, const char *username, const char *state, bool full, dsync_callback_t *callback, void *context) argument
|
/dovecot/src/lib-mail/ |
H A D | message-parser.c | 74 full message line doesn't have to match the boundary, only the 223 const unsigned char *data, size_t size, bool full, 229 i_assert(!full); 245 !ctx->input->eof && !full) { 278 bool full; local 280 if ((ret = message_parser_read_more(ctx, block_r, &full)) <= 0) 371 bool full; local 373 if ((ret = message_parser_read_more(ctx, block_r, &full)) <= 0) 381 block_r->size, full, &boundary); 403 input buffer can't be full anymor 222 boundary_line_find(struct message_parser_ctx *ctx, const unsigned char *data, size_t size, bool full, struct message_boundary **boundary_r) argument 457 bool full; local 543 bool full; local 758 bool full; local 777 bool full; local 841 bool full; local 863 bool full; local 1114 bool eof = FALSE, full; local [all...] |
Completed in 19 milliseconds