Searched refs:send_request (Results 1 – 9 of 9) sorted by relevance
/third_party/curl/tests/libtest/ |
D | libauthretry.c | 32 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request() function 63 return send_request(curl, url, seq, auth_scheme, "testuser:wrongpass"); in send_wrong_password() 69 return send_request(curl, url, seq, auth_scheme, "testuser:testpass"); in send_right_password()
|
/third_party/selinux/libselinux/src/ |
D | setrans_client.c | 86 send_request(int fd, uint32_t function, const char *data1, const char *data2) in send_request() function 193 ret = send_request(fd, RAW_TO_TRANS_CONTEXT, raw, NULL); in raw_to_trans_context() 218 ret = send_request(fd, TRANS_TO_RAW_CONTEXT, trans, NULL); in trans_to_raw_context() 242 ret = send_request(fd, RAW_CONTEXT_TO_COLOR, raw, NULL); in raw_context_to_color()
|
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | ltp_tbio.c | 77 static int send_request(struct request_queue *q, struct bio *bio, in send_request() function 170 send_request(q, bio, bdev, &inter, writing); in tbio_io() 351 send_request(q, &(bio_pairp->bio1), bdev, &inter, writing); in test_bio_split() 353 send_request(q, &(bio_pairp->bio2), bdev, &inter, writing); in test_bio_split()
|
/third_party/mbedtls/programs/ssl/ |
D | dtls_client.c | 243 send_request: in main() 281 goto send_request; in main()
|
D | ssl_client2.c | 2472 send_request: in main() 2579 goto send_request; in main() 2723 goto send_request; in main() 2784 goto send_request; in main() 2925 goto send_request; in main() 3042 goto send_request; in main()
|
/third_party/libcoap/include/coap3/ |
D | coap_block_internal.h | 226 coap_send_pdu_t send_request);
|
/third_party/python/Lib/xmlrpc/ |
D | client.py | 1178 http_conn = self.send_request(host, handler, request_body, verbose) 1278 def send_request(self, host, handler, request_body, debug): member in Transport
|
/third_party/libcoap/src/ |
D | coap_block.c | 1932 coap_send_pdu_t send_request) { in coap_send_q_block1() argument 1948 return coap_send_q_blocks(session, lg_xmit, block, request, send_request); in coap_send_q_block1()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 13452 int (*send_request)(struct rpc_rqst *); member
|