Searched refs:op (Results 76 - 100 of 1676) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dcompare.c25 bdb_compare( Operation *op, SlapReply *rs ) argument
27 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
30 int manageDSAit = get_manageDSAit( op );
35 rs->sr_err = bdb_reader_get(op, bdb->bi_dbenv, &rtxn);
40 send_ldap_error( op, rs, LDAP_OTHER, "internal error" );
46 rs->sr_err = bdb_dn2entry( op, rtxn, &op->o_req_ndn, &ei, 1,
69 if ( ! access_allowed( op, e, slap_schema.si_ad_entry,
77 ? get_entry_referrals( op, e )
87 NULL, &op
[all...]
H A Dbind.c29 bdb_bind( Operation *op, SlapReply *rs ) argument
31 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
44 op->o_req_dn.bv_val, 0, 0);
47 switch ( be_rootdn_bind( op, NULL ) ) {
62 rs->sr_err = bdb_reader_get(op, bdb->bi_dbenv, &rtxn);
68 send_ldap_result( op, rs );
74 rs->sr_err = bdb_dn2entry( op, rtxn, &op->o_req_ndn, &ei, 1,
82 send_ldap_error( op, rs, LDAP_BUSY, "ldap_server_busy" );
88 send_ldap_error( op, r
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dcancel.c32 int cancel_extop( Operation *op, SlapReply *rs ) argument
39 assert( ber_bvcmp( &slap_EXOP_CANCEL, &op->ore_reqoid ) == 0 );
41 if ( op->ore_reqdata == NULL ) {
46 ber = ber_init( op->ore_reqdata );
60 op->o_log_prefix, opid, 0, 0, 0 );
67 ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
69 if ( op->o_abandon ) {
70 /* FIXME: Should instead reject the cancel/abandon of this op, but
71 * it seems unsafe to reset op->o_abandon once it is set. ITS#6138.
78 LDAP_STAILQ_FOREACH( o, &op
[all...]
H A Dstr2filter.c39 str2filter_x( Operation *op, const char *str ) argument
54 if ( op->o_tmpmemctx ) {
55 ber_set_option( ber, LBER_OPT_BER_MEMCTX, &op->o_tmpmemctx );
65 rc = get_filter( op, ber, &f, &text );
76 Operation op = {0}; local
79 op.o_hdr = &ohdr;
80 op.o_tmpmemctx = NULL;
81 op.o_tmpmfuncs = &ch_mfuncs;
83 return str2filter_x( &op, str );
H A Dresult.c42 int slap_null_cb( Operation *op, SlapReply *rs ) argument
47 int slap_freeself_cb( Operation *op, SlapReply *rs ) argument
49 assert( op->o_callback != NULL );
51 op->o_tmpfree( op->o_callback, op->o_tmpmemctx );
52 op->o_callback = NULL;
239 rs_flush_entry( Operation *op, SlapReply *rs, slap_overinst *on ) argument
247 overlay_entry_release_ov( op, rs->sr_entry, 0, on );
249 be_entry_release_rw( op, r
259 rs_replace_entry( Operation *op, SlapReply *rs, slap_overinst *on, Entry *e ) argument
271 rs_entry2modifiable( Operation *op, SlapReply *rs, slap_overinst *on ) argument
282 send_ldap_ber( Operation *op, BerElement *ber ) argument
491 slap_response_play( Operation *op, SlapReply *rs ) argument
528 slap_cleanup_play( Operation *op, SlapReply *rs ) argument
564 send_ldap_response( Operation *op, SlapReply *rs ) argument
763 send_ldap_disconnect( Operation *op, SlapReply *rs ) argument
802 slap_send_ldap_result( Operation *op, SlapReply *rs ) argument
878 send_ldap_sasl( Operation *op, SlapReply *rs ) argument
900 slap_send_ldap_extended( Operation *op, SlapReply *rs ) argument
924 slap_send_ldap_intermediate( Operation *op, SlapReply *rs ) argument
957 slap_send_search_entry( Operation *op, SlapReply *rs ) argument
1483 slap_send_search_reference( Operation *op, SlapReply *rs ) argument
1732 slap_read_controls( Operation *op, SlapReply *rs, Entry *e, const struct berval *oid, LDAPControl **ctrl ) argument
[all...]
H A Dava.c42 Operation *op,
50 op->o_tmpfree( ava->aa_value.bv_val, op->o_tmpmemctx );
52 op->o_tmpfree( ava->aa_desc, op->o_tmpmemctx );
53 if ( freeit ) op->o_tmpfree( (char *) ava, op->o_tmpmemctx );
58 Operation *op,
80 aa = op->o_tmpalloc( sizeof( AttributeAssertion ), op
41 ava_free( Operation *op, AttributeAssertion *ava, int freeit ) argument
57 get_ava( Operation *op, BerElement *ber, Filter *f, unsigned usage, const char **text ) argument
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dtest.c291 filecomp (s, t, op)
293 int op;
300 if (op == EF)
305 if (op == EF)
309 switch (op)
319 arithcomp (s, t, op, flags)
321 int op, flags;
343 switch (op)
357 patcomp (string, pat, op)
359 int op;
457 char *op; local
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dtranslit.c43 const char *op; local
49 for (op = original; *op != 0; op++) {
50 if (*cp == *op) {
51 *cp = replacement[op - original];
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-dnssrv/
H A Dsearch.c35 Operation *op,
50 if ( BER_BVISEMPTY( &op->o_req_ndn ) ) {
54 if ( !SLAP_GLUE_INSTANCE( op->o_bd ) ) {
64 manageDSAit = get_manageDSAit( op );
69 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
74 if( ldap_dn2domain( op->o_req_dn.bv_val, &domain ) || domain == NULL ) {
77 send_ldap_result( op, rs );
83 op->o_req_dn.bv_len ? op->o_req_dn.bv_val : "", domain, 0 );
88 send_ldap_error( op, r
34 dnssrv_back_search( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dio.c51 static void _dispatch_operation_enqueue(dispatch_operation_t op,
54 dispatch_operation_t op);
85 static void _dispatch_operation_advise(dispatch_operation_t op,
87 static int _dispatch_operation_perform(dispatch_operation_t op);
88 static void _dispatch_operation_deliver_data(dispatch_operation_t op,
295 _dispatch_io_get_error(dispatch_operation_t op, dispatch_io_t channel, argument
300 if (op) {
301 channel = op->channel;
310 err = op ? op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dbind.c32 backsql_bind( Operation *op, SlapReply *rs ) argument
43 switch ( be_rootdn_bind( op, rs ) ) {
55 rs->sr_err = backsql_get_db_conn( op, &dbh );
71 rc = backsql_init_search( &bsi, &op->o_req_ndn, LDAP_SCOPE_BASE,
72 (time_t)(-1), NULL, dbh, op, rs, anlist,
88 if ( slap_passwd_check( op, &e, a, &op->oq_bind.rb_cred,
97 (void)backsql_free_entryID( &bsi.bsi_base_id, 0, op->o_tmpmemctx );
101 backsql_entry_clean( op, &e );
105 op
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs12Debug.h36 #define p12LogCssmError(op, err)
39 #define p12LogCssmError(op, err) cssmPerror(op, err)
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs12Debug.h36 #define p12LogCssmError(op, err)
39 #define p12LogCssmError(op, err) cssmPerror(op, err)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dswapget.c34 * get int_n from b according to op
38 swapget(int op, const void* b, int n) argument
47 if (op) swapmem(op, b, d = tmp, n);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dadd.c22 Operation *op,
25 PerlBackend *perl_back = (PerlBackend *) op->o_bd->be_private;
38 XPUSHs(sv_2mortal(newSVpv( entry2str( op->ora_e, &len ), 0 )));
58 send_ldap_result( op, rs );
21 perl_back_add( Operation *op, SlapReply *rs ) argument
H A Ddelete.c22 Operation *op,
25 PerlBackend *perl_back = (PerlBackend *) op->o_bd->be_private;
36 XPUSHs(sv_2mortal(newSVpv( op->o_req_dn.bv_val , 0 )));
55 send_ldap_result( op, rs );
21 perl_back_delete( Operation *op, SlapReply *rs ) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/libDER/libDERUtils/
H A DlibDERUtils.h22 const char *op,
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockRequest.java20 private int op; field in class:LockRequest
36 @param op
39 public LockRequest(final LockOperation op, argument
44 this(op, mode, obj, lock, 0);
60 @param op
66 public LockRequest(final LockOperation op, argument
72 this.setOp(op);
113 @param op
116 public void setOp(final LockOperation op) { argument
117 this.op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Dcompare.c30 monitor_back_compare( Operation *op, SlapReply *rs ) argument
32 monitor_info_t *mi = ( monitor_info_t * ) op->o_bd->be_private;
37 monitor_cache_dn2entry( op, rs, &op->o_req_ndn, &e, &matched );
41 if ( !access_allowed_mask( op, matched,
50 send_ldap_result( op, rs );
59 rs->sr_err = slap_compare_entry( op, e, op->orc_ava );
68 send_ldap_result( op, rs );
H A Dsearch.c35 Operation *op,
48 monitor_entry_create( op, rs, NULL, e_parent, vol );
54 Operation *op,
60 monitor_info_t *mi = ( monitor_info_t * )op->o_bd->be_private;
103 monitor_entry_update( op, rs, e );
111 if ( op->o_abandon ) {
118 monitor_find_children( op, rs, e, &sub_nv, &sub_ch );
120 rc = test_filter( op, e, op->oq_search.rs_filter );
124 rc = send_search_entry( op, r
34 monitor_find_children( Operation *op, SlapReply *rs, Entry *e_parent, Entry **nonv, Entry **vol ) argument
53 monitor_send_children( Operation *op, SlapReply *rs, Entry *e_nonvolatile, Entry *e_ch, int sub ) argument
165 monitor_back_search( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_packbits.c75 tidata_t op, ep, lastliteral; local
81 op = tif->tif_rawcp;
93 if (op + 2 >= ep) { /* insure space for new data */
101 slop = op - lastliteral;
105 op = tif->tif_rawcp;
107 *op++ = *lastliteral++;
110 tif->tif_rawcc += op - tif->tif_rawcp;
113 op = tif->tif_rawcp;
121 *op++ = (tidata) -127;
122 *op
218 PackBitsDecode(TIFF* tif, tidata_t op, tsize_t occ, tsample_t s) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-passwd/
H A Dsearch.c58 Operation *op,
69 if ( op->ors_tlimit != SLAP_NO_LIMIT ) {
70 stoptime = op->o_time + op->ors_tlimit;
74 if ( be_issuffix( op->o_bd, &op->o_req_ndn ) ) {
77 rs->sr_matched = op->o_req_dn.bv_val;
79 if( op->ors_scope != LDAP_SCOPE_ONELEVEL ) {
85 e.e_name.bv_val = ch_strdup( op->o_req_dn.bv_val );
86 e.e_name.bv_len = op
57 passwd_back_search( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dcompare.c35 meta_back_compare( Operation *op, SlapReply *rs ) argument
37 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
44 struct berval mapped_attr = op->orc_ava->aa_desc->ad_cname;
45 struct berval mapped_value = op->orc_ava->aa_value;
50 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
51 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
62 dc.conn = op->o_conn;
66 switch ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {
78 if ( op->orc_ava->aa_desc == slap_schema.si_ad_objectClass ) {
80 &op
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclAlloc.c275 register union overhead *op;
306 op = (union overhead *) (bigBlockPtr + 1);
307 op->ov_magic0 = op->ov_magic1 = MAGIC;
308 op->ov_index = 0xff;
317 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1);
318 op->ov_rmagic = RMAGIC;
319 *(unsigned short *)((caddr_t)(op + 1) + op->ov_size) = RMAGIC;
322 return (void *)(op
272 register union overhead *op; local
395 register union overhead *op; local
456 register union overhead *op; local
518 union overhead *op; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dnssov.h180 int nssov_dn2uid(Operation *op,nssov_info *ni,struct berval *dn,struct berval *uid);
183 int nssov_uid2dn(Operation *op,nssov_info *ni,struct berval *uid,struct berval *dn);
184 int nssov_name2dn_cb(Operation *op, SlapReply *rs);
208 int nssov_alias_byname(nssov_info *ni,TFILE *fp,Operation *op);
209 int nssov_alias_all(nssov_info *ni,TFILE *fp,Operation *op);
210 int nssov_ether_byname(nssov_info *ni,TFILE *fp,Operation *op);
211 int nssov_ether_byether(nssov_info *ni,TFILE *fp,Operation *op);
212 int nssov_ether_all(nssov_info *ni,TFILE *fp,Operation *op);
213 int nssov_group_byname(nssov_info *ni,TFILE *fp,Operation *op);
214 int nssov_group_bygid(nssov_info *ni,TFILE *fp,Operation *op);
[all...]

Completed in 131 milliseconds

1234567891011>>