Searched refs:default_ok (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dnaming_valid.c52 int index, int *ok, int *fail, int *default_ok) {
59 if (default_ok != NULL) *default_ok = e->ok;
109 int current_index, current_ok, current_fail, default_ok, next_ok; local
248 default_ok = current_ok = current_fail = 0;
251 get_validation_table_entry(w->instance_id, current_index, &current_ok, &current_fail, &default_ok);
256 if (current_index > 0 && default_ok >= conf->valid_ping_ok) {
279 default_ok = e->ok;
297 if (current_index > 0 && default_ok >= conf->valid_ping_ok) {
51 get_validation_table_entry(unsigned long instance_id, int index, int *ok, int *fail, int *default_ok) argument

Completed in 21 milliseconds