Searched defs:replicator_send (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-replicator.c | 29 replicator_send(struct replicator_context *ctx, const char *data) function 45 replicator_send(ctx, REPLICATOR_HANDSHAKE); 127 replicator_send(ctx, "STATUS\n"); 164 replicator_send(ctx, t_strdup_printf("STATUS\t%s\n", 205 replicator_send(ctx, "STATUS-DSYNC\n"); 247 replicator_send(ctx, str_c(str)); 281 replicator_send(ctx, str_c(str)); 309 replicator_send(ctx, str_c(str));
|
/dovecot/src/replication/aggregator/ |
H A D | replicator-connection.c | 263 replicator_send(struct replicator_connection *conn, function 304 replicator_send(conn, priority, t_strdup_printf( 321 replicator_send(conn, REPLICATION_PRIORITY_SYNC, t_strdup_printf(
|
Completed in 24 milliseconds