Home | History | Annotate | Download | only in slapd

Lines Matching refs:slap_verbmasks

1030 static slap_verbmasks slap_ldap_response_code_[] = {
1114 slap_verbmasks *slap_ldap_response_code = slap_ldap_response_code_;
1124 static slap_verbmasks tlskey[] = {
1131 static slap_verbmasks crlkeys[] = {
1138 static slap_verbmasks vfykeys[] = {
1149 static slap_verbmasks methkey[] = {
1158 static slap_verbmasks versionkey[] = {
1279 { BER_BVC("binddn="), offsetof(slap_bindconf, sb_binddn), 'b', 1, (slap_verbmasks *)dnNormalize },
1285 { BER_BVC("authzID="), offsetof(slap_bindconf, sb_authzId), 'b', 1, (slap_verbmasks *)authzNormalize },
1286 { BER_BVC("keepalive="), offsetof(slap_bindconf, sb_keepalive), 'x', 0, (slap_verbmasks *)slap_keepalive_parse },
1313 * 'i': int; if !NULL, compute using ((slap_verbmasks *)aux)
1361 slap_verbmasks *aux = (slap_verbmasks *)tab->aux;
1461 slap_verbmasks *aux = (slap_verbmasks *)tab->aux;
1542 slap_verbmasks *keys;