/freebsd-src/contrib/unbound/util/data/ |
H A D | msgreply.c | 101 struct reply_info* rep; construct_reply_info_base() local 139 parse_create_repinfo(struct msg_parse * msg,struct reply_info ** rep,struct regional * region) parse_create_repinfo() argument 151 reply_info_alloc_rrset_keys(struct reply_info * rep,struct alloc_cache * alloc,struct regional * region) reply_info_alloc_rrset_keys() argument 175 make_new_reply_info(const struct reply_info * rep,struct regional * region,size_t an_numrrsets,size_t copy_rrsets) make_new_reply_info() argument 466 parse_copy_decompress(sldns_buffer * pkt,struct msg_parse * msg,struct reply_info * rep,struct regional * region) parse_copy_decompress() argument 495 parse_create_msg(sldns_buffer * pkt,struct msg_parse * msg,struct alloc_cache * alloc,struct query_info * qinf,struct reply_info ** rep,struct regional * region) parse_create_msg() argument 514 reply_info_parse(sldns_buffer * pkt,struct alloc_cache * alloc,struct query_info * qinf,struct reply_info ** rep,struct regional * region,struct edns_data * edns) reply_info_parse() argument 558 reply_info_sortref(struct reply_info * rep) reply_info_sortref() argument 565 reply_info_set_ttls(struct reply_info * rep,time_t timenow) reply_info_set_ttls() argument 585 reply_info_parsedelete(struct reply_info * rep,struct alloc_cache * alloc) reply_info_parsedelete() argument 760 reply_info_copy(struct reply_info * rep,struct alloc_cache * alloc,struct regional * region) reply_info_copy() argument 804 reply_find_final_cname_target(struct query_info * qinfo,struct reply_info * rep) reply_find_final_cname_target() argument 825 reply_find_answer_rrset(struct query_info * qinfo,struct reply_info * rep) reply_find_answer_rrset() argument 850 reply_find_rrset_section_an(struct reply_info * rep,uint8_t * name,size_t namelen,uint16_t type,uint16_t dclass) reply_find_rrset_section_an() argument 866 reply_find_rrset_section_ns(struct reply_info * rep,uint8_t * name,size_t namelen,uint16_t type,uint16_t dclass) reply_find_rrset_section_ns() argument 882 reply_find_rrset(struct reply_info * rep,uint8_t * name,size_t namelen,uint16_t type,uint16_t dclass) reply_find_rrset() argument 899 log_dns_msg(const char * str,struct query_info * qinfo,struct reply_info * rep) log_dns_msg() argument 1014 reply_check_cname_chain(struct query_info * qinfo,struct reply_info * rep) reply_check_cname_chain() argument 1039 reply_all_rrsets_secure(struct reply_info * rep) reply_all_rrsets_secure() argument 1054 struct reply_info* rep; parse_reply_in_temp_region() local 1173 inplace_cb_reply_call_generic(struct inplace_cb * callback_list,enum inplace_cb_list_type type,struct query_info * qinfo,struct module_qstate * qstate,struct reply_info * rep,int rcode,struct edns_data * edns,struct comm_reply * repinfo,struct regional * region,struct timeval * start_time) inplace_cb_reply_call_generic() argument 1195 inplace_cb_reply_call(struct module_env * env,struct query_info * qinfo,struct module_qstate * qstate,struct reply_info * rep,int rcode,struct edns_data * edns,struct comm_reply * repinfo,struct regional * region,struct timeval * start_time) inplace_cb_reply_call() argument 1206 inplace_cb_reply_cache_call(struct module_env * env,struct query_info * qinfo,struct module_qstate * qstate,struct reply_info * rep,int rcode,struct edns_data * edns,struct comm_reply * repinfo,struct regional * region,struct timeval * start_time) inplace_cb_reply_cache_call() argument 1217 inplace_cb_reply_local_call(struct module_env * env,struct query_info * qinfo,struct module_qstate * qstate,struct reply_info * rep,int rcode,struct edns_data * edns,struct comm_reply * repinfo,struct regional * region,struct timeval * start_time) inplace_cb_reply_local_call() argument 1228 inplace_cb_reply_servfail_call(struct module_env * env,struct query_info * qinfo,struct module_qstate * qstate,struct reply_info * rep,int rcode,struct edns_data * edns,struct comm_reply * repinfo,struct regional * region,struct timeval * start_time) inplace_cb_reply_servfail_call() argument [all...] |
/freebsd-src/contrib/unbound/cachedb/ |
H A D | redis.c | 108 redisReply* rep; redis_connect() local 118 redisReply* rep; redis_connect() local 175 redisReply* rep = NULL; redis_init() local 235 redisReply* rep; redis_command() local 282 redisReply* rep; redis_lookup() local 330 redisReply* rep; redis_store() local [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_debugging.cpp | 79 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data() local 94 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag() local 102 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack() local 113 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop() local 130 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc() local 147 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc_object_type() local 157 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mutex() local 171 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_thread() local 185 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_unique_tid() local
|
H A D | tsan_report.cpp | 264 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { in ChooseSummaryStack() 282 void PrintReport(const ReportDesc *rep) { in PrintReport() 429 void PrintReport(const ReportDesc *rep) { in PrintReport()
|
/freebsd-src/contrib/llvm-project/libcxx/src/include/ |
H A D | refstring.h | 51 inline char* data_from_rep(_Rep_base* rep) noexcept { in data_from_rep() 80 _Rep_base* rep = static_cast<_Rep_base*>(::operator new(sizeof(*rep) + len + 1)); in __libcpp_refstring() local 110 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring() local
|
/freebsd-src/lib/libusbhid/ |
H A D | descr.c | 60 report_desc_t rep; in hid_get_report_id() local 99 report_desc_t rep; in hid_get_report_desc() local
|
H A D | descr_compat.c | 70 struct usb_ctl_report_desc rep; in hid_get_report_desc_compat7() local
|
/freebsd-src/contrib/unbound/validator/ |
H A D | val_utils.c | 67 struct query_info* qinf, struct reply_info* rep, size_t skip) in val_classify_response() argument 245 val_find_signer(enum val_classification subtype,struct query_info * qinf,struct reply_info * rep,size_t skip,uint8_t ** signer_name,size_t * signer_len) val_find_signer() argument 937 val_chase_cname(struct query_info * qchase,struct reply_info * rep,size_t * cname_skip) val_chase_cname() argument 1040 val_reply_remove_auth(struct reply_info * rep,size_t index) val_reply_remove_auth() argument 1053 val_check_nonsecure(struct module_env * env,struct reply_info * rep) val_check_nonsecure() argument 1137 val_mark_indeterminate(struct reply_info * rep,struct val_anchors * anchors,struct rrset_cache * r,struct module_env * env) val_mark_indeterminate() argument 1157 val_mark_insecure(struct reply_info * rep,uint8_t * kname,struct rrset_cache * r,struct module_env * env) val_mark_insecure() argument 1174 val_next_unchecked(struct reply_info * rep,size_t skip) val_next_unchecked() argument 1237 val_has_signed_nsecs(struct reply_info * rep,char ** reason) val_has_signed_nsecs() argument [all...] |
/freebsd-src/lib/libnetgraph/ |
H A D | msg.c | 162 struct ng_mesg rep; in NgSendReplyMsg() local 261 NgRecvMsg(int cs, struct ng_mesg *rep, size_t replen, char *path) in NgRecvMsg() 299 NgAllocRecvMsg(int cs, struct ng_mesg **rep, char *path) in NgAllocRecvMsg()
|
/freebsd-src/crypto/openssl/crypto/cmp/ |
H A D | cmp_client.c | 33 const OSSL_CMP_MSG *rep, in unprotected_exception() 124 OSSL_CMP_MSG **rep, int expected_type) in send_receive_check() 251 OSSL_CMP_MSG **rep, int *checkAfter) in poll_for_response() 691 OSSL_CMP_MSG *rep = NULL; in OSSL_CMP_try_certreq() local 733 OSSL_CMP_MSG *rep = NULL; in OSSL_CMP_exec_certreq() local
|
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | free.c | 37 krb5_free_kdc_rep(krb5_context context, krb5_kdc_rep *rep) in krb5_free_kdc_rep()
|
H A D | send_to_kdc.c | 54 krb5_data *rep) in recv_loop() 119 krb5_data *rep) in send_and_recv_udp() 138 krb5_data *rep) in send_and_recv_tcp() 170 krb5_data *rep) in _krb5_send_and_recv_tcp() 184 krb5_data *rep) in send_and_recv_http()
|
H A D | ticket.c | 376 krb5_kdc_rep *rep, in check_server_referral() 509 krb5_kdc_rep *rep, in check_client_referral() 651 krb5_kdc_rep *rep, in _krb5_extract_ticket()
|
/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | steady_clock.h | 29 typedef duration::rep rep; typedef
|
H A D | system_clock.h | 29 typedef duration::rep rep; typedef
|
H A D | time_point.h | 41 typedef typename duration::rep rep; typedef
|
H A D | file_clock.h | 52 typedef __int128_t rep; global() typedef
|
/freebsd-src/contrib/unbound/services/cache/ |
H A D | dns.h | 65 struct reply_info *rep; member
|
/freebsd-src/contrib/blocklist/port/ |
H A D | _strtoi.h | 54 int rep; in _FUNCNAME() local
|
/freebsd-src/crypto/heimdal/kcm/ |
H A D | connect.c | 46 krb5_data request, rep; in kcm_service() local
|
/freebsd-src/crypto/heimdal/kdc/ |
H A D | kx509.c | 103 Kx509Response *rep) in calculate_reply_hash() 302 Kx509Response rep; in _kdc_do_kx509() local
|
/freebsd-src/contrib/unbound/services/ |
H A D | mesh.c | 405 mesh_new_client(struct mesh_area * mesh,struct query_info * qinfo,struct respip_client_info * cinfo,uint16_t qflags,struct edns_data * edns,struct comm_reply * rep,uint16_t qid,int rpz_passthru) mesh_new_client() argument 960 struct mesh_reply* rep = mstate->reply_list; mesh_state_cleanup() local 1203 mesh_do_callback(struct mesh_state * m,int rcode,struct reply_info * rep,struct mesh_cb * r,struct timeval * start_time) mesh_do_callback() argument 1287 mesh_find_and_attach_ede_and_reason(struct mesh_state * m,struct reply_info * rep,struct mesh_reply * r) mesh_find_and_attach_ede_and_reason() argument 1321 mesh_send_reply(struct mesh_state * m,int rcode,struct reply_info * rep,struct mesh_reply * r,struct sldns_buffer * r_buffer,struct mesh_reply * prev,struct sldns_buffer * prev_buffer) mesh_send_reply() argument 1488 struct reply_info* rep = (mstate->s.return_msg? mesh_query_done() local 1695 mesh_state_add_reply(struct mesh_state * s,struct edns_data * edns,struct comm_reply * rep,uint16_t qid,uint16_t qflags,const struct query_info * qinfo) mesh_state_add_reply() argument 2114 apply_respip_action(struct module_qstate * qstate,const struct query_info * qinfo,struct respip_client_info * cinfo,struct respip_action_info * actinfo,struct reply_info * rep,struct ub_packed_rrset_key ** alias_rrset,struct reply_info ** encode_repp,struct auth_zones * az) apply_respip_action() argument [all...] |
/freebsd-src/crypto/heimdal/lib/ipc/ |
H A D | ts.c | 66 heim_idata rep; in test_service() local
|
/freebsd-src/sys/dev/qat/qat_common/ |
H A D | adf_freebsd_pfvf_ctrs_dbg.c | 13 adf_pfvf_ctrs_prepare_report(char *rep, struct pfvf_stats *pfvf_counters) in adf_pfvf_ctrs_prepare_report()
|
/freebsd-src/contrib/less/ |
H A D | line.c | 676 STORE_CHAR(ch,a,rep,pos) global() argument 681 store_char(LWCHAR ch,int a,char * rep,POSITION pos) store_char() argument 972 store_control_char(LWCHAR ch,char * rep,POSITION pos) store_control_char() argument 986 store_ansi(LWCHAR ch,char * rep,POSITION pos) store_ansi() argument 1025 store_bs(LWCHAR ch,char * rep,POSITION pos) store_bs() argument 1040 do_append(LWCHAR ch,char * rep,POSITION pos) do_append() argument [all...] |