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

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsaslauthz.c78 } SaslRegexp_t; typedef in typeref:struct:sasl_regexp
81 static SaslRegexp_t *SaslRegexp = NULL;
1507 SaslRegexp_t sr;
1525 SaslRegexp = (SaslRegexp_t *) ch_realloc( (char *) SaslRegexp,
1526 (nSaslRegexp + 1) * sizeof(SaslRegexp_t) );

Completed in 120 milliseconds