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

/dovecot/src/lib-http/
H A Dhttp-client-peer.c874 /* FIXME: limit the number of requests handled in one run to prevent
1052 unsigned int pipeline_level = 0, total_handled = 0, handled; local
1062 handled = 0;
1082 handled++;
1086 total_handled += handled;
1087 } while (num_pending > num_urgent && handled > 0);
1096 e_debug(peer->event, "No request handled; waiting for new connections");
H A Dhttp-client-connection.c1079 bool handled = FALSE; local
1104 handled = TRUE;
1113 handled = TRUE;
1121 handled = TRUE;
1126 handled = TRUE;
1133 if (!handled) {
/dovecot/src/config/
H A Dconfig-parser.c980 bool handled; local
1040 handled = old_settings_handle(&ctx, type, key, value);
1041 if (!handled)

Completed in 15 milliseconds