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

/dovecot/src/doveadm/
H A Dserver-connection.c57 const char *delayed_cmd; member in struct:server_connection
175 if (ret > 0 && conn->cmd_input != NULL && conn->delayed_cmd == NULL)
267 if (conn->delayed_cmd != NULL) {
268 o_stream_nsend_str(conn->output, conn->delayed_cmd);
269 conn->delayed_cmd = NULL;
628 i_assert(conn->delayed_cmd == NULL);
637 conn->delayed_cmd = p_strdup(conn->pool, line);

Completed in 16 milliseconds