Home
last modified time | relevance | path

Searched defs:send_request (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/tests/libtest/
Dlibauthretry.c32 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request() function
/third_party/selinux/libselinux/src/
Dsetrans_client.c86 send_request(int fd, uint32_t function, const char *data1, const char *data2) in send_request() function
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
Dltp_tbio.c77 static int send_request(struct request_queue *q, struct bio *bio, in send_request() function
/third_party/python/Lib/xmlrpc/
Dclient.py1278 def send_request(self, host, handler, request_body, debug): member in Transport
/third_party/libcoap/src/
Dcoap_block.c1932 coap_send_pdu_t send_request) { in coap_send_q_block1()