Searched refs:direction (Results 1 – 4 of 4) sorted by relevance
/curl/lib/ |
H A D | telnet.c | 99 const char *direction, 111 int direction, unsigned char *pointer, 271 const char *direction, int cmd, int option) in printoption() argument 276 infof(data, "%s IAC %s", direction, CURL_TELCMD(option)); in printoption() 278 infof(data, "%s IAC %d", direction, option); in printoption() 295 infof(data, "%s %s %s", direction, fmt, opt); in printoption() 297 infof(data, "%s %s %d", direction, fmt, option); in printoption() 300 infof(data, "%s %d %d", direction, cmd, option); in printoption() 667 int direction, /* '<' or '>' */ in printsub() argument 673 if(direction) { in printsub() [all …]
|
/curl/docs/libcurl/ |
H A D | curl_easy_pause.md | 85 direction, might cause problems or error.
|
H A D | libcurl.md | 35 for a single individual transfer (in either direction). You then set your
|
/curl/lib/vtls/ |
H A D | openssl.c | 2588 static void ossl_trace(int direction, int ssl_ver, int content_type, in ossl_trace() argument 2600 if(!data || !data->set.fdebug || (direction && direction != 1)) in ossl_trace() 2684 verstr, direction ? "OUT" : "IN", in ossl_trace() 2689 Curl_debug(data, (direction == 1) ? CURLINFO_SSL_DATA_OUT : in ossl_trace()
|
Completed in 25 milliseconds