HomeSort by relevance Sort by last modified time
    Searched full:maxretr (Results 1 - 2 of 2) sorted by null

  /external/selinux/policycoreutils/run_init/
open_init_pty.c 46 #define MAXRETR 3 /* The max number of IO retries on a fd */
299 if (rb_space(&outbuf) > 0 && err_n_rpty < MAXRETR) {
304 if (!rb_isempty(&inbuf) && err_n_wpty < MAXRETR) {
309 if (rb_space(&inbuf) > 0 && err_n_stdin < MAXRETR) {
314 if (!rb_isempty(&outbuf) && err_n_stdout < MAXRETR) {
403 || !(rb_isempty(&inbuf) || err_n_wpty >= MAXRETR)
404 || !(rb_isempty(&outbuf) || err_n_stdout >= MAXRETR));
  /external/curl/tests/server/
sockfilt.c 1174 int maxretr = 10; local
    [all...]

Completed in 198 milliseconds