Lines Matching defs:supported
704 * of controls is supported or not. The input parameters:
708 * supported A caller supplied array which will be set to TRUE or
710 * is reported as supported.
715 controlSupported(__nis_ldap_conn_t *lc, char **ctrl, bool_t *supported) {
729 "%s: Unable to retrieve supported control information for %s: %s",
755 *supported = FALSE;
758 *supported = TRUE;
765 *supported ? "enabled" : "disabled");
767 supported++;
790 bool_t supported[2] = {FALSE, FALSE};
848 (void) controlSupported(lc, ctrl, supported);
849 lc->simplePage = supported[0];
850 lc->vlv = supported[1];
1559 * LDAP_INSUFFICIENT_ACCESS when VLV is supported,