Searched refs:rs (Results 101 - 125 of 361) sorted by relevance

1234567891011>>

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dtranslucent.c150 translucent_cfadd( Operation *op, SlapReply *rs, Entry *e, ConfigArgs *ca ) argument
173 config_build_entry( op, rs, cei, ca, &bv,
309 static int translucent_add(Operation *op, SlapReply *rs) { argument
316 send_ldap_error(op, rs, LDAP_INSUFFICIENT_ACCESS,
319 return(rs->sr_err);
333 static int translucent_modrdn(Operation *op, SlapReply *rs) { argument
340 send_ldap_error(op, rs, LDAP_INSUFFICIENT_ACCESS,
343 return(rs->sr_err);
360 static int translucent_delete(Operation *op, SlapReply *rs) { argument
366 send_ldap_error(op, rs, LDAP_INSUFFICIENT_ACCES
392 translucent_modify(Operation *op, SlapReply *rs) argument
585 translucent_compare(Operation *op, SlapReply *rs) argument
626 translucent_pwmod(Operation *op, SlapReply *rs) argument
725 translucent_exop(Operation *op, SlapReply *rs) argument
775 translucent_search_cb(Operation *op, SlapReply *rs) argument
1064 translucent_search(Operation *op, SlapReply *rs) argument
1174 translucent_bind(Operation *op, SlapReply *rs) argument
[all...]
H A Dodusers.c30 static int odusers_add_authdata(Operation *op, SlapReply *rs, uuid_t newuuid);
79 static int odusers_delete(Operation *op, SlapReply *rs) { argument
147 static int odusers_search_bridge_authdata(Operation *op, SlapReply *rs, const char *reqattr) { argument
179 rs->sr_entry = retentry;
180 rs->sr_nentries = 0;
181 rs->sr_flags = 0;
182 rs->sr_ctrls = NULL;
183 rs->sr_operational_attrs = NULL;
184 rs->sr_attrs = op->ors_attrs;
185 rs
203 odusers_search_accountpolicy_proxy(Operation *op, SlapReply *rs, char *attr_str) argument
368 odusers_search_bridge_accountpolicy(Operation *op, SlapReply *rs) argument
447 odusers_search_effective_userpolicy(Operation *op, SlapReply *rs) argument
506 odusers_search_global_accountpolicy(Operation *op, SlapReply *rs) argument
538 odusers_search_globalpolicy(Operation *op, SlapReply *rs) argument
589 odusers_search_pwsprefs(Operation *op, SlapReply *rs) argument
699 odusers_search(Operation *op, SlapReply *rs) argument
734 odusers_insert_vendorName(SlapReply *rs) argument
764 odusers_insert_vendorVersion(SlapReply *rs) argument
794 odusers_insert_operatingSystemVersion(SlapReply *rs) argument
825 odusers_response(Operation *op, SlapReply *rs) argument
892 odusers_modify_bridge_authdata(Operation *op, SlapReply *rs) argument
934 odusers_modify_userpolicy(Operation *op, SlapReply *rs) argument
1027 odusers_modify_globalpolicy(Operation *op, SlapReply *rs) argument
1170 odusers_rename(Operation *op, SlapReply *rs) argument
1480 odusers_modify(Operation *op, SlapReply *rs) argument
1607 odusers_add_authdata(Operation *op, SlapReply *rs, uuid_t newuuid) argument
1887 odusers_add_aa(Operation *op, SlapReply *rs, uuid_t newuuid) argument
1990 odusers_add(Operation *op, SlapReply *rs) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dbackend.c811 * if rs != NULL
816 be_rootdn_bind( Operation *op, SlapReply *rs )
838 if ( rs ) {
858 if ( rs ) {
860 rs->sr_err = rc;
871 send_ldap_result( op, rs );
895 backend_unbind( Operation *op, SlapReply *rs )
902 be->be_unbind( op, rs );
942 SlapReply *rs )
945 rs
1018 backend_check_restrictions( Operation *op, SlapReply *rs, struct berval *opdata ) argument
1679 SlapReply rs = { REP_SEARCH }; local
1846 SlapReply rs = { REP_SEARCH }; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dgdiglue.cpp44 GDISurface *rs = (GDISurface *) surface; local
46 rs->setHDC(hdc);
51 GDISurface *rs = (GDISurface *) surface; local
53 delete rs;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/lastmod/
H A Dlastmod.c116 lastmod_search( Operation *op, SlapReply *rs )
123 rs->sr_err = LDAP_SUCCESS;
129 rs->sr_attrs = op->ors_attrs;
130 rs->sr_flags = 0;
131 rs->sr_entry = lmi->lmi_e;
132 rs->sr_err = send_search_entry( op, rs );
133 rs->sr_entry = NULL;
134 rs->sr_flags = 0;
135 rs
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dadd.c34 SlapReply *rs )
44 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
49 send_ldap_error( op, rs, LDAP_OTHER,
65 sock_read_and_send_results( op, rs, fp );
H A Dbind.c34 SlapReply *rs )
54 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
59 send_ldap_error( op, rs, LDAP_OTHER,
76 rc = sock_read_and_send_results( op, rs, fp );
H A Dcompare.c35 SlapReply *rs )
55 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
60 send_ldap_error( op, rs, LDAP_OTHER,
84 sock_read_and_send_results( op, rs, fp );
H A Ddelete.c34 SlapReply *rs )
53 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
58 send_ldap_error( op, rs, LDAP_OTHER,
72 sock_read_and_send_results( op, rs, fp );
H A Dmodrdn.c34 SlapReply *rs )
54 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
59 send_ldap_error( op, rs, LDAP_OTHER,
78 sock_read_and_send_results( op, rs, fp );
H A Dsearch.c38 SlapReply *rs )
45 send_ldap_error( op, rs, LDAP_OTHER,
69 rs->sr_attrs = op->oq_search.rs_attrs;
70 sock_read_and_send_results( op, rs, fp );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Doperational.c106 SlapReply *rs )
124 rs->sr_entry->e_nname.bv_val, 0, 0 );
126 for ( ap = &rs->sr_entry->e_attrs; *ap; ap = &(*ap)->a_next ) {
141 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
174 if ( ( SLAP_OPATTRS( rs->sr_attr_flags ) || ad_inlist( slap_schema.si_ad_hasSubordinates, rs->sr_attrs ) )
176 && attr_find( rs->sr_entry->e_attrs, slap_schema.si_ad_hasSubordinates ) == NULL )
178 rc = backsql_has_children( op, dbh, &rs->sr_entry->e_nname );
196 if ( ( SLAP_OPATTRS( rs->sr_attr_flags ) || ad_inlist( slap_schema.si_ad_entryUUID, rs
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Doperational.c121 SlapReply *rs )
125 assert( rs->sr_entry != NULL );
127 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
134 attr_find( rs->sr_entry->e_attrs, slap_schema.si_ad_hasSubordinates ) == NULL &&
135 ( SLAP_OPATTRS( rs->sr_attr_flags ) ||
136 ad_inlist( slap_schema.si_ad_hasSubordinates, rs->sr_attrs ) ) )
140 rc = bdb_hasSubordinates( op, rs->sr_entry, &hasSubordinates );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dchain.c116 #define ldap_chain_db_destroy_one(be, rs) (lback)->bi_db_destroy( (be), (rs) )
128 SlapReply *rs,
136 SlapReply *rs,
256 ldap_chain_cb_search_response( Operation *op, SlapReply *rs )
267 if ( rs->sr_type == REP_SEARCH ) {
268 Attribute **ap = &rs->sr_entry->e_attrs;
288 rs->sr_flags |= REP_NO_OPERATIONALS;
292 } else if ( rs->sr_type == REP_SEARCHREF ) {
295 if ( lb->lb_depth < lb->lb_lc->lc_max_depth && rs
390 ldap_chain_op( Operation *op, SlapReply *rs, BI_op_func *op_f, BerVarray ref, int depth ) argument
666 ldap_chain_search( Operation *op, SlapReply *rs, BerVarray ref, int depth ) argument
1386 SlapReply *rs; member in struct:ldap_chain_cfadd_apply_t
1415 chain_cfadd( Operation *op, SlapReply *rs, Entry *p, ConfigArgs *ca ) argument
1585 SlapReply rs = { 0 }; local
2149 ldap_chain_parse_ctrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMIPSAssembler.h217 void move(RegisterID rd, RegisterID rs) argument
220 emitInst(0x00000021 | (rd << OP_SH_RD) | (rs << OP_SH_RS));
243 void addiu(RegisterID rt, RegisterID rs, int imm) argument
245 emitInst(0x24000000 | (rt << OP_SH_RT) | (rs << OP_SH_RS) | (imm & 0xffff));
248 void addu(RegisterID rd, RegisterID rs, RegisterID rt) argument
250 emitInst(0x00000021 | (rd << OP_SH_RD) | (rs << OP_SH_RS) | (rt << OP_SH_RT));
253 void subu(RegisterID rd, RegisterID rs, RegisterID rt) argument
255 emitInst(0x00000023 | (rd << OP_SH_RD) | (rs << OP_SH_RS) | (rt << OP_SH_RT));
258 void mult(RegisterID rs, RegisterID rt) argument
260 emitInst(0x00000018 | (rs << OP_SH_R
263 div(RegisterID rs, RegisterID rt) argument
278 mul(RegisterID rd, RegisterID rs, RegisterID rt) argument
288 andInsn(RegisterID rd, RegisterID rs, RegisterID rt) argument
293 andi(RegisterID rt, RegisterID rs, int imm) argument
298 nor(RegisterID rd, RegisterID rs, RegisterID rt) argument
303 orInsn(RegisterID rd, RegisterID rs, RegisterID rt) argument
308 ori(RegisterID rt, RegisterID rs, int imm) argument
313 xorInsn(RegisterID rd, RegisterID rs, RegisterID rt) argument
318 xori(RegisterID rt, RegisterID rs, int imm) argument
323 slt(RegisterID rd, RegisterID rs, RegisterID rt) argument
328 sltu(RegisterID rd, RegisterID rs, RegisterID rt) argument
333 sltiu(RegisterID rt, RegisterID rs, int imm) argument
343 sllv(RegisterID rd, RegisterID rt, RegisterID rs) argument
353 srav(RegisterID rd, RegisterID rt, RegisterID rs) argument
363 srlv(RegisterID rd, RegisterID rt, RegisterID rs) argument
368 lb(RegisterID rt, RegisterID rs, int offset) argument
374 lbu(RegisterID rt, RegisterID rs, int offset) argument
380 lw(RegisterID rt, RegisterID rs, int offset) argument
386 lwl(RegisterID rt, RegisterID rs, int offset) argument
392 lwr(RegisterID rt, RegisterID rs, int offset) argument
398 lh(RegisterID rt, RegisterID rs, int offset) argument
404 lhu(RegisterID rt, RegisterID rs, int offset) argument
410 sb(RegisterID rt, RegisterID rs, int offset) argument
415 sh(RegisterID rt, RegisterID rs, int offset) argument
420 sw(RegisterID rt, RegisterID rs, int offset) argument
425 jr(RegisterID rs) argument
430 jalr(RegisterID rs) argument
446 bgez(RegisterID rs, int imm) argument
451 bltz(RegisterID rs, int imm) argument
456 beq(RegisterID rs, RegisterID rt, int imm) argument
461 bne(RegisterID rs, RegisterID rt, int imm) argument
501 lwc1(FPRegisterID ft, RegisterID rs, int offset) argument
507 ldc1(FPRegisterID ft, RegisterID rs, int offset) argument
512 swc1(FPRegisterID ft, RegisterID rs, int offset) argument
517 sdc1(FPRegisterID ft, RegisterID rs, int offset) argument
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Drainbow.pl42 my $rs = sin( $red += $rdelta );
43 my $rc = $rs * 120 + 120;
49 $rq = $rp <=> $rs;
53 $rp = $rs;
58 if ( $rr == 1 and $rq < 1 and $rs < 1 );
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Drainbow.pl42 my $rs = sin( $red += $rdelta );
43 my $rc = $rs * 120 + 120;
49 $rq = $rp <=> $rs;
53 $rp = $rs;
58 if ( $rr == 1 and $rq < 1 and $rs < 1 );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/proxyOld/
H A DproxyOld.c48 SlapReply *rs,
62 rs->sr_text = "proxy authorization control specified multiple times";
77 rs->sr_text = "ber_init failed";
84 rs->sr_text = "proxyOld control could not be decoded";
104 rs->sr_text = "not authorized to assume identity";
46 proxyOld_parse( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dmodify.c44 SlapReply *rs )
55 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
72 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
77 send_ldap_error( op, rs, LDAP_OTHER,
118 read_and_send_results( op, rs, rfp );
H A Dmodrdn.c44 SlapReply *rs )
52 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
70 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
75 send_ldap_error( op, rs, LDAP_OTHER,
93 read_and_send_results( op, rs, rfp );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/noopsrch/
H A Dnoopsrch.c43 SlapReply *rs,
47 rs->sr_text = "No-op Search control specified multiple times";
52 rs->sr_text = "No-op Search control value is present";
62 rs->sr_err = LDAP_SUCCESS;
64 return rs->sr_err;
79 noopsrch_response( Operation *op, SlapReply *rs )
90 if ( rs->sr_type == REP_SEARCH ) {
97 } else if ( rs->sr_type == REP_SEARCHREF ) {
101 } else if ( rs->sr_type == REP_RESULT ) {
106 int rc = rs
41 noopsrch_parseCtrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dsearch.c48 SlapReply *rs,
71 SlapReply *rs,
157 rc = meta_back_init_one_conn( op, rs, *mcp, candidate,
191 rc = meta_back_proxy_authz_cred( mc, candidate, op, rs, LDAP_BACK_DONTSEND, &binddn, &cred, &method );
319 rc = meta_back_init_one_conn( op, rs, mc, candidate,
338 rs->sr_err = LDAP_UNAVAILABLE;
346 rs->sr_err = rc;
347 rc = slap_map_api2result( rs );
356 rs->sr_err = rc;
374 SlapReply *rs,
69 meta_search_dobind_init( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, SlapReply *candidates ) argument
372 meta_search_dobind_result( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, SlapReply *candidates, LDAPMessage *res ) argument
443 meta_back_search_start( Operation *op, SlapReply *rs, dncookie *dc, metaconn_t **mcp, int candidate, SlapReply *candidates, struct berval *prcookie, ber_int_t prsize ) argument
2024 meta_send_entry( Operation *op, SlapReply *rs, metaconn_t *mc, int target, LDAPMessage *e ) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c67 rdnval_unique_check_cb( Operation *op, SlapReply *rs )
69 if ( rs->sr_type == REP_SEARCH ) {
180 SlapReply *rs,
195 if ( ldap_bv2rdn_x( dn, &rdn, (char **)&rs->sr_text,
202 rs->sr_err = LDAP_INVALID_DN_SYNTAX;
203 rs->sr_text = "unknown type(s) used in RDN";
209 (char **)&rs->sr_text, LDAP_DN_FORMAT_LDAP, op->o_tmpmemctx ) )
215 rs->sr_err = LDAP_INVALID_DN_SYNTAX;
216 rs->sr_text = "unknown type(s) used in RDN";
233 rs
178 rdnval_rdn2vals( Operation *op, SlapReply *rs, struct berval *dn, struct berval *ndn, BerVarray *valsp, BerVarray *nvalsp, int *numvalsp ) argument
480 SlapReply rs = { REP_RESULT }; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/trace/
H A Dtrace.c85 trace_op_func( Operation *op, SlapReply *rs )
112 trace_response( Operation *op, SlapReply *rs )
125 rs->sr_rspoid == NULL ? "" : rs->sr_rspoid,
126 rs->sr_err );
130 switch ( rs->sr_type ) {
135 rs->sr_entry->e_name.bv_val );
142 rs->sr_ref[ 0 ].bv_val );
159 rs->sr_err );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c737 ldif_send_entry( Operation *op, SlapReply *rs, Entry *e, int scope ) argument
742 if ( rs == NULL ) {
771 rs->sr_ref = referral_rewrite( refs, &e->e_name, NULL, scope );
772 rs->sr_entry = e;
773 rc = send_search_reference( op, rs );
774 ber_bvarray_free( rs->sr_ref );
776 rs->sr_ref = NULL;
777 rs->sr_entry = NULL;
781 rs->sr_entry = e;
782 rs
801 ldif_readdir( Operation *op, SlapReply *rs, const struct berval *path, bvlist **listp, ber_len_t *fname_maxlenp ) argument
914 ldif_search_entry( Operation *op, SlapReply *rs, Entry *e, int scope, struct berval *path ) argument
1140 apply_modify_to_entry( Entry *entry, Modifications *modlist, Operation *op, SlapReply *rs, char *textbuf ) argument
[all...]

Completed in 233 milliseconds

1234567891011>>