/freebsd/contrib/unbound/util/data/ |
H A D | msgreply.c | 104 struct reply_info* rep; in construct_reply_info_base() local 143 parse_create_repinfo(struct msg_parse* msg, struct reply_info** rep, in parse_create_repinfo() 155 reply_info_alloc_rrset_keys(struct reply_info* rep, struct alloc_cache* alloc, in reply_info_alloc_rrset_keys() 179 reply_info_can_answer_expired(struct reply_info* rep, time_t timenow) in reply_info_can_answer_expired() 191 int reply_info_could_use_expired(struct reply_info* rep, time_t timenow) in reply_info_could_use_expired() 205 make_new_reply_info(const struct reply_info* rep, struct regional* region, in make_new_reply_info() 497 struct reply_info* rep, struct regional* region) in parse_copy_decompress() 528 struct reply_info** rep, struct regional* region) in parse_create_msg() 547 struct query_info* qinf, struct reply_info** rep, in reply_info_parse() 591 reply_info_sortref(struct reply_info* rep) in reply_info_sortref() [all …]
|
/freebsd/contrib/unbound/cachedb/ |
H A D | redis.c | 109 redisReply* rep; in redis_connect() local 119 redisReply* rep; in redis_connect() local 192 redisReply* rep = NULL; in redis_init() local 252 redisReply* rep; in redis_command() local 299 redisReply* rep; in redis_lookup() local 347 redisReply* rep; in redis_store() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_debugging.cpp | 77 const ReportDesc *rep = (ReportDesc *)report; __tsan_get_report_data() local 92 const ReportDesc *rep = (ReportDesc *)report; __tsan_get_report_tag() local 100 const ReportDesc *rep = (ReportDesc *)report; __tsan_get_report_stack() local 111 const ReportDesc *rep = (ReportDesc *)report; __tsan_get_report_mop() local 128 const ReportDesc *rep = (ReportDesc *)report; __tsan_get_report_loc() local 145 const ReportDesc *rep = (ReportDesc *)report; __tsan_get_report_loc_object_type() local 155 const ReportDesc *rep = (ReportDesc *)report; __tsan_get_report_mutex() local 169 const ReportDesc *rep = (ReportDesc *)report; __tsan_get_report_thread() local 183 const ReportDesc *rep = (ReportDesc *)report; __tsan_get_report_unique_tid() local [all...] |
H A D | tsan_report.cpp | 262 ChooseSummaryStack(const ReportDesc * rep) ChooseSummaryStack() argument 296 PrintReport(const ReportDesc * rep) PrintReport() argument 443 PrintReport(const ReportDesc * rep) PrintReport() argument [all...] |
/freebsd/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() argument 85 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); __libcpp_refstring() local 122 _Rep_base* rep = rep_from_data(__imp_); ~__libcpp_refstring() local [all...] |
/freebsd/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/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() 247 cname_under_previous_dname(struct reply_info* rep, size_t cname_idx, in cname_under_previous_dname() 265 struct reply_info* rep, size_t skip, uint8_t** signer_name, in val_find_signer() 970 val_chase_cname(struct query_info* qchase, struct reply_info* rep, in val_chase_cname() 1080 void val_reply_remove_auth(struct reply_info* rep, size_t index) in val_reply_remove_auth() 1093 val_check_nonsecure(struct module_env* env, struct reply_info* rep) in val_check_nonsecure() 1177 val_mark_indeterminate(struct reply_info* rep, struct val_anchors* anchors, in val_mark_indeterminate() 1197 val_mark_insecure(struct reply_info* rep, uint8_t* kname, in val_mark_insecure() 1214 val_next_unchecked(struct reply_info* rep, size_t skip) in val_next_unchecked() 1277 int val_has_signed_nsecs(struct reply_info* rep, char** reason) in val_has_signed_nsecs()
|
/freebsd/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/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/crypto/heimdal/lib/krb5/ |
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 | free.c | 37 krb5_free_kdc_rep(krb5_context context, krb5_kdc_rep *rep) in krb5_free_kdc_rep()
|
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/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | steady_clock.h | 31 typedef duration::rep rep; global() typedef
|
H A D | system_clock.h | 31 typedef duration::rep rep; global() typedef
|
H A D | time_point.h | 41 typedef typename duration::rep rep; typedef
|
H A D | file_clock.h | 51 typedef __int128_t rep; typedef
|
/freebsd/contrib/unbound/services/cache/ |
H A D | dns.h | 65 struct reply_info *rep; member
|
/freebsd/contrib/blocklist/port/ |
H A D | _strtoi.h | 54 int rep; in _FUNCNAME() local
|
/freebsd/crypto/heimdal/kcm/ |
H A D | connect.c | 46 krb5_data request, rep; in kcm_service() local
|
/freebsd/crypto/heimdal/kdc/ |
H A D | kx509.c | 103 Kx509Response *rep) in calculate_reply_hash() 302 Kx509Response rep; in _kdc_do_kx509() local
|
/freebsd/contrib/unbound/services/ |
H A D | mesh.c | 407 struct edns_data* edns, struct comm_reply* rep, uint16_t qid, in mesh_new_client() 972 struct mesh_reply* rep = mstate->reply_list; in mesh_state_cleanup() local 1217 mesh_do_callback(struct mesh_state* m, int rcode, struct reply_info* rep, in mesh_do_callback() 1301 struct reply_info* rep, struct mesh_reply* r) in mesh_find_and_attach_ede_and_reason() 1335 mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep, in mesh_send_reply() 1502 struct reply_info* rep = (mstate->s.return_msg? in mesh_query_done() local 1716 struct comm_reply* rep, uint16_t qid, uint16_t qflags, in mesh_state_add_reply() 2136 struct respip_action_info* actinfo, struct reply_info* rep, in apply_respip_action()
|
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | ts.c | 66 heim_idata rep; in test_service() local
|
/freebsd/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/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...] |