Searched refs:rs (Results 26 - 50 of 411) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dreferral.c26 bdb_referrals( Operation *op, SlapReply *rs )
70 rs->sr_text = "ldap server busy";
80 rs->sr_text = "internal error";
86 rs->sr_matched = NULL;
96 rs->sr_ref = referral_rewrite( ref, &e->e_name,
99 if ( rs->sr_ref ) {
100 rs->sr_matched = ber_strdup_x(
109 if( rs->sr_ref != NULL ) {
111 rc = rs->sr_err = LDAP_REFERRAL;
112 send_ldap_result( op, rs );
[all...]
H A Dmodrdn.c27 bdb_modrdn( Operation *op, SlapReply *rs )
78 rs->sr_text = "invalid transaction identifier";
79 rs->sr_err = LDAP_X_TXN_ID_INVALID;
90 rs->sr_text = "transaction cannot span multiple database contexts";
91 rs->sr_err = LDAP_AFFECTS_MULTIPLE_DSAS;
97 rs->sr_text = "transaction specified";
98 rs->sr_err = LDAP_X_TXN_SPECIFY_OKAY;
105 send_ldap_result( op, rs );
106 return rs->sr_err;
136 rs
[all...]
H A Dextended.c35 bdb_extended( Operation *op, SlapReply *rs )
49 return (exop_table[i].extended)( op, rs );
53 rs->sr_text = "not supported within naming context";
H A Dmodify.c357 bdb_modify( Operation *op, SlapReply *rs )
392 rs->sr_text = "invalid transaction identifier";
393 rs->sr_err = LDAP_X_TXN_ID_INVALID;
404 rs->sr_text = "transaction cannot span multiple database contexts";
405 rs->sr_err = LDAP_AFFECTS_MULTIPLE_DSAS;
411 rs->sr_text = "transaction specified";
412 rs->sr_err = LDAP_X_TXN_SPECIFY_OKAY;
419 send_ldap_result( op, rs );
420 return rs->sr_err;
448 rs
[all...]
H A Dsearch.c34 SlapReply *rs,
40 static int parse_paged_cookie( Operation *op, SlapReply *rs );
44 SlapReply *rs,
53 SlapReply *rs,
66 rs->sr_err = LDAP_ALIAS_DEREF_PROBLEM;
67 rs->sr_text = "maximum deref depth exceeded";
92 rs->sr_err = LDAP_ALIAS_PROBLEM;
93 rs->sr_text = "circular alias";
101 if ( get_alias_dn(e, &ndn, &rs->sr_err, &rs
51 deref_base( Operation *op, SlapReply *rs, Entry *e, Entry **matched, DB_TXN *txn, DB_LOCK *lock, ID *tmp, ID *visited ) argument
146 search_aliases( Operation *op, SlapReply *rs, Entry *e, DB_TXN *txn, ID *ids, ID *scopes, ID *stack ) argument
1124 search_candidates( Operation *op, SlapReply *rs, Entry *e, DB_TXN *txn, ID *ids, ID *scopes ) argument
1278 send_paged_response( Operation *op, SlapReply *rs, ID *lastid, int tentries ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dtxn.c37 Operation *op, SlapReply *rs )
46 rs->sr_text = "no request data expected";
51 if( backend_check_restrictions( op, rs,
54 return rs->sr_err;
61 rs->sr_text = "Too many transactions";
73 rs->sr_rspdata = bv;
83 Operation *op, SlapReply *rs, LDAPControl *ctrl )
86 rs->sr_text = "txnSpec control must be marked critical";
90 rs->sr_text = "txnSpec control provided multiple times";
95 rs
82 txn_spec_ctrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
H A Ddelete.c42 SlapReply *rs )
57 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
61 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
67 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
69 if( rs->sr_err != LDAP_SUCCESS ) {
72 send_ldap_error( op, rs, LDAP_INVALID_DN_SYNTAX, "invalid DN" );
83 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
91 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
97 rs->sr_err = frontendDB->be_delete( op, rs );
[all...]
H A Dbind.c41 SlapReply *rs )
109 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
110 rs->sr_err = SLAPD_DISCONNECT;
143 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
144 rs->sr_err = SLAPD_DISCONNECT;
148 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
158 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
160 if ( rs->sr_err != LDAP_SUCCESS ) {
163 send_ldap_error( op, rs, LDAP_INVALID_DN_SYNTAX, "invalid DN" );
185 send_ldap_error( op, rs, LDAP_PROTOCOL_ERRO
[all...]
H A Dunbind.c39 do_unbind( Operation *op, SlapReply *rs )
55 (void)frontendDB->be_unbind( op, rs );
60 (void)backend_unbind( op, rs );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dcompare.c39 SlapReply *rs )
49 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
56 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
58 send_ldap_result( op, rs );
62 rs->sr_err = ldap_compare_ext( lc->lc_ld, op->o_req_dn.bv_val,
66 rc = ldap_back_op_result( lc, op, rs, msgid,
71 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
73 (void)ldap_back_controls_free( op, rs, &ctrls );
79 (void)ldap_back_controls_free( op, rs, &ctrls );
85 return rs
[all...]
H A Dmodrdn.c39 SlapReply *rs )
51 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
52 return rs->sr_err;
70 rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
71 send_ldap_result( op, rs );
87 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
89 send_ldap_result( op, rs );
94 rs->sr_err = ldap_rename( lc->lc_ld, op->o_req_dn.bv_val,
97 rc = ldap_back_op_result( lc, op, rs, msgid,
100 if ( rs
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dmodify.c35 backsql_modify( Operation *op, SlapReply *rs )
53 rs->sr_err = backsql_get_db_conn( op, &dbh );
54 if ( rs->sr_err != LDAP_SUCCESS ) {
62 rs->sr_text = ( rs->sr_err == LDAP_OTHER )
68 rs->sr_err = backsql_init_search( &bsi, &op->o_req_ndn,
70 (time_t)(-1), NULL, dbh, op, rs,
73 switch ( rs->sr_err ) {
81 rs->sr_err = LDAP_SUCCESS;
82 rs
[all...]
H A Ddelete.c36 SlapReply *rs; member in struct:backsql_delete_attr_t
49 bda->rs, bda->dbh, bda->e_id, at );
61 SlapReply *rs,
69 bda.rs = rs;
76 return rs->sr_err;
85 SlapReply *rs,
101 rs->sr_err = backsql_delete_all_attrs( op, rs, dbh, eid );
102 if ( rs
59 backsql_delete_all_attrs( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_entryID *eid ) argument
83 backsql_delete_int( Operation *op, SlapReply *rs, SQLHDBC dbh, SQLHSTMT *sthp, backsql_entryID *eid, Entry **ep ) argument
331 backsql_tree_delete( Operation *op, SlapReply *rs, SQLHDBC dbh, SQLHSTMT *sthp ) argument
[all...]
H A Dadd.c61 SlapReply *rs,
79 rs->sr_text = "SQL-backend error";
80 return rs->sr_err = LDAP_OTHER;
96 rs->sr_text = "SQL-backend error";
97 return rs->sr_err = LDAP_OTHER;
111 rs->sr_text = "SQL-backend error";
112 return rs->sr_err = LDAP_OTHER;
125 rs->sr_text = "SQL-backend error";
126 return rs->sr_err = LDAP_OTHER;
156 rs
59 backsql_modify_delete_all_values( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_entryID *e_id, backsql_at_map_rec *at ) argument
271 backsql_modify_internal( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_oc_map_rec *oc, backsql_entryID *e_id, Modifications *modlist ) argument
738 backsql_add_attr( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_oc_map_rec *oc, Attribute *at, unsigned long new_keyval ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Doperational.c42 SlapReply *rs )
46 assert( rs->sr_entry != NULL );
48 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next )
51 if ( SLAP_OPATTRS( rs->sr_attr_flags ) ||
52 ad_inlist( slap_schema.si_ad_hasSubordinates, rs->sr_attrs ) )
57 mp = ( monitor_entry_t * )rs->sr_entry->e_private;
H A Dsearch.c38 SlapReply *rs,
55 monitor_entry_create( op, rs, NULL, e_parent, &e_ch );
90 monitor_entry_update( op, rs, e );
115 rs->sr_entry = e;
116 rs->sr_flags = 0;
117 rc = send_search_entry( op, rs );
118 rs->sr_entry = NULL;
125 rc = monitor_send_children( op, rs, e, sub );
164 monitor_back_search( Operation *op, SlapReply *rs )
175 monitor_cache_dn2entry( op, rs,
36 monitor_send_children( Operation *op, SlapReply *rs, Entry *e_parent, int sub ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-shell/
H A Dresult.c48 SlapReply *rs,
100 if ( (rs->sr_entry = str2entry( buf )) == NULL ) {
104 rs->sr_attrs = op->oq_search.rs_attrs;
105 rs->sr_flags = REP_ENTRY_MODIFIABLE;
106 send_search_entry( op, rs );
107 entry_free( rs->sr_entry );
113 (void) str2result( buf, &rs->sr_err, (char **)&rs->sr_matched, (char **)&rs->sr_text );
116 if ( rs
46 read_and_send_results( Operation *op, SlapReply *rs, FILE *fp ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dmodrdn.cpp29 ndb_back_modrdn( Operation *op, SlapReply *rs )
69 rs->sr_err = ndb_thread_handle( op, &NA.ndb );
88 rs->sr_err = SLAPD_ABANDON;
104 rs->sr_text = NULL;
109 rs->sr_err = LDAP_OTHER;
110 rs->sr_text = "internal error";
116 rs->sr_err = ndb_entry_get_info( op, &NA, 1, &matched );
117 switch( rs->sr_err ) {
124 rs->sr_matched = matched.bv_val;
126 ndb_check_referral( op, rs,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmodrdn.c37 meta_back_modrdn( Operation *op, SlapReply *rs )
51 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
52 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
53 return rs->sr_err;
61 dc.rs = rs;
98 rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
99 send_ldap_result( op, rs );
108 rs->sr_err = LDAP_OTHER;
109 send_ldap_result( op, rs );
[all...]
H A Dbind.c48 SlapReply *rs,
54 SlapReply *rs,
59 meta_back_bind( Operation *op, SlapReply *rs )
71 rs->sr_err = LDAP_SUCCESS;
77 switch ( be_rootdn_bind( op, rs ) ) {
81 return rs->sr_err;
92 return rs->sr_err;
98 mc = meta_back_getconn( op, rs, NULL, LDAP_BACK_BIND_DONTSEND );
106 op->o_req_dn.bv_val, rs->sr_err,
107 rs
306 meta_back_bind_op_result( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate, int msgid, ldap_back_send_t sendok ) argument
449 meta_back_single_bind( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate ) argument
577 meta_back_single_dobind( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, ldap_back_send_t sendok, int nretries, int dolock ) argument
648 meta_back_dobind( Operation *op, SlapReply *rs, metaconn_t *mc, ldap_back_send_t sendok ) argument
891 meta_back_cancel( metaconn_t *mc, Operation *op, SlapReply *rs, ber_int_t msgid, int candidate, ldap_back_send_t sendok ) argument
935 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
1266 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
1520 meta_back_proxy_authz_bind( metaconn_t *mc, int candidate, Operation *op, SlapReply *rs, ldap_back_send_t sendok ) argument
1583 meta_back_controls_add( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate, LDAPControl ***pctrls ) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/netbt/
H A Drfcomm_session.c172 struct rfcomm_session *rs; local
176 rs = malloc(sizeof(*rs), M_BLUETOOTH, M_NOWAIT | M_ZERO);
177 if (rs == NULL)
180 rs->rs_state = RFCOMM_SESSION_CLOSED;
182 callout_init(&rs->rs_timeout, 0);
183 callout_setfunc(&rs->rs_timeout, rfcomm_session_timeout, rs);
185 SIMPLEQ_INIT(&rs->rs_credits);
186 LIST_INIT(&rs
215 rfcomm_session_free(struct rfcomm_session *rs) argument
267 struct rfcomm_session *rs; local
305 struct rfcomm_session *rs = arg; local
348 struct rfcomm_session *rs = arg; local
387 struct rfcomm_session *rs = arg; local
414 struct rfcomm_session *new, *rs = arg; local
447 struct rfcomm_session *rs = arg; local
515 struct rfcomm_session *rs = arg; local
611 struct rfcomm_session *rs = arg; local
721 rfcomm_session_recv_sabm(struct rfcomm_session *rs, int dlci) argument
797 rfcomm_session_recv_disc(struct rfcomm_session *rs, int dlci) argument
836 rfcomm_session_recv_ua(struct rfcomm_session *rs, int dlci) argument
904 rfcomm_session_recv_dm(struct rfcomm_session *rs, int dlci) argument
924 rfcomm_session_recv_uih(struct rfcomm_session *rs, int dlci, int pf, struct mbuf *m, int len) argument
1002 rfcomm_session_recv_mcc(struct rfcomm_session *rs, struct mbuf *m) argument
1104 rfcomm_session_recv_mcc_test(struct rfcomm_session *rs, int cr, struct mbuf *m) argument
1133 rfcomm_session_recv_mcc_fcon(struct rfcomm_session *rs, int cr) argument
1147 rfcomm_session_recv_mcc_fcoff(struct rfcomm_session *rs, int cr) argument
1161 rfcomm_session_recv_mcc_msc(struct rfcomm_session *rs, int cr, struct mbuf *m) argument
1219 rfcomm_session_recv_mcc_rpn(struct rfcomm_session *rs, int cr, struct mbuf *m) argument
1283 rfcomm_session_recv_mcc_rls(struct rfcomm_session *rs, int cr, struct mbuf *m) argument
1312 rfcomm_session_recv_mcc_pn(struct rfcomm_session *rs, int cr, struct mbuf *m) argument
1434 rfcomm_session_recv_mcc_nsc(struct rfcomm_session *rs, int cr, struct mbuf *m) argument
1462 rfcomm_session_send_frame(struct rfcomm_session *rs, int type, int dlci) argument
1524 rfcomm_session_send_uih(struct rfcomm_session *rs, struct rfcomm_dlc *dlc, int credits, struct mbuf *m) argument
1640 rfcomm_session_send_mcc(struct rfcomm_session *rs, int cr, uint8_t type, void *data, int len) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Dsearch.c30 SlapReply *rs )
92 rs->sr_entry = e;
93 rs->sr_attrs = op->ors_attrs;
94 rs->sr_flags = REP_ENTRY_MODIFIABLE;
95 rs->sr_err = LDAP_SUCCESS;
96 rs->sr_err = send_search_entry( op, rs );
97 if ( rs->sr_err == LDAP_SIZELIMIT_EXCEEDED ) {
98 rs->sr_entry = NULL;
117 rs
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D920721-3.c14 rs(i) function
24 rs(5);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D920721-3.c14 rs(i) function
24 rs(5);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_overlay.c39 static int slapi_over_response( Operation *op, SlapReply *rs );
40 static int slapi_over_cleanup( Operation *op, SlapReply *rs );
43 slapi_over_pblock_new( Operation *op, SlapReply *rs )
50 pb->pb_rs = rs;
59 slapi_op_internal_p( Operation *op, SlapReply *rs, slap_callback *cb ) argument
81 pb = slapi_over_pblock_new( op, rs );
103 SlapReply *rs; local
109 rs = (SlapReply *)c->cac_private;
111 assert( rs->sr_entry == entry );
115 if ( rs
209 slapi_over_search( Operation *op, SlapReply *rs, int type ) argument
234 slapi_over_result( Operation *op, SlapReply *rs, int type ) argument
247 slapi_op_bind_callback( Operation *op, SlapReply *rs, int prc ) argument
298 slapi_op_search_callback( Operation *op, SlapReply *rs, int prc ) argument
730 SlapReply rs = { REP_RESULT }; local
767 SlapReply rs = { REP_RESULT }; local
[all...]

Completed in 274 milliseconds

1234567891011>>