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

  /external/ppp/pppd/
main.c 150 int unsuccess; /* # unsuccessful connection attempts */ variable
548 ++unsuccess;
601 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))
    [all...]
utils.c 854 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP
pppd.h 241 extern int unsuccess; /* # unsuccessful connection attempts */
    [all...]
auth.c 1044 unsuccess = 0;
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp 743 * After the first unsuccess converter lookup, check to see if
    [all...]

Completed in 586 milliseconds