Searched refs:ctrls (Results 51 - 61 of 61) sorted by relevance

123

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap.h1035 LDAPControl **ctrls )) __OSX_AVAILABLE_BUT_DEPRECATED_MSG(__MAC_10_0, __MAC_10_10, __IPHONE_NA, __IPHONE_NA, "use ldap_control_find");
1049 LDAPControl **ctrls,
1058 LDAPControl **ctrls ));
2140 LDAPControl **ctrls,
2234 LDAPControl **ctrls,
2243 LDAPControl *ctrls,
2550 LDAPControl **ctrls,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_pblock.c906 LDAPControl **ctrls = NULL; local
908 pblock_get_default( pb, param, (void **)&ctrls );
909 if ( ctrls != NULL ) {
911 ldap_controls_free( ctrls );
H A Dslapi_ops.c70 LDAPControl **ctrls = NULL; local
78 ctrls = slapi_int_dup_controls( rs->sr_ctrls );
79 slapi_pblock_set( pb, SLAPI_RESCONTROLS, ctrls );
H A Dslapi_utils.c3273 slapi_int_count_controls( LDAPControl **ctrls )
3277 if ( ctrls == NULL )
3280 for ( i = 0; ctrls[i] != NULL; i++ )
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dsearch.c2742 LDAPControl ctrl, *ctrls[2]; local
2753 ctrls[0] = &ctrl;
2754 ctrls[1] = NULL;
2776 if ( ber_flatten2( ber, &ctrls[0]->ldctl_value, 0 ) == -1 ) {
2780 ctrls[0]->ldctl_oid = LDAP_CONTROL_PAGEDRESULTS;
2781 ctrls[0]->ldctl_iscritical = 0;
2783 rs->sr_ctrls = ctrls;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dppolicy.c425 LDAPControl **ctrls, **oldctrls = rs->sr_ctrls; local
435 ctrls = op->o_tmpcalloc( sizeof( LDAPControl * ), n, op->o_tmpmemctx );
440 ctrls[n] = oldctrls[n];
443 ctrls[n] = ctrl;
444 ctrls[n+1] = NULL;
446 rs->sr_ctrls = ctrls;
H A Dsyncprov.c186 LDAPControl **ctrls,
229 ctrls[num_ctrls] = cp;
249 LDAPControl **ctrls,
281 ctrls[num_ctrls] = cp;
2654 LDAPControl *ctrls[2]; local
2656 ctrls[0] = NULL;
2657 ctrls[1] = NULL;
2658 syncprov_done_ctrl( op, rs, ctrls, 0, 0,
2660 rs->sr_ctrls = ctrls;
181 syncprov_state_ctrl( Operation *op, SlapReply *rs, Entry *e, int entry_sync_state, LDAPControl **ctrls, int num_ctrls, int send_cookie, struct berval *cookie ) argument
246 syncprov_done_ctrl( Operation *op, SlapReply *rs, LDAPControl **ctrls, int num_ctrls, int send_cookie, struct berval *cookie, int refreshDeletes ) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dconfig.c2312 LDAPControl c, *ctrls[2] = {NULL, NULL}; local
2319 ctrls[0] = &c;
2336 rs->sr_err = ldap_whoami( lc->lc_ld, ctrls, NULL, &msgid );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldap-int.h648 LDAPControl *const *ctrls,
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsyncrepl.c399 LDAPControl c[3], *ctrls[4]; local
471 ctrls[0] = &c[0];
476 ctrls[1] = &c[1];
482 ctrls[2] = &c[2];
483 ctrls[3] = NULL;
485 ctrls[2] = NULL;
489 ctrls, NULL, NULL, si->si_slimit, &si->si_msgid );
H A Dproto-slap.h640 LDAPControl **ctrls ));
644 LDAPControl **ctrls ));

Completed in 145 milliseconds

123