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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Doperation.c68 for ( g = op->o_groups; g; g = n ) {
72 op->o_groups = NULL;
110 if ( op->o_groups ) {
H A Dbackend.c1400 for ( g = op->o_groups; g; g = g->ga_next ) {
1585 g->ga_next = op->o_groups;
1586 op->o_groups = g;
H A Dslap.h2680 GroupAssertion *o_groups; member in struct:Operation
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_overlay.c769 for ( g = op->o_groups; g; g = g->ga_next ) {
839 g->ga_next = op->o_groups;
840 op->o_groups = g;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Ddynlist.c393 o.o_groups = NULL;
676 o.o_groups = NULL; /* authz changed, invalidate cached groups */
744 o.o_groups = NULL;
H A Dsyncprov.c810 for ( ga = so->s_op->o_groups; ga; ga=gnext ) {
2289 op2->o_groups = NULL;
2290 for ( g1=op->o_groups; g1; g1=g1->ga_next ) {
2294 g2->ga_next = op2->o_groups;
2295 op2->o_groups = g2;

Completed in 101 milliseconds