Lines Matching defs:supported
703 * of controls is supported or not. The input parameters:
707 * supported A caller supplied array which will be set to TRUE or
709 * is reported as supported.
714 controlSupported(__nis_ldap_conn_t *lc, char **ctrl, bool_t *supported) {
728 "%s: Unable to retrieve supported control information for %s: %s",
754 *supported = FALSE;
757 *supported = TRUE;
764 *supported ? "enabled" : "disabled");
766 supported++;
789 bool_t supported[2] = {FALSE, FALSE};
847 (void) controlSupported(lc, ctrl, supported);
848 lc->simplePage = supported[0];
849 lc->vlv = supported[1];
1558 * LDAP_INSUFFICIENT_ACCESS when VLV is supported,