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

1234567891011>>

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dmodrdn.c25 bdb_modrdn( Operation *op, SlapReply *rs )
76 rs->sr_text = "invalid transaction identifier";
77 rs->sr_err = LDAP_X_TXN_ID_INVALID;
88 rs->sr_text = "transaction cannot span multiple database contexts";
89 rs->sr_err = LDAP_AFFECTS_MULTIPLE_DSAS;
95 rs->sr_text = "transaction specified";
96 rs->sr_err = LDAP_X_TXN_SPECIFY_OKAY;
103 send_ldap_result( op, rs );
104 return rs->sr_err;
134 rs
[all...]
H A Dextended.c33 bdb_extended( Operation *op, SlapReply *rs )
47 return (exop_table[i].extended)( op, rs );
51 rs->sr_text = "not supported within naming context";
52 return rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
H A Dsearch.c32 SlapReply *rs,
38 static int parse_paged_cookie( Operation *op, SlapReply *rs );
42 SlapReply *rs,
51 SlapReply *rs,
64 rs->sr_err = LDAP_ALIAS_DEREF_PROBLEM;
65 rs->sr_text = "maximum deref depth exceeded";
90 rs->sr_err = LDAP_ALIAS_PROBLEM;
91 rs->sr_text = "circular alias";
99 if ( get_alias_dn(e, &ndn, &rs->sr_err, &rs
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
1177 search_candidates( Operation *op, SlapReply *rs, Entry *e, DB_TXN *txn, ID *ids, ID *scopes ) argument
1331 send_paged_response( Operation *op, SlapReply *rs, ID *lastid, int tentries ) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dcompare.c37 SlapReply *rs )
47 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
54 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
56 send_ldap_result( op, rs );
60 rs->sr_err = ldap_compare_ext( lc->lc_ld, op->o_req_dn.bv_val,
64 rc = ldap_back_op_result( lc, op, rs, msgid,
69 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
71 (void)ldap_back_controls_free( op, rs, &ctrls );
77 (void)ldap_back_controls_free( op, rs, &ctrls );
83 return rs
[all...]
H A Dmodrdn.c37 SlapReply *rs )
49 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
50 return rs->sr_err;
68 rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
69 send_ldap_result( op, rs );
85 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
87 send_ldap_result( op, rs );
92 rs->sr_err = ldap_rename( lc->lc_ld, op->o_req_dn.bv_val,
95 rc = ldap_back_op_result( lc, op, rs, msgid,
98 if ( rs
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dsearch.c36 SlapReply *rs,
48 monitor_entry_create( op, rs, NULL, e_parent, vol );
55 SlapReply *rs,
103 monitor_entry_update( op, rs, e );
118 monitor_find_children( op, rs, e, &sub_nv, &sub_ch );
122 rs->sr_entry = e;
123 rs->sr_flags = REP_ENTRY_MUSTRELEASE;
124 rc = send_search_entry( op, rs );
139 rc = monitor_send_children( op, rs, sub_nv, sub_ch, sub );
165 monitor_back_search( Operation *op, SlapReply *rs )
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
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dsearch.c28 SlapReply *rs )
84 rs->sr_entry = e;
85 rs->sr_attrs = op->ors_attrs;
86 rs->sr_flags = REP_ENTRY_MODIFIABLE;
87 rs->sr_err = LDAP_SUCCESS;
88 rs->sr_err = send_search_entry( op, rs );
89 rs->sr_flags = 0;
90 rs->sr_attrs = NULL;
91 rs
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dresult.c46 SlapReply *rs,
98 if ( (rs->sr_entry = str2entry( buf )) == NULL ) {
102 rs->sr_attrs = op->oq_search.rs_attrs;
103 rs->sr_flags = REP_ENTRY_MODIFIABLE;
104 send_search_entry( op, rs );
105 entry_free( rs->sr_entry );
106 rs->sr_attrs = NULL;
112 (void) str2result( buf, &rs->sr_err, (char **)&rs->sr_matched, (char **)&rs
44 read_and_send_results( Operation *op, SlapReply *rs, FILE *fp ) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsearch.c39 SlapReply *rs /* all the response data we'll send */ )
76 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
77 rs->sr_err = SLAPD_DISCONNECT;
82 send_ldap_error( op, rs, LDAP_PROTOCOL_ERROR, "invalid time limit" );
87 send_ldap_error( op, rs, LDAP_PROTOCOL_ERROR, "invalid size limit" );
98 send_ldap_error( op, rs, LDAP_PROTOCOL_ERROR, "invalid scope" );
109 send_ldap_error( op, rs, LDAP_PROTOCOL_ERROR, "invalid deref" );
113 rs->sr_err = dnPrettyNormal( NULL, &base, &op->o_req_dn, &op->o_req_ndn, op->o_tmpmemctx );
114 if( rs->sr_err != LDAP_SUCCESS ) {
117 send_ldap_error( op, rs, LDAP_INVALID_DN_SYNTA
[all...]
H A Ddelete.c40 SlapReply *rs )
55 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
59 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
65 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
67 if( rs->sr_err != LDAP_SUCCESS ) {
70 send_ldap_error( op, rs, LDAP_INVALID_DN_SYNTAX, "invalid DN" );
81 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
89 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
95 rs->sr_err = frontendDB->be_delete( op, rs );
[all...]
H A Dunbind.c37 do_unbind( Operation *op, SlapReply *rs )
53 (void)frontendDB->be_unbind( op, rs );
58 (void)backend_unbind( op, rs );
H A Dextended.c119 SlapReply *rs
131 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "requires LDAPv3" );
132 rs->sr_err = SLAPD_DISCONNECT;
139 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
140 rs->sr_err = SLAPD_DISCONNECT;
148 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
149 rs->sr_err = SLAPD_DISCONNECT;
154 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
157 return rs->sr_err;
165 send_ldap_error( op, rs,
[all...]
H A Dmodrdn.c46 SlapReply *rs
78 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
93 send_ldap_discon( op, rs,
95 rs->sr_err = SLAPD_DISCONNECT;
105 send_ldap_discon( op, rs,
107 rs->sr_err = SLAPD_DISCONNECT;
122 send_ldap_discon( op, rs,
124 rs->sr_err = SLAPD_DISCONNECT;
128 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
135 rs
[all...]
/macosx-10.10/ruby-106/ruby/test/win32ole/
H A Dtest_nil2vtempty.rb26 rs = con.openSchema(4, [nil,nil,"DUMMY", "TABLE"])
27 assert(rs)
28 assert_equal("_Recordset", rs.ole_type.name)
30 rs = con.openSchema(4, [WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Empty, "DUMMY", "TABLE"])
31 assert(rs)
32 assert_equal("_Recordset", rs.ole_type.name)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Ddelete.c34 SlapReply *rs; member in struct:backsql_delete_attr_t
47 bda->rs, bda->dbh, bda->e_id, at );
59 SlapReply *rs,
67 bda.rs = rs;
74 return rs->sr_err;
83 SlapReply *rs,
99 rs->sr_err = backsql_delete_all_attrs( op, rs, dbh, eid );
100 if ( rs
57 backsql_delete_all_attrs( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_entryID *eid ) argument
81 backsql_delete_int( Operation *op, SlapReply *rs, SQLHDBC dbh, SQLHSTMT *sthp, backsql_entryID *eid, Entry **ep ) argument
329 backsql_tree_delete( Operation *op, SlapReply *rs, SQLHDBC dbh, SQLHSTMT *sthp ) argument
[all...]
H A Dadd.c59 SlapReply *rs,
77 rs->sr_text = "SQL-backend error";
78 return rs->sr_err = LDAP_OTHER;
94 rs->sr_text = "SQL-backend error";
95 return rs->sr_err = LDAP_OTHER;
109 rs->sr_text = "SQL-backend error";
110 return rs->sr_err = LDAP_OTHER;
123 rs->sr_text = "SQL-backend error";
124 return rs->sr_err = LDAP_OTHER;
154 rs
57 backsql_modify_delete_all_values( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_entryID *e_id, backsql_at_map_rec *at ) argument
264 backsql_modify_internal( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_oc_map_rec *oc, backsql_entryID *e_id, Modifications *modlist ) argument
723 backsql_add_attr( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_oc_map_rec *oc, Attribute *at, backsql_key_t new_keyval ) argument
[all...]
/macosx-10.10/apache-793/httpd/modules/examples/
H A Dmod_example_ipc.c121 apr_status_t rs; local
142 rs = apr_temp_dir_get(&tempdir, pconf);
143 if (APR_SUCCESS != rs) {
144 ap_log_error(APLOG_MARK, APLOG_ERR, rs, s,
159 rs = apr_shm_create(&exipc_shm, sizeof(exipc_data),
161 if (APR_SUCCESS != rs) {
162 ap_log_error(APLOG_MARK, APLOG_ERR, rs, s,
174 rs = ap_global_mutex_create(&exipc_mutex, NULL, exipc_mutex_type, NULL,
176 if (APR_SUCCESS != rs) {
197 apr_status_t rs; local
226 apr_status_t rs; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dmodrdn.c35 meta_back_modrdn( Operation *op, SlapReply *rs )
49 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
50 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
51 return rs->sr_err;
59 dc.rs = rs;
96 rs->sr_err = LDAP_UNWILLING_TO_PERFORM;
97 send_ldap_result( op, rs );
106 rs->sr_err = LDAP_OTHER;
107 send_ldap_result( op, rs );
[all...]
H A Dbind.c44 SlapReply *rs,
51 SlapReply *rs,
56 meta_back_bind( Operation *op, SlapReply *rs )
68 rs->sr_err = LDAP_SUCCESS;
74 switch ( be_rootdn_bind( op, rs ) ) {
78 return rs->sr_err;
89 return rs->sr_err;
95 mc = meta_back_getconn( op, rs, NULL, LDAP_BACK_BIND_DONTSEND );
103 op->o_req_dn.bv_val, rs->sr_err,
104 rs
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.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dresult.c43 SlapReply *rs,
98 rs->sr_err = SLAP_CB_CONTINUE;
102 if ( (rs->sr_entry = str2entry( buf )) == NULL ) {
106 rs->sr_attrs = op->oq_search.rs_attrs;
107 rs->sr_flags = REP_ENTRY_MODIFIABLE;
108 send_search_entry( op, rs );
109 entry_free( rs->sr_entry );
110 rs->sr_attrs = NULL;
116 (void) str2result( buf, &rs->sr_err, (char **)&rs
41 sock_read_and_send_results( Operation *op, SlapReply *rs, FILE *fp ) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_overlay.c37 static int slapi_over_response( Operation *op, SlapReply *rs );
38 static int slapi_over_cleanup( Operation *op, SlapReply *rs );
41 slapi_over_pblock_new( Operation *op, SlapReply *rs )
48 pb->pb_rs = rs;
57 slapi_op_internal_p( Operation *op, SlapReply *rs, slap_callback *cb ) argument
79 pb = slapi_over_pblock_new( op, rs );
101 SlapReply *rs; local
107 rs = (SlapReply *)c->cac_private;
109 assert( rs->sr_entry == entry );
113 if ( rs
207 slapi_over_search( Operation *op, SlapReply *rs, int type ) argument
232 slapi_over_result( Operation *op, SlapReply *rs, int type ) argument
245 slapi_op_bind_callback( Operation *op, SlapReply *rs, int prc ) argument
296 slapi_op_search_callback( Operation *op, SlapReply *rs, int prc ) argument
728 SlapReply rs = { REP_RESULT }; local
765 SlapReply rs = { REP_RESULT }; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DMetaAttribute.h51 void unpackAttribute(const ReadSection &rs, Allocator &allocator,
54 uint32 getNumberOfValues(const ReadSection &rs) const;
55 void copyValueBytes(uint32 valueIndex, const ReadSection &rs, WriteSection &ws,
60 virtual DbValue *createValue(const ReadSection &rs, uint32 &offset) const = 0;
62 virtual void unpackValue(const ReadSection &rs, uint32 &offset, CSSM_DATA &data,
64 virtual void skipValue(const ReadSection &rs, uint32 &offset) const = 0;
65 virtual void copyValue(const ReadSection &rs, uint32 &readOffset, WriteSection &ws,
67 virtual bool evaluate(const DbValue *value, const ReadSection &rs, CSSM_DB_OPERATOR op) const = 0;
76 void unpackNumberOfValues(const ReadSection &rs, uint32 &numValues, uint32 &valueOffset) const;
97 DbValue *createValue(const ReadSection &rs, uint3 argument
108 unpackValue(const ReadSection &rs, uint32 &offset, CSSM_DATA &data, Allocator &allocator) const argument
124 skipValue(const ReadSection &rs, uint32 &offset) const argument
129 copyValue(const ReadSection &rs, uint32 &readOffset, WriteSection &ws, uint32 &writeOffset) const argument
135 evaluate(const DbValue *value, const ReadSection &rs, CSSM_DB_OPERATOR op) const argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DMetaAttribute.h51 void unpackAttribute(const ReadSection &rs, Allocator &allocator,
54 uint32 getNumberOfValues(const ReadSection &rs) const;
55 void copyValueBytes(uint32 valueIndex, const ReadSection &rs, WriteSection &ws,
60 virtual DbValue *createValue(const ReadSection &rs, uint32 &offset) const = 0;
62 virtual void unpackValue(const ReadSection &rs, uint32 &offset, CSSM_DATA &data,
64 virtual void skipValue(const ReadSection &rs, uint32 &offset) const = 0;
65 virtual void copyValue(const ReadSection &rs, uint32 &readOffset, WriteSection &ws,
67 virtual bool evaluate(const DbValue *value, const ReadSection &rs, CSSM_DB_OPERATOR op) const = 0;
76 void unpackNumberOfValues(const ReadSection &rs, uint32 &numValues, uint32 &valueOffset) const;
97 DbValue *createValue(const ReadSection &rs, uint3 argument
108 unpackValue(const ReadSection &rs, uint32 &offset, CSSM_DATA &data, Allocator &allocator) const argument
124 skipValue(const ReadSection &rs, uint32 &offset) const argument
129 copyValue(const ReadSection &rs, uint32 &readOffset, WriteSection &ws, uint32 &writeOffset) const argument
135 evaluate(const DbValue *value, const ReadSection &rs, CSSM_DB_OPERATOR op) const argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-dnssrv/
H A Dreferral.c35 SlapReply *rs )
51 rs->sr_text = "DNS SRV operation upon null (empty) DN disallowed";
60 rs->sr_text = "DNS SRV problem processing manageDSAit control";
65 rs->sr_err = LDAP_REFERRAL;
66 rs->sr_ref = default_referral;
67 send_ldap_result( op, rs );
68 rs->sr_ref = NULL;
80 rs->sr_text = "no DNS SRV RR available for DN";
89 rs->sr_text = "problem processing DNS SRV records for DN";
104 rs
[all...]
/macosx-10.10/ruby-106/ruby/lib/shell/
H A Dbuiltin-command.rb29 def each(rs = nil)
40 def each(rs = nil)
41 rs = @shell.record_separator unless rs
43 yield str + rs
54 def each(rs = nil)
59 @shell.foreach(src, rs){|l| yield l}
72 def each(rs = nil)
79 rs = @shell.record_separator unless rs
[all...]

Completed in 377 milliseconds

1234567891011>>