Searched refs:op (Results 126 - 150 of 1676) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nops/
H A Dnops.c63 nops_modify( Operation *op, SlapReply *rs ) argument
65 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
66 Backend *be = op->o_bd;
71 if ((m = op->orm_modlist) == NULL) {
72 op->o_bd->bd_info = (BackendInfo *)(on->on_info);
73 send_ldap_error(op, rs, LDAP_INVALID_SYNTAX,
78 op->o_bd = on->on_info->oi_origdb;
79 rc = be_entry_get_rw(op, &op->o_req_ndn, NULL, NULL, 0, &target_entry);
80 op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dreferral.c24 bdb_referrals( Operation *op, SlapReply *rs ) argument
26 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
34 if( op->o_tag == LDAP_REQ_SEARCH ) {
39 if( get_manageDSAit( op ) ) {
40 /* let op take care of DSA management */
44 rc = bdb_reader_get(op, bdb->bi_dbenv, &rtxn);
54 rc = bdb_dn2entry( op, rtxn, &op->o_req_ndn, &ei, 1, &lock );
89 (unsigned long)op->o_tag, op
[all...]
H A Dadd.c25 bdb_add(Operation *op, SlapReply *rs ) argument
27 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
29 Entry *p = NULL, *oe = op->ora_e;
53 op->ora_e->e_name.bv_val, 0, 0);
56 if( op->o_txnSpec ) {
58 ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
59 if( op->o_conn->c_txn == CONN_TXN_INACTIVE ) {
63 } else if( op->o_conn->c_txn == CONN_TXN_SETTLE ) {
68 if( op->o_conn->c_txn_backend == NULL ) {
69 op
[all...]
H A Dsearch.c31 Operation *op,
38 static int parse_paged_cookie( Operation *op, SlapReply *rs );
41 Operation *op,
50 Operation *op,
59 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
73 if (BDB_IDL_N(tmp) >= op->o_bd->be_max_deref_depth) {
104 rs->sr_err = bdb_dn2entry( op, txn, &ndn, &ei,
145 Operation *op,
153 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
185 rs->sr_err = bdb_filter_candidates( op, tx
49 deref_base( Operation *op, SlapReply *rs, Entry *e, Entry **matched, DB_TXN *txn, DB_LOCK *lock, ID *tmp, ID *visited ) argument
144 search_aliases( Operation *op, SlapReply *rs, Entry *e, DB_TXN *txn, ID *ids, ID *scopes, ID *stack ) argument
344 bdb_search( Operation *op, SlapReply *rs ) argument
1177 search_candidates( Operation *op, SlapReply *rs, Entry *e, DB_TXN *txn, ID *ids, ID *scopes ) argument
1286 parse_paged_cookie( Operation *op, SlapReply *rs ) argument
1331 send_paged_response( Operation *op, SlapReply *rs, ID *lastid, int tentries ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/shell-backends/
H A Dpasswd-shell.c48 static void pwdfile_search LDAP_P(( struct ldop *op, FILE *ofp ));
49 static struct ldentry *pw2entry LDAP_P(( struct ldop *op, struct passwd *pw ));
58 struct ldop op; local
90 (void) memset( (char *)&op, '\0', sizeof( op ));
92 if ( parse_input( stdin, stdout, &op ) < 0 ) {
96 if ( op.ldop_op != LDOP_SEARCH ) {
103 dump_ldop( &op );
106 pwdfile_search( &op, stdout );
113 pwdfile_search( struct ldop *op, FIL argument
141 pw2entry( struct ldop *op, struct passwd *pw ) argument
[all...]
H A Dshellutil.c86 write_entry( struct ldop *op, struct ldentry *entry, FILE *ofp ) argument
93 if ( attr_requested( (*app)->lda_name, op )) {
104 test_filter( struct ldop *op, struct ldentry *entry ) argument
112 attr_requested( char *name, struct ldop *op )
116 if ( op->ldop_srch.ldsp_attrs == NULL ) { /* special case */
120 for ( ap = op->ldop_srch.ldsp_attrs; *ap != NULL; ++ap ) {
152 parse_input( FILE *ifp, FILE *ofp, struct ldop *op )
168 op->ldop_op = LDOP_SEARCH;
182 add_strval( &op->ldop_suffixes, args );
185 op
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_next.c35 #define SETPIXEL(op, v) { \
37 case 0: op[0] = (unsigned char) ((v) << 6); break; \
38 case 1: op[0] |= (v) << 4; break; \
39 case 2: op[0] |= (v) << 2; break; \
40 case 3: *op++ |= (v); break; \
51 unsigned char *bp, *op; local
62 for (op = buf, cc = occ; cc-- > 0;)
63 *op++ = 0xff;
106 op = row;
116 SETPIXEL(op, gre
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dmodrdn.c33 backsql_modrdn( Operation *op, SlapReply *rs ) argument
35 backsql_info *bi = (backsql_info*)op->o_bd->be_private;
51 int manageDSAit = get_manageDSAit( op );
52 struct berval *newSuperior = op->oq_modrdn.rs_newSup;
56 op->o_req_dn.bv_val, op->oq_modrdn.rs_newrdn.bv_val,
59 rs->sr_err = backsql_get_db_conn( op, &dbh );
71 rs->sr_err = backsql_init_search( &bsi, &op->o_req_ndn,
73 (time_t)(-1), NULL, dbh, op, rs,
82 dn_match( &op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dcontrols.c532 slap_global_control( Operation *op, const char *oid, int *cid ) argument
547 ( ( op->o_tag & LDAP_REQ_SEARCH ) &&
563 Operation *op,
569 op->o_tmpfree(ctrls[i], op->o_tmpmemctx );
571 op->o_tmpfree( ctrls, op->o_tmpmemctx );
575 Operation *op,
588 ctrlsp = op->o_tmpalloc(( i+j+1 )*sizeof(LDAPControl *), op
562 slap_free_ctrls( Operation *op, LDAPControl **ctrls ) argument
574 slap_add_ctrls( Operation *op, SlapReply *rs, LDAPControl **ctrls ) argument
605 slap_parse_ctrl( Operation *op, SlapReply *rs, LDAPControl *control, const char **text ) argument
693 get_ctrls( Operation *op, SlapReply *rs, int sendres ) argument
944 slap_remove_control( Operation *op, SlapReply *rs, int ctrl, BI_chk_controls fnc ) argument
1012 parseDontUseCopy( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1041 parseRelax( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1063 parseManageDSAit( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1085 parseProxyAuthz( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1186 parseNoOp( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1208 parsePagedResults( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1297 parseSortedResults( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1329 parseAssert( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1395 parseReadAttrs( Operation *op, SlapReply *rs, LDAPControl *ctrl, int post ) argument
1498 parsePreRead( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1506 parsePostRead( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1514 parseValuesReturnFilter( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1576 parseSubentries( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1606 parsePermissiveModify( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1628 parseDomainScope( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1651 parseTreeDelete( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1674 parseSearchOptions( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1752 parseSessionTracking( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
1971 slap_ctrl_session_tracking_add( Operation *op, SlapReply *rs, struct berval *ip, struct berval *name, struct berval *id, LDAPControl *ctrl ) argument
2005 slap_ctrl_session_tracking_request_add( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
2041 parseWhatFailed( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
2064 slap_ctrl_whatFailed_add( Operation *op, SlapReply *rs, char **oids ) argument
[all...]
H A Dpasswd.c51 Operation *op,
55 req_pwdexop_s *qpw = &op->oq_pwdexop;
56 req_extended_s qext = op->oq_extended;
69 if((op->o_conn->c_listener->sl_url.bv_len == strlen("ldapi://%2Fvar%2Frun%2Fldapi")) && (strncmp(op->o_conn->c_listener->sl_url.bv_val, "ldapi://%2Fvar%2Frun%2Fldapi", op->o_conn->c_listener->sl_url.bv_len) == 0)) {
74 assert( ber_bvcmp( &slap_EXOP_MODIFY_PASSWD, &op->ore_reqoid ) == 0 );
77 if( op->o_dn.bv_len == 0 ) {
79 op->o_log_prefix, 0, 0, 0, 0 );
92 rs->sr_err = slap_passwd_parse( op
50 passwd_extop( Operation *op, SlapReply *rs ) argument
669 slap_passwd_check( Operation *op, Entry *e, Attribute *a, struct berval *cred, const char **text ) argument
[all...]
H A Dconnection.c77 Operation *op; member in struct:conn_readinfo
87 static int connection_op_activate( Operation *op );
88 static void connection_op_queue( Operation *op );
759 Operation *o, *next, op = {0}; local
762 op.o_hdr = &ohdr;
763 op.o_conn = c;
764 op.o_connid = c->c_connid;
765 op.o_tag = LDAP_REQ_ABANDON;
771 op.orn_msgid = o->o_msgid;
773 op
1054 conn_counter_init( Operation *op, void *ctx ) argument
1079 Operation *op = arg_v; local
1509 Operation *op; local
1737 Operation *op; local
1787 connection_bind_cleanup_cb( Operation *op, SlapReply *rs ) argument
1797 connection_bind_cb( Operation *op, SlapReply *rs ) argument
1923 Operation *op; local
1998 Operation op = {0}; local
2026 operation_fake_init( Connection *conn, Operation *op, void *ctx, int newmem ) argument
2053 Operation *op = (Operation *) opbuf; local
[all...]
H A Dbackover.c106 ca.op = SLAP_CONFIG_ADD;
225 over_back_response ( Operation *op, SlapReply *rs ) argument
227 slap_overinfo *oi = op->o_callback->sc_private;
230 BackendDB *be = op->o_bd, db = *op->o_bd;
233 op->o_bd = &db;
237 rc = on->on_response( op, rs );
246 op->o_bd = be;
252 Operation *op,
263 BackendDB *be = op
251 over_access_allowed( Operation *op, Entry *e, AttributeDescription *desc, struct berval *val, slap_access_t access, AccessControlState *state, slap_mask_t *maskp ) argument
326 overlay_entry_get_ov( Operation *op, struct berval *dn, ObjectClass *oc, AttributeDescription *ad, int rw, Entry **e, slap_overinst *on ) argument
380 over_entry_get_rw( Operation *op, struct berval *dn, ObjectClass *oc, AttributeDescription *ad, int rw, Entry **e ) argument
400 overlay_entry_release_ov( Operation *op, Entry *e, int rw, slap_overinst *on ) argument
450 over_entry_release_rw( Operation *op, Entry *e, int rw ) argument
467 over_acl_group( Operation *op, Entry *e, struct berval *gr_ndn, struct berval *op_ndn, ObjectClass *group_oc, AttributeDescription *group_at ) argument
536 over_acl_attribute( Operation *op, Entry *target, struct berval *entry_ndn, AttributeDescription *entry_at, BerVarray *vals, slap_access_t access ) argument
605 overlay_callback_after_backover( Operation *op, slap_callback *sc, int append ) argument
646 overlay_op_walk( Operation *op, SlapReply *rs, slap_operation_t which, slap_overinfo *oi, slap_overinst *on ) argument
695 over_op_func( Operation *op, SlapReply *rs, slap_operation_t which ) argument
736 over_op_bind( Operation *op, SlapReply *rs ) argument
742 over_op_unbind( Operation *op, SlapReply *rs ) argument
748 over_op_search( Operation *op, SlapReply *rs ) argument
754 over_op_compare( Operation *op, SlapReply *rs ) argument
760 over_op_modify( Operation *op, SlapReply *rs ) argument
766 over_op_modrdn( Operation *op, SlapReply *rs ) argument
772 over_op_add( Operation *op, SlapReply *rs ) argument
778 over_op_delete( Operation *op, SlapReply *rs ) argument
784 over_op_abandon( Operation *op, SlapReply *rs ) argument
790 over_op_cancel( Operation *op, SlapReply *rs ) argument
796 over_op_extended( Operation *op, SlapReply *rs ) argument
802 over_aux_operational( Operation *op, SlapReply *rs ) argument
808 over_aux_chk_referrals( Operation *op, SlapReply *rs ) argument
814 over_aux_chk_controls( Operation *op, SlapReply *rs ) argument
1159 overlay_remove_cb( Operation *op, SlapReply *rs ) argument
[all...]
H A Dbackglue.c97 glue_op_cleanup( Operation *op, SlapReply *rs ) argument
106 glue_op_response ( Operation *op, SlapReply *rs ) argument
108 glue_state *gs = op->o_callback->sc_private;
167 newctrls = op->o_tmpalloc((i+1)*sizeof(LDAPControl *),
168 op->o_tmpmemctx);
173 if ( get_pagedresults( op ) > SLAP_CONTROL_IGNORED ) {
187 op->o_tmpfree(gs->ctrls[k], op->o_tmpmemctx);
195 newctrls = op->o_tmprealloc(gs->ctrls,
196 (j+i+1)*sizeof(LDAPControl *), op
224 glue_op_func( Operation *op, SlapReply *rs ) argument
262 glue_op_abandon( Operation *op, SlapReply *rs ) argument
286 glue_response( Operation *op, SlapReply *rs ) argument
298 glue_chk_referrals( Operation *op, SlapReply *rs ) argument
322 glue_chk_controls( Operation *op, SlapReply *rs ) argument
361 glue_sub_search( Operation *op, SlapReply *rs, BackendDB *b0, slap_overinst *on ) argument
387 glue_op_search( Operation *op, SlapReply *rs ) argument
899 glue_entry_get_rw( Operation *op, struct berval *dn, ObjectClass *oc, AttributeDescription *ad, int rw, Entry **e ) argument
921 glue_entry_release_rw( Operation *op, Entry *e, int rw ) argument
1501 glue_access_allowed( Operation *op, Entry *e, AttributeDescription *desc, struct berval *val, slap_access_t access, AccessControlState *state, slap_mask_t *maskp ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Drwm.c52 rwm_send_entry( Operation *op, SlapReply *rs );
55 rwm_op_rollback( Operation *op, SlapReply *rs, rwm_op_state *ros ) argument
71 op->o_req_dn = ros->ro_dn;
74 op->o_req_ndn = ros->ro_ndn;
100 if ( op->orc_ava->aa_value.bv_val != ros->orc_ava->aa_value.bv_val )
101 op->o_tmpfree( op->orc_ava->aa_value.bv_val, op->o_tmpmemctx );
102 op->orc_ava = ros->orc_ava;
105 slap_mods_free( op
157 rwm_op_cleanup( Operation *op, SlapReply *rs ) argument
199 rwm_op_dn_massage( Operation *op, SlapReply *rs, void *cookie, rwm_op_state *ros ) argument
261 rwm_op_add( Operation *op, SlapReply *rs ) argument
411 rwm_op_bind( Operation *op, SlapReply *rs ) argument
431 rwm_op_unbind( Operation *op, SlapReply *rs ) argument
443 rwm_op_compare( Operation *op, SlapReply *rs ) argument
532 rwm_op_delete( Operation *op, SlapReply *rs ) argument
552 rwm_op_modify( Operation *op, SlapReply *rs ) argument
716 rwm_op_modrdn( Operation *op, SlapReply *rs ) argument
821 rwm_swap_attrs( Operation *op, SlapReply *rs ) argument
846 rwm_entry_release_rw( Operation *op, Entry *e, int rw ) argument
865 rwm_entry_get_rw( Operation *op, struct berval *ndn, ObjectClass *oc, AttributeDescription *at, int rw, Entry **ep ) argument
935 rwm_op_search( Operation *op, SlapReply *rs ) argument
1028 rwm_exop_passwd( Operation *op, SlapReply *rs ) argument
1114 rwm_extended( Operation *op, SlapReply *rs ) argument
1158 rwm_matched( Operation *op, SlapReply *rs ) argument
1195 rwm_attrs( Operation *op, SlapReply *rs, Attribute** a_first, int stripEntryDN ) argument
1464 rwm_send_entry( Operation *op, SlapReply *rs ) argument
1578 rwm_operational( Operation *op, SlapReply *rs ) argument
1728 rwm_response( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-dnssrv/
H A Dreferral.c34 Operation *op,
44 if ( BER_BVISEMPTY( &op->o_req_dn ) ) {
47 if ( SLAP_GLUE_INSTANCE( op->o_bd ) ) {
55 if( get_manageDSAit( op ) ) {
56 if( op->o_tag == LDAP_REQ_SEARCH ) {
64 if( ldap_dn2domain( op->o_req_dn.bv_val, &domain ) || domain == NULL ) {
67 send_ldap_result( op, rs );
73 op->o_req_dn.bv_val, domain, 0 );
111 op->o_log_prefix, op
33 dnssrv_back_referrals( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dmodify.c34 Operation *op,
38 struct sockinfo *si = (struct sockinfo *) op->o_bd->be_private;
40 Modifications *ml = op->orm_modlist;
46 e.e_name = op->o_req_dn;
47 e.e_nname = op->o_req_ndn;
54 if ( ! access_allowed( op, &e,
57 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
62 send_ldap_error( op, rs, LDAP_OTHER,
69 fprintf( fp, "msgid: %ld\n", (long) op->o_msgid );
70 sock_print_conn( fp, op
33 sock_back_modify( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A DDbRecord.c209 DbRecord_search_field_name(char *field, char *value, OPERATOR op) argument
215 return (DbRecord_search_field(f, value, op));
219 return (DbRecord_search_recno(value, op));
230 DbRecord_search_field_number(u_int32_t fieldno, char *value, OPERATOR op) argument
236 return (DbRecord_search_field(f, value, op));
247 DbRecord_search_recno(char *value, OPERATOR op) argument
284 if (op == LT || op == LTEQ || op == NEQ || op
318 DbRecord_search_field(DbField *f, char *value, OPERATOR op) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c42 Operation *op,
46 if ( op->o_noopsrch != SLAP_CONTROL_NONE ) {
47 rs->sr_text = "No-op Search control specified multiple times";
52 rs->sr_text = "No-op Search control value is present";
56 op->o_ctrlnoopsrch = (void *)NULL;
58 op->o_noopsrch = ctrl->ldctl_iscritical
79 noopsrch_response( Operation *op, SlapReply *rs ) argument
81 noopsrch_cb_t *nc = (noopsrch_cb_t *)op->o_callback->sc_private;
85 nc->nc_save_slimit = op->ors_slimit;
86 op
41 noopsrch_parseCtrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
148 noopsrch_cleanup( Operation *op, SlapReply *rs ) argument
165 noopsrch_op_search( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpam.c34 Operation *op, SlapReply *rs)
36 struct paminfo *pi = op->o_callback->sc_private;
103 static int pam_uid2dn(nssov_info *ni, Operation *op, argument
122 sdn.bv_val = op->o_tmpalloc( sdn.bv_len + 1, op->o_tmpmemctx );
125 slap_sasl2dn(op, &sdn, &pi->dn, 0);
126 op->o_tmpfree( sdn.bv_val, op->o_tmpmemctx );
131 nssov_uid2dn(op, ni, &pi->uid, &pi->dn);
134 dnNormalize( 0, NULL, NULL, &sdn, &pi->dn, op
33 pam_bindcb( Operation *op, SlapReply *rs) argument
143 pam_do_bind(nssov_info *ni,TFILE *fp,Operation *op, struct paminfo *pi) argument
204 pam_authc(nssov_info *ni,TFILE *fp,Operation *op) argument
255 pam_compare_cb(Operation *op, SlapReply *rs) argument
262 pam_authz(nssov_info *ni,TFILE *fp,Operation *op) argument
483 pam_sess(nssov_info *ni,TFILE *fp,Operation *op,int action) argument
584 pam_sess_o(nssov_info *ni,TFILE *fp,Operation *op) argument
589 pam_sess_c(nssov_info *ni,TFILE *fp,Operation *op) argument
594 pam_pwmod(nssov_info *ni,TFILE *fp,Operation *op) argument
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dd10v-dis.c32 struct d10v_opcode *op,
67 if (op->format == LONG_L && (oper->flags & OPERAND_REG))
155 struct d10v_opcode *op = (struct d10v_opcode *) d10v_opcodes; local
160 while (op->name)
162 if ((op->format & LONG_OPCODE)
163 && ((op->mask & insn) == (unsigned long) op->opcode))
166 (*info->fprintf_func) (info->stream, "%s\t", op->name);
168 for (i = 0; op->operands[i]; i++)
170 oper = (struct d10v_operand *) &d10v_operands[op
30 print_operand(struct d10v_operand *oper, unsigned long insn, struct d10v_opcode *op, bfd_vma memaddr, struct disassemble_info *info) argument
199 struct d10v_opcode *op; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dbind.c43 Operation *op,
50 Operation *op,
56 meta_back_bind( Operation *op, SlapReply *rs ) argument
58 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
71 op->o_log_prefix, op->o_req_dn.bv_val, 0 );
74 switch ( be_rootdn_bind( op, rs ) ) {
95 mc = meta_back_getconn( op, rs, NULL, LDAP_BACK_BIND_DONTSEND );
103 op->o_req_dn.bv_val, rs->sr_err,
108 op
303 meta_back_bind_op_result( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate, int msgid, ldap_back_send_t sendok, int dolock ) argument
452 meta_back_single_bind( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate ) argument
580 meta_back_single_dobind( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, ldap_back_send_t sendok, int nretries, int dolock ) argument
674 meta_back_dobind( Operation *op, SlapReply *rs, metaconn_t *mc, ldap_back_send_t sendok ) argument
917 meta_back_cancel( metaconn_t *mc, Operation *op, SlapReply *rs, ber_int_t msgid, int candidate, ldap_back_send_t sendok ) argument
961 meta_back_op_result( metaconn_t *mc, Operation *op, SlapReply *rs, int candidate, ber_int_t msgid, time_t timeout, ldap_back_send_t sendok ) argument
1298 meta_back_proxy_authz_cred( metaconn_t *mc, int candidate, Operation *op, SlapReply *rs, ldap_back_send_t sendok, struct berval *binddn, struct berval *bindcred, int *method ) argument
1557 meta_back_proxy_authz_bind( metaconn_t *mc, int candidate, Operation *op, SlapReply *rs, ldap_back_send_t sendok, int dolock ) argument
1626 meta_back_controls_add( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate, LDAPControl ***pctrls ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-null/
H A Dnull.c60 null_back_bind( Operation *op, SlapReply *rs ) argument
62 struct null_info *ni = (struct null_info *) op->o_bd->be_private;
64 if ( ni->ni_bind_allowed || be_isroot_pw( op ) ) {
70 send_ldap_result( op, rs );
77 null_back_respond( Operation *op, SlapReply *rs, int rc ) argument
91 if ( get_assert( op ) ) {
96 if ( op->o_preread ) {
99 switch ( op->o_tag ) {
103 e.e_name = op->o_req_dn;
104 e.e_nname = op
236 null_back_success( Operation *op, SlapReply *rs ) argument
243 null_back_false( Operation *op, SlapReply *rs ) argument
251 null_back_entry_get( Operation *op, struct berval *ndn, ObjectClass *oc, AttributeDescription *at, int rw, Entry **ent ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/allop/
H A Dallop.c161 allop_op_search( Operation *op, SlapReply *rs ) argument
163 slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
171 if ( !BER_BVISEMPTY( &op->o_req_ndn )
172 || op->ors_scope != LDAP_SCOPE_BASE )
178 if ( !dnIsSuffix( &op->o_req_ndn, &ao->ao_ndn ) ) {
184 if ( op->o_req_ndn.bv_len != ao->ao_ndn.bv_len ) {
190 if ( op->ors_scope == LDAP_SCOPE_BASE ) {
191 struct berval rdn = op->o_req_ndn;
207 mask = slap_attr_flags( op->ors_attrs );
217 if ( op
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dutil_peg.tcl86 foreach op {x /} {
91 tree withatt op $op \
92 parent unique withatt op $op \
93 children withatt op $op \
153 set op [$t get $eroot op]
154 set pe [list $op]
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/dupent/
H A Ddupent.c64 Operation *op,
79 if ( op->o_dupent != SLAP_CONTROL_NONE ) {
139 ds = (dupent_t *)op->o_tmpcalloc( 1,
141 op->o_tmpmemctx );
210 op->o_ctrldupent = (void *)ds;
212 op->o_dupent = ctrl->ldctl_iscritical
220 op->o_tmpfree( ds, op->o_tmpmemctx );
224 ber_memfree_x( AttributeDescriptionList, op->o_tmpmemctx );
245 dupent_response_done( Operation *op, SlapRepl argument
63 dupent_parseCtrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
292 dupent_response_entry_1level( Operation *op, SlapReply *rs, Entry *e, valnum_t *valnum, int nattrs, int level ) argument
370 dupent_response_entry( Operation *op, SlapReply *rs ) argument
460 dupent_response( Operation *op, SlapReply *rs ) argument
486 dupent_cleanup( Operation *op, SlapReply *rs ) argument
500 dupent_op_search( Operation *op, SlapReply *rs ) argument
[all...]

Completed in 235 milliseconds

1234567891011>>