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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Doperational.c46 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dcompare.c110 nrs.sr_operational_attrs = NULL;
117 *ap = nrs.sr_operational_attrs;
H A Doperational.c141 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
H A Dsearch.c2441 rs->sr_operational_attrs = NULL;
2450 rs->sr_operational_attrs = NULL;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Doperational.c127 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
H A Dsearch.c1008 rs->sr_operational_attrs = NULL;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dresult.c1236 if ( rs->sr_operational_attrs != NULL && op->o_vrFilter != NULL ) {
1240 for ( a = rs->sr_operational_attrs, i=0; a != NULL; a = a->a_next, i++ ) {
1268 for ( a = rs->sr_operational_attrs, i=0; a != NULL; a = a->a_next, i++ ) {
1273 rc = filter_matched_values(op, rs->sr_operational_attrs, &e_flags) ;
1289 for (a = rs->sr_operational_attrs, j=0; a != NULL; a = a->a_next, j++ ) {
1459 if ( rs->sr_operational_attrs ) {
1460 attrs_free( rs->sr_operational_attrs );
1461 rs->sr_operational_attrs = NULL;
H A Dsearch.c325 rs->sr_operational_attrs = NULL;
329 rs->sr_operational_attrs = NULL;
H A Dbackend.c1694 if ( rs.sr_operational_attrs ) {
1696 a = rs.sr_operational_attrs;
1863 if ( rs.sr_operational_attrs ) {
1865 a = rs.sr_operational_attrs;
1912 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next )
H A Dslap.h2166 #define sr_operational_attrs sr_un.sru_search.r_operational_attrs macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/allowed/
H A Dallowed.c217 for ( ap = &rs->sr_operational_attrs; *ap != NULL; ap = &(*ap)->a_next )
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dodusers.c183 rs->sr_operational_attrs = NULL;
341 rs->sr_operational_attrs = NULL;
428 rs->sr_operational_attrs = NULL;
491 rs->sr_operational_attrs = NULL;
522 rs->sr_operational_attrs = NULL;
573 rs->sr_operational_attrs = NULL;
686 rs->sr_operational_attrs = NULL;
H A Drwm.c1583 if ( rs->sr_operational_attrs ) {
1584 rwm_attrs( op, rs, &rs->sr_operational_attrs, 1 );
H A Dretcode.c161 rs->sr_operational_attrs = NULL;
H A Dsyncprov.c2331 if ( a == NULL && rs->sr_operational_attrs != NULL ) {
2332 a = attr_find( rs->sr_operational_attrs, slap_schema.si_ad_entryCSN );
2838 for ( ap = &rs->sr_operational_attrs; *ap;
H A Daccesslog.c2024 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next )
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_overlay.c134 for ( a = &rs->sr_operational_attrs; *a != NULL; a = &(*a)->a_next )
H A Dslapi_utils.c1418 rs.sr_operational_attrs = NULL;
1453 rs.sr_operational_attrs = NULL;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dsearch.c358 rs->sr_operational_attrs = NULL;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dsearch.c2426 rs->sr_operational_attrs = NULL;

Completed in 352 milliseconds