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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dlimits.c115 &lm[0]->lm_pat, ndn,
122 if ( dn_match( &lm[0]->lm_pat, ndn ) ) {
133 /* ndn shorter than lm_pat */
134 if ( ndn->bv_len < lm[0]->lm_pat.bv_len ) {
137 d = ndn->bv_len - lm[0]->lm_pat.bv_len;
151 /* check that ndn ends with lm_pat */
152 if ( strcmp( lm[0]->lm_pat.bv_val, &ndn->bv_val[d] ) != 0 ) {
156 /* in case of ONE, require exactly one rdn below lm_pat */
186 dn_source[isthis], limits2str( style ), lm[0]->lm_pat.bv_val );
193 lm[0]->lm_pat
[all...]
H A Dslap.h1735 struct berval lm_pat; member in struct:slap_limits

Completed in 85 milliseconds