HomeSort by: relevance | last modified time | path
    Searched refs:o_restricted (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
client.c 128 if ( entry && op->o_restricted < entry->action ) {
129 op->o_restricted = entry->action;
133 if ( op->o_restricted < LLOAD_OP_RESTRICTED_WRITE &&
137 op->o_restricted = LLOAD_OP_RESTRICTED_WRITE;
140 if ( op->o_restricted == LLOAD_OP_RESTRICTED_REJECT ) {
180 if ( op->o_restricted < client_restricted ) {
181 op->o_restricted = client_restricted;
256 op->o_restricted >= LLOAD_OP_RESTRICTED_UPSTREAM ) {
278 if ( op->o_restricted > client_restricted ||
281 if ( op->o_restricted > client_restricted )
    [all...]
extended.c 171 op->o_restricted = restriction->action;
173 op->o_restricted = lload_default_exop_action;
lload.h 545 enum op_restriction o_restricted; member in struct:LloadOperation
operation.c 290 if ( op->o_restricted == LLOAD_OP_RESTRICTED_WRITE ) {

Completed in 26 milliseconds