Searched refs:rr (Results 101 - 125 of 201) sorted by relevance

123456789

/macosx-10.10/groff-38/groff/src/preproc/eqn/
H A Dlimit.cpp38 box *make_limit_box(box *pp, box *qq, box *rr) argument
40 return new limit_box(pp, qq, rr);
43 limit_box::limit_box(box *pp, box *qq, box *rr) argument
44 : p(pp), from(qq), to(rr)
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dnsec3param_51.c146 isc_region_t sr, rr; local
157 rr = sr;
168 RETERR(mem_tobuffer(target, rr.base, rr.length));
169 isc_buffer_forward(source, rr.length);
/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp.h57 struct DNS_RR *rr; /* DNS resource record or null */ member in struct:SMTP_ITERATOR
69 (iter)->mx = (iter)->rr = 0; \
358 #define SMTP_HNAME(rr) (var_smtp_cname_overr ? (rr)->rname : (rr)->qname)
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dcms.c122 CMS_ReceiptRequest *rr = NULL; local
966 rr = make_receipt_request(rr_to, rr_allorfirst,
968 if (!rr)
994 if (rr && !CMS_add1_ReceiptRequest(si, rr))
1162 if (rr)
1163 CMS_ReceiptRequest_free(rr);
1239 CMS_ReceiptRequest *rr; local
1248 rv = CMS_get1_ReceiptRequest(si, &rr);
1261 CMS_ReceiptRequest_get0_values(rr,
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A Ddaemon.c264 AuthRecord *rr; local
265 for (rr = m->ResourceRecords; rr; rr=rr->next)
267 if (rr->next == (AuthRecord *)~0 || rr->resrec.RecordType == 0 || rr->resrec.RecordType == 0xFF)
268 LogMemCorruption("ResourceRecords list: %p is garbage (%X)", rr, rr
1414 UpdateCallback(mDNS *const m, AuthRecord *const rr, RData *OldRData, mDNSu16 OldRDLen) argument
1422 UpdateRecord(ServiceRecordSet *srs, mach_port_t client, AuthRecord *rr, const char *data, mach_msg_type_number_t data_len, uint32_t ttl) argument
1973 CacheRecord *rr; local
2073 CacheRecord *rr; local
2636 AuthRecord *rr; local
[all...]
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.c3772 BIGNUM *rr; local
3801 if ((rr = BN_CTX_get(ctx)) == NULL) {
3805 rr = r;
3807 rr->neg = a->neg^b->neg;
3816 if (bn_wexpand(rr, 8) == NULL) {
3819 rr->top = 8;
3820 bn_mul_comba4(rr->d, a->d, b->d);
3825 if (bn_wexpand(rr, 16) == NULL) {
3828 rr->top = 16;
3829 bn_mul_comba8(rr
3947 BN_ULONG *rr; local
4456 BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
4616 BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
4779 BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1, const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
5071 BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *in_mont) argument
5271 BIGNUM *tmp, *rr; local
[all...]
H A Dossl-dsa-eay.c116 #define DSA_MOD_EXP(err_instr, dsa, rr, a1, p1, a2, p2, m, ctx, in_mont) \
120 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
123 _tmp_res53 = BN_mod_exp2_mont((rr), (a1), (p1), (a2), (p2), \
H A Dossl-bn.h310 int BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p,
312 int BN_mod_exp_mont(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
314 int BN_mod_exp2_mont(BIGNUM *rr, const BIGNUM *a1, const BIGNUM *p1,
317 int BN_mod_exp_mont_consttime(BIGNUM *rr, const BIGNUM *a, const BIGNUM *p,
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DmDNSEmbeddedAPI.h451 #define mDNS_KeepaliveRecord(rr) ((rr)->rrtype == kDNSType_NULL && SameDomainLabel(SecondLabel((rr)->name)->c, (mDNSu8 *)"\x0A_keepalive"))
516 AuthRecord *rr; // For record updates member in struct:tcpInfo_t
1071 typedef void mDNSRecordCallback (mDNS *const m, AuthRecord *const rr, mStatus result);
1077 typedef void mDNSRecordUpdateCallback (mDNS *const m, AuthRecord *const rr, RData *OldRData, mDNSu16 OldRDLen);
1557 // e.g. rr->resrec.RecordType can be kDNSRecordTypeUnregistered,
1558 // and rr->state can be regState_Unregistered
1608 #define RRLocalOnly(rr) ((rr)
[all...]
/macosx-10.10/ruby-106/ruby/test/dl/
H A Dtest_import.rb136 rr = LIBC.isdigit(?r.ord)
139 assert_zero(rr)
/macosx-10.10/ruby-106/ruby/test/fiddle/
H A Dtest_import.rb129 rr = LIBC.isdigit(?r.ord)
132 assert_equal(0, rr)
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dtclprocvfs.tcl145 regsub "^(::)?${ns}(::)?${path}(::)?" $r $actualpath rr
146 lappend realres $rr
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnsextd.h69 CacheRecord rr; // last field in struct allows for allocation of oversized RRs member in struct:RRTableElem
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_exp2.c36 int BN_mod_exp2_mont(BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, BIGNUM *a2, argument
60 BN_one(rr);
204 BN_from_montgomery(rr,r,mont,ctx);
/macosx-10.10/adv_cmds-158/ps/
H A Dtasks.c157 error = task_info(ki->task, TASK_SCHED_RR_INFO, (task_info_t)&ki->schedinfo.rr, &info_count);
166 ki->curpri = ki->schedinfo.rr.base_priority;
167 ki->basepri = ki->schedinfo.rr.base_priority;
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_dane.c770 /* tlsa_apply - apply filter to each rr in turn */
772 static DNS_RR *tlsa_apply(DNS_RR *rr, tlsa_filter filter, filter_ctx *ctx) argument
782 for ( /* nop */ ; rr; rr = next) {
783 next = rr->next;
785 if (filter(rr, ctx) == FILTER_RR_KEEP) {
786 tail = rr;
788 head = rr;
791 tail->next = rr->next;
792 rr
841 parse_tlsa_rr(DNS_RR *rr, filter_ctx *ctx) argument
[all...]
/macosx-10.10/postfix-255/postfix/src/posttls-finger/
H A Dposttls-finger.c963 DNS_RR *rr; local
997 for (rr = addr; rr; rr = rr->next)
998 rr->pref = pref;
1074 DNS_RR *rr; local
1077 for (rr = mx_names; rr; rr
[all...]
/macosx-10.10/OpenSSL098-52/src/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c109 static int cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1,
548 static int cluster_labs_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, argument
556 /* let rr = a1 ^ p1 mod m */
557 if (!cluster_labs_mod_exp(rr,a1,p1,m,ctx)) goto end;
560 /* let rr = rr * t mod m */
561 if (!BN_mod_mul(rr,rr,&t,m,ctx)) goto end;
/macosx-10.10/OpenSSL098-52/src/engines/
H A De_atalla.c107 static int atalla_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1,
544 static int atalla_dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, argument
552 /* let rr = a1 ^ p1 mod m */
553 if (!atalla_mod_exp(rr,a1,p1,m,ctx)) goto end;
556 /* let rr = rr * t mod m */
557 if (!BN_mod_mul(rr,rr,&t,m,ctx)) goto end;
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_scgi.c463 request_rec *rr; local
465 rr = ap_sub_req_lookup_file(req_conf->location, r,
467 if (rr->status == HTTP_OK && rr->finfo.filetype != APR_NOFILE) {
473 ap_run_sub_req(rr);
478 "(rr->status=%d, rr->finfo.filetype=%d)",
479 req_conf->location, rr->status,
480 rr->finfo.filetype);
/macosx-10.10/OpenSSL098-52/src/crypto/dsa/
H A Ddsa_ossl.c105 #define DSA_MOD_EXP(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
109 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
112 _tmp_res53 = BN_mod_exp2_mont((rr), (a1), (p1), (a2), (p2), \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/dsa/
H A Ddsa_ossl.c92 static int dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
327 static int dsa_mod_exp(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1, argument
331 return BN_mod_exp2_mont(rr, a1, p1, a2, p2, m, ctx, in_mont);
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_auth_form.c978 request_rec *rr; local
982 rr = ap_sub_req_lookup_uri(r->uri, r, r->input_filters);
983 rr->headers_in = r->headers_in;
988 ap_run_insert_filter(rr);
991 rv = get_form_auth(rr, conf->username, conf->password, conf->location,
999 r->user = apr_pstrdup(r->pool, rr->user);
1001 /* we cannot clean up rr at this point, as memory allocated to rr is
1242 request_rec *rr = NULL; local
1258 rr
[all...]
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_cgid.c1655 request_rec *rr = ap_sub_req_lookup_uri(s, r, f->next); local
1658 if (rr->status != HTTP_OK) {
1659 ap_destroy_sub_req(rr);
1664 if ((rr->path_info && rr->path_info[0]) || rr->args) {
1665 ap_destroy_sub_req(rr);
1668 if (rr->finfo.filetype != APR_REG) {
1669 ap_destroy_sub_req(rr);
1674 rr
[all...]
/macosx-10.10/libresolv-57/
H A Dres_debug.c159 ns_rr rr; local
177 if (ns_parserr(handle, section, rrnum, &rr)) {
191 ns_rr_name(rr),
192 p_type(ns_rr_type(rr)),
193 p_class(ns_rr_class(rr)));
194 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
195 u_int32_t ttl = ns_rr_ttl(rr);
198 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
200 n = ns_sprintrr(handle, &rr, NULL, NULL,

Completed in 301 milliseconds

123456789