/curl/lib/ |
H A D | share.c | 59 int type; in curl_share_setopt() local 268 Curl_share_lock(struct Curl_easy *data, curl_lock_data type, in Curl_share_lock() 286 Curl_share_unlock(struct Curl_easy *data, curl_lock_data type) in Curl_share_unlock()
|
H A D | headers.c | 65 unsigned int type, in curl_easy_header() 129 unsigned int type, in curl_easy_nextheader() 188 static CURLcode namevalue(char *header, size_t hlen, unsigned int type, in namevalue() 278 unsigned char type) in Curl_headers_push() 352 struct Curl_cwriter *writer, int type, in hds_cw_collect_write() 439 unsigned int type, in curl_easy_nextheader()
|
H A D | socketpair.c | 80 int Curl_socketpair(int domain, int type, int protocol, in Curl_socketpair() 131 int Curl_socketpair(int domain, int type, int protocol, in Curl_socketpair()
|
H A D | headers.h | 35 unsigned char type; /* CURLH_* defines */ member
|
H A D | content_encoding.c | 177 struct Curl_cwriter *writer, int type, in inflate_stream() 297 struct Curl_cwriter *writer, int type, in deflate_do_write() 454 struct Curl_cwriter *writer, int type, in gzip_do_write() 661 struct Curl_cwriter *writer, int type, in brotli_do_write() 756 struct Curl_cwriter *writer, int type, in zstd_do_write() 909 struct Curl_cwriter *writer, int type, in error_do_write()
|
H A D | curl_gssapi.c | 95 static size_t display_gss_error(OM_uint32 status, int type, in display_gss_error()
|
H A D | noproxy.c | 141 enum nametype type = TYPE_HOST; in Curl_check_noproxy() local
|
H A D | memdebug.h | 145 #define socket(domain,type,protocol)\ argument 151 #define socketpair(domain,type,protocol,socket_vector)\ argument
|
/curl/tests/libtest/ |
H A D | lib1945.c | 33 static void showem(CURL *easy, unsigned int type) in showem()
|
H A D | lib1940.c | 49 static void showem(CURL *easy, unsigned int type) in showem()
|
H A D | testtrace.c | 87 int libtest_debug_cb(CURL *handle, curl_infotype type, in libtest_debug_cb()
|
/curl/tests/http/clients/ |
H A D | h2-upgrade-extreme.c | 35 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() 56 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb()
|
H A D | upload-pausing.c | 42 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() 63 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb()
|
H A D | tls-session-reuse.c | 36 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() 57 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb()
|
H A D | h2-pausing.c | 45 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() 66 static int debug_cb(CURL *handle, curl_infotype type, in debug_cb()
|
/curl/src/ |
H A D | tool_cb_dbg.c | 69 const char *idsbuf, curl_infotype type) in log_line_start() 90 int tool_debug_cb(CURL *handle, curl_infotype type, in tool_debug_cb()
|
H A D | tool_formparse.h | 49 char *type; /* Part's mime type. */ member
|
/curl/tests/unit/ |
H A D | unit1652.c | 49 debugf_cb(CURL *handle, curl_infotype type, char *buf, size_t size, in debugf_cb()
|
H A D | unit1650.c | 55 DNStype type; member 76 DNStype type; member
|
/curl/include/curl/ |
H A D | options.h | 54 curl_easytype type; member
|
H A D | typecheck-gcc.h | 466 #define curlcheck_ptr(expr, type) \ argument 472 #define curlcheck_arr(expr, type) \ argument 533 #define curlcheck_cb_compatible(func, type) \ argument
|
/curl/docs/examples/ |
H A D | multi-debugcallback.c | 87 int my_trace(CURL *handle, curl_infotype type, in my_trace()
|
H A D | debug.c | 87 int my_trace(CURL *handle, curl_infotype type, in my_trace()
|
H A D | http2-download.c | 102 int my_trace(CURL *handle, curl_infotype type, in my_trace()
|
H A D | http2-serverpush.c | 90 int my_trace(CURL *handle, curl_infotype type, in my_trace()
|