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

/dovecot/src/doveadm/
H A Ddoveadm-print-flow.c18 bool streaming:1; member in struct:doveadm_print_flow_context
67 if (!ctx->streaming) {
68 ctx->streaming = TRUE;
74 ctx->streaming = FALSE;
H A Ddoveadm-print-pager.c18 bool streaming:1; member in struct:doveadm_print_pager_context
65 if (!ctx->streaming) {
66 ctx->streaming = TRUE;
75 ctx->streaming = FALSE;
H A Dserver-connection.c66 bool streaming:1; member in struct:server_connection
202 if (conn->streaming) {
203 conn->streaming = FALSE;
258 conn->streaming = TRUE;

Completed in 18 milliseconds