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

/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Daccesslog.c201 static AttributeDescription *ad_reqDN, *ad_reqStart, *ad_reqEnd, *ad_reqType, variable
261 "SINGLE-VALUE )", &ad_reqType },
1401 attr_merge_one( e, ad_reqType, &bv, NULL );
1403 attr_merge_one( e, ad_reqType, &lo->word, NULL );
H A Dsyncprov.c206 static AttributeDescription *ad_reqType, *ad_reqResult, *ad_reqDN, variable
1846 a = attr_find( attrs, ad_reqType );
3490 if ( !ad_reqType ) {
3491 if ( slap_str2ad( "reqType", &ad_reqType, &text ) ) {

Completed in 137 milliseconds