Searched refs:SEND_TYPE_ARG3 (Results 1 – 16 of 16) sorted by relevance
/curl/lib/ |
H A D | functypes.h | 51 #define SEND_TYPE_ARG3 int macro 66 #define SEND_TYPE_ARG3 int macro 103 #ifndef SEND_TYPE_ARG3 104 #define SEND_TYPE_ARG3 size_t macro
|
H A D | setup-win32.h | 52 # undef SEND_TYPE_ARG3 59 # define SEND_TYPE_ARG3 size_t macro
|
H A D | config-mac.h | 96 #define SEND_TYPE_ARG3 size_t macro
|
H A D | config-amigaos.h | 124 #define SEND_TYPE_ARG3 int macro
|
H A D | config-win32ce.h | 168 #define SEND_TYPE_ARG3 int macro
|
H A D | config-dos.h | 91 #define SEND_TYPE_ARG3 int macro
|
H A D | config-plan9.h | 72 #define SEND_TYPE_ARG3 int macro
|
H A D | curl_setup_once.h | 176 (SEND_TYPE_ARG3)(z)) 181 (SEND_TYPE_ARG3)(z), \
|
H A D | config-riscos.h | 256 #define SEND_TYPE_ARG3 size_t macro
|
H A D | config-os400.h | 300 #define SEND_TYPE_ARG3 int macro
|
H A D | config-win32.h | 214 #define SEND_TYPE_ARG3 int macro
|
H A D | tftp.c | 526 (SEND_TYPE_ARG3)sbytes, 0, in tftp_send_first() 738 4 + (SEND_TYPE_ARG3)state->sbytes, SEND_4TH_ARG, in tftp_tx() 783 4 + (SEND_TYPE_ARG3)state->sbytes, SEND_4TH_ARG, in tftp_tx() 809 4 + (SEND_TYPE_ARG3)state->sbytes, SEND_4TH_ARG, in tftp_tx()
|
H A D | memdebug.h | 95 SEND_TYPE_ARG3 len,
|
H A D | memdebug.c | 323 SEND_TYPE_ARG3 len, SEND_TYPE_ARG4 flags, int line, in curl_dbg_send()
|
/curl/tests/server/ |
H A D | socksd.c | 620 rc = (send)(fd, (char *)response, (SEND_TYPE_ARG3)(len + 6), 0); in sockit() 656 (SEND_TYPE_ARG3)nread, 0); in tunnel() 669 (SEND_TYPE_ARG3)nread, 0); in tunnel()
|
/curl/lib/vquic/ |
H A D | vquic.c | 193 (const char *)pkt, (SEND_TYPE_ARG3)pktlen, 0)) == -1 && in do_sendmsg()
|
Completed in 24 milliseconds