Lines Matching defs:entities_found
60 int entities_found;
348 if (el->num_values) state->entities_found |= ENTITY_NG;
353 if (el->num_values) state->entities_found |= ENTITY_USER;
358 if (el->num_values) state->entities_found |= ENTITY_HOST;
375 if (state->entities_found == 0) {
410 if (state->entities_found & ENTITY_NG) {
414 } else if (state->entities_found & ENTITY_USER) {
417 } else if (state->entities_found & ENTITY_HOST) {
605 if (state->entities_found & ENTITY_HOST ||
606 state->entities_found & ENTITY_NG) {