Home | History | Annotate | Download | only in microhttpd

Lines Matching defs:timeout_ms

2725   int timeout_ms;
2774 timeout_ms = INT_MAX;
2776 timeout_ms = (int) timeout_ll;
2779 timeout_ms = -1;
2782 timeout_ms = 0;
2793 events, MAX_EVENTS, timeout_ms);