Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Typedefs | |
typedef size_t(* | _curl_read_callback1) (char *, size_t, size_t, void *) |
typedef size_t(* | _curl_read_callback2) (char *, size_t, size_t, const void *) |
typedef size_t(* | _curl_read_callback3) (char *, size_t, size_t, FILE *) |
typedef size_t(* | _curl_read_callback4) (void *, size_t, size_t, void *) |
typedef size_t(* | _curl_read_callback5) (void *, size_t, size_t, const void *) |
typedef size_t(* | _curl_read_callback6) (void *, size_t, size_t, FILE *) |
typedef size_t(* | _curl_write_callback1) (const char *, size_t, size_t, void *) |
typedef size_t(* | _curl_write_callback2) (const char *, size_t, size_t, const void *) |
typedef size_t(* | _curl_write_callback3) (const char *, size_t, size_t, FILE *) |
typedef size_t(* | _curl_write_callback4) (const void *, size_t, size_t, void *) |
typedef size_t(* | _curl_write_callback5) (const void *, size_t, size_t, const void *) |
typedef size_t(* | _curl_write_callback6) (const void *, size_t, size_t, FILE *) |
typedef curlioerr(* | _curl_ioctl_callback1) (CURL *, int, void *) |
typedef curlioerr(* | _curl_ioctl_callback2) (CURL *, int, const void *) |
typedef curlioerr(* | _curl_ioctl_callback3) (CURL *, curliocmd, void *) |
typedef curlioerr(* | _curl_ioctl_callback4) (CURL *, curliocmd, const void *) |
typedef int(* | _curl_sockopt_callback1) (void *, curl_socket_t, curlsocktype) |
typedef int(* | _curl_sockopt_callback2) (const void *, curl_socket_t, curlsocktype) |
typedef curl_socket_t(* | _curl_opensocket_callback1) (void *, curlsocktype, struct curl_sockaddr *) |
typedef curl_socket_t(* | _curl_opensocket_callback2) (void *, curlsocktype, const struct curl_sockaddr *) |
typedef curl_socket_t(* | _curl_opensocket_callback3) (const void *, curlsocktype, struct curl_sockaddr *) |
typedef curl_socket_t(* | _curl_opensocket_callback4) (const void *, curlsocktype, const struct curl_sockaddr *) |
typedef int(* | _curl_progress_callback1) (void *, double, double, double, double) |
typedef int(* | _curl_progress_callback2) (const void *, double, double, double, double) |
typedef int(* | _curl_debug_callback1) (CURL *, curl_infotype, char *, size_t, void *) |
typedef int(* | _curl_debug_callback2) (CURL *, curl_infotype, char *, size_t, const void *) |
typedef int(* | _curl_debug_callback3) (CURL *, curl_infotype, const char *, size_t, void *) |
typedef int(* | _curl_debug_callback4) (CURL *, curl_infotype, const char *, size_t, const void *) |
typedef int(* | _curl_debug_callback5) (CURL *, curl_infotype, unsigned char *, size_t, void *) |
typedef int(* | _curl_debug_callback6) (CURL *, curl_infotype, unsigned char *, size_t, const void *) |
typedef int(* | _curl_debug_callback7) (CURL *, curl_infotype, const unsigned char *, size_t, void *) |
typedef int(* | _curl_debug_callback8) (CURL *, curl_infotype, const unsigned char *, size_t, const void *) |
typedef CURLcode(* | _curl_ssl_ctx_callback1) (CURL *, void *, void *) |
typedef CURLcode(* | _curl_ssl_ctx_callback2) (CURL *, void *, const void *) |
typedef CURLcode(* | _curl_ssl_ctx_callback3) (CURL *, const void *, void *) |
typedef CURLcode(* | _curl_ssl_ctx_callback4) (CURL *, const void *, const void *) |
typedef _curl_ssl_ctx_callback1 | _curl_ssl_ctx_callback5 |
typedef _curl_ssl_ctx_callback1 | _curl_ssl_ctx_callback6 |
typedef _curl_ssl_ctx_callback1 | _curl_ssl_ctx_callback7 |
typedef _curl_ssl_ctx_callback1 | _curl_ssl_ctx_callback8 |
typedef CURLcode(* | _curl_conv_callback1) (char *, size_t length) |
typedef CURLcode(* | _curl_conv_callback2) (const char *, size_t length) |
typedef CURLcode(* | _curl_conv_callback3) (void *, size_t length) |
typedef CURLcode(* | _curl_conv_callback4) (const void *, size_t length) |
typedef CURLcode(* | _curl_seek_callback1) (void *, curl_off_t, int) |
typedef CURLcode(* | _curl_seek_callback2) (const void *, curl_off_t, int) |
Functions | |
CURLWARNING (_curl_easy_setopt_err_long, "curl_easy_setopt expects a long argument for this option") CURLWARNING(_curl_easy_setopt_err_curl_off_t | |
curl_easy_setopt expects a curl_off_t argument for this option | CURLWARNING (_curl_easy_setopt_err_string, "curl_easy_setopt expects a " "string ('char *' or char[]) argument for this option") CURLWARNING(_curl_easy_setopt_err_write_callback |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option | CURLWARNING (_curl_easy_setopt_err_resolver_start_callback, "curl_easy_setopt expects a " "curl_resolver_start_callback argument for this option") CURLWARNING(_curl_easy_setopt_err_read_cb |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option | CURLWARNING (_curl_easy_setopt_err_ioctl_cb, "curl_easy_setopt expects a curl_ioctl_callback argument for this option") CURLWARNING(_curl_easy_setopt_err_sockopt_cb |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option | CURLWARNING (_curl_easy_setopt_err_opensocket_cb, "curl_easy_setopt expects a " "curl_opensocket_callback argument for this option") CURLWARNING(_curl_easy_setopt_err_progress_cb |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option | CURLWARNING (_curl_easy_setopt_err_debug_cb, "curl_easy_setopt expects a curl_debug_callback argument for this option") CURLWARNING(_curl_easy_setopt_err_ssl_ctx_cb |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option | CURLWARNING (_curl_easy_setopt_err_conv_cb, "curl_easy_setopt expects a curl_conv_callback argument for this option") CURLWARNING(_curl_easy_setopt_err_seek_cb |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option | CURLWARNING (_curl_easy_setopt_err_cb_data, "curl_easy_setopt expects a " "private data pointer as argument for this option") CURLWARNING(_curl_easy_setopt_err_error_buffer |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option | CURLWARNING (_curl_easy_setopt_err_FILE, "curl_easy_setopt expects a 'FILE *' argument for this option") CURLWARNING(_curl_easy_setopt_err_postfields |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option | CURLWARNING (_curl_easy_setopt_err_curl_httpost, "curl_easy_setopt expects a 'struct curl_httppost *' " "argument for this option") CURLWARNING(_curl_easy_setopt_err_curl_mimepost |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option | CURLWARNING (_curl_easy_setopt_err_curl_slist, "curl_easy_setopt expects a 'struct curl_slist *' argument for this option") CURLWARNING(_curl_easy_setopt_err_CURLSH |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option curl_easy_setopt expects a CURLSH *argument for this option | CURLWARNING (_curl_easy_getinfo_err_string, "curl_easy_getinfo expects a pointer to 'char *' for this info") CURLWARNING(_curl_easy_getinfo_err_long |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option curl_easy_setopt expects a CURLSH *argument for this option curl_easy_getinfo expects a pointer to long for this info | CURLWARNING (_curl_easy_getinfo_err_double, "curl_easy_getinfo expects a pointer to double for this info") CURLWARNING(_curl_easy_getinfo_err_curl_slist |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option curl_easy_setopt expects a CURLSH *argument for this option curl_easy_getinfo expects a pointer to long for this info curl_easy_getinfo expects a pointer to struct curl_slist *for this info | CURLWARNING (_curl_easy_getinfo_err_curl_tlssesssioninfo, "curl_easy_getinfo expects a pointer to " "'struct curl_tlssessioninfo *' for this info") CURLWARNING(_curl_easy_getinfo_err_curl_certinfo |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option curl_easy_setopt expects a CURLSH *argument for this option curl_easy_getinfo expects a pointer to long for this info curl_easy_getinfo expects a pointer to struct curl_slist *for this info curl_easy_getinfo expects a pointer to struct curl_certinfo *for this info | CURLWARNING (_curl_easy_getinfo_err_curl_socket, "curl_easy_getinfo expects a pointer to curl_socket_t for this info") CURLWARNING(_curl_easy_getinfo_err_curl_off_t |
#define curl_easy_getinfo | ( | handle, | |
info, | |||
arg ) |
Definition at line 120 of file typecheck-gcc.h.
#define curl_easy_setopt | ( | handle, | |
option, | |||
value ) |
Definition at line 43 of file typecheck-gcc.h.
Referenced by fetch_github_user(), and http_get().
#define curl_multi_setopt | ( | handle, | |
opt, | |||
param ) curl_multi_setopt(handle,opt,param) |
Definition at line 158 of file typecheck-gcc.h.
#define curl_share_setopt | ( | share, | |
opt, | |||
param ) curl_share_setopt(share,opt,param) |
Definition at line 157 of file typecheck-gcc.h.
Definition at line 457 of file typecheck-gcc.h.
#define curlcheck_arr | ( | expr, | |
type ) |
Definition at line 472 of file typecheck-gcc.h.
#define curlcheck_cb_compatible | ( | func, | |
type ) |
Definition at line 533 of file typecheck-gcc.h.
#define curlcheck_cb_data | ( | expr | ) | curlcheck_any_ptr(expr) |
Definition at line 516 of file typecheck-gcc.h.
#define curlcheck_cb_data_option | ( | option | ) |
Definition at line 366 of file typecheck-gcc.h.
#define curlcheck_certinfo_info | ( | info | ) | ((info) == CURLINFO_CERTINFO) |
Definition at line 434 of file typecheck-gcc.h.
#define curlcheck_conv_cb | ( | expr | ) |
Definition at line 696 of file typecheck-gcc.h.
#define curlcheck_conv_cb_option | ( | option | ) |
Definition at line 360 of file typecheck-gcc.h.
#define curlcheck_debug_cb | ( | expr | ) |
Definition at line 633 of file typecheck-gcc.h.
#define curlcheck_double_info | ( | info | ) | (CURLINFO_DOUBLE < (info) && (info) < CURLINFO_SLIST) |
Definition at line 422 of file typecheck-gcc.h.
#define curlcheck_error_buffer | ( | expr | ) |
Definition at line 505 of file typecheck-gcc.h.
#define curlcheck_FILE | ( | expr | ) |
Definition at line 521 of file typecheck-gcc.h.
#define curlcheck_ioctl_cb | ( | expr | ) |
Definition at line 581 of file typecheck-gcc.h.
#define curlcheck_long | ( | expr | ) |
Definition at line 485 of file typecheck-gcc.h.
#define curlcheck_long_info | ( | info | ) | (CURLINFO_LONG < (info) && (info) < CURLINFO_DOUBLE) |
Definition at line 418 of file typecheck-gcc.h.
#define curlcheck_long_option | ( | option | ) | (0 < (option) && (option) < CURLOPTTYPE_OBJECTPOINT) |
Definition at line 253 of file typecheck-gcc.h.
Definition at line 462 of file typecheck-gcc.h.
#define curlcheck_off_t | ( | expr | ) | (__builtin_types_compatible_p(__typeof__(expr), curl_off_t)) |
Definition at line 500 of file typecheck-gcc.h.
#define curlcheck_off_t_info | ( | info | ) | (CURLINFO_OFF_T < (info)) |
Definition at line 441 of file typecheck-gcc.h.
#define curlcheck_off_t_option | ( | option | ) | (((option) > CURLOPTTYPE_OFF_T) && ((option) < CURLOPTTYPE_BLOB)) |
Definition at line 256 of file typecheck-gcc.h.
#define curlcheck_opensocket_cb | ( | expr | ) |
Definition at line 605 of file typecheck-gcc.h.
#define curlcheck_postfields | ( | expr | ) |
Definition at line 526 of file typecheck-gcc.h.
#define curlcheck_postfields_option | ( | option | ) |
Definition at line 391 of file typecheck-gcc.h.
#define curlcheck_progress_cb | ( | expr | ) |
Definition at line 622 of file typecheck-gcc.h.
#define curlcheck_ptr | ( | expr, | |
type ) |
Definition at line 466 of file typecheck-gcc.h.
#define curlcheck_read_cb | ( | expr | ) |
Definition at line 543 of file typecheck-gcc.h.
#define curlcheck_resolver_start_callback | ( | expr | ) |
Definition at line 538 of file typecheck-gcc.h.
#define curlcheck_seek_cb | ( | expr | ) |
Definition at line 709 of file typecheck-gcc.h.
#define curlcheck_slist_info | ( | info | ) | (((info) == CURLINFO_SSL_ENGINES) || ((info) == CURLINFO_COOKIELIST)) |
Definition at line 426 of file typecheck-gcc.h.
#define curlcheck_slist_option | ( | option | ) |
Definition at line 397 of file typecheck-gcc.h.
#define curlcheck_socket_info | ( | info | ) | (CURLINFO_SOCKET < (info) && (info) < CURLINFO_OFF_T) |
Definition at line 437 of file typecheck-gcc.h.
#define curlcheck_sockopt_cb | ( | expr | ) |
Definition at line 594 of file typecheck-gcc.h.
#define curlcheck_ssl_ctx_cb | ( | expr | ) |
Definition at line 663 of file typecheck-gcc.h.
#define curlcheck_string | ( | expr | ) |
Definition at line 477 of file typecheck-gcc.h.
#define curlcheck_string_info | ( | info | ) |
Definition at line 413 of file typecheck-gcc.h.
#define curlcheck_string_option | ( | option | ) |
Definition at line 260 of file typecheck-gcc.h.
#define curlcheck_tlssessioninfo_info | ( | info | ) | (((info) == CURLINFO_TLS_SSL_PTR) || ((info) == CURLINFO_TLS_SESSION)) |
Definition at line 430 of file typecheck-gcc.h.
#define curlcheck_write_cb | ( | expr | ) |
Definition at line 561 of file typecheck-gcc.h.
#define curlcheck_write_cb_option | ( | option | ) |
Definition at line 355 of file typecheck-gcc.h.
#define CURLWARNING | ( | id, | |
message ) |
Definition at line 165 of file typecheck-gcc.h.
typedef CURLcode(* _curl_conv_callback1) (char *, size_t length) |
Definition at line 703 of file typecheck-gcc.h.
typedef CURLcode(* _curl_conv_callback2) (const char *, size_t length) |
Definition at line 704 of file typecheck-gcc.h.
typedef CURLcode(* _curl_conv_callback3) (void *, size_t length) |
Definition at line 705 of file typecheck-gcc.h.
typedef CURLcode(* _curl_conv_callback4) (const void *, size_t length) |
Definition at line 706 of file typecheck-gcc.h.
typedef int(* _curl_debug_callback1) (CURL *, curl_infotype, char *, size_t, void *) |
Definition at line 644 of file typecheck-gcc.h.
typedef int(* _curl_debug_callback2) (CURL *, curl_infotype, char *, size_t, const void *) |
Definition at line 646 of file typecheck-gcc.h.
typedef int(* _curl_debug_callback3) (CURL *, curl_infotype, const char *, size_t, void *) |
Definition at line 648 of file typecheck-gcc.h.
typedef int(* _curl_debug_callback4) (CURL *, curl_infotype, const char *, size_t, const void *) |
Definition at line 650 of file typecheck-gcc.h.
typedef int(* _curl_debug_callback5) (CURL *, curl_infotype, unsigned char *, size_t, void *) |
Definition at line 652 of file typecheck-gcc.h.
typedef int(* _curl_debug_callback6) (CURL *, curl_infotype, unsigned char *, size_t, const void *) |
Definition at line 654 of file typecheck-gcc.h.
typedef int(* _curl_debug_callback7) (CURL *, curl_infotype, const unsigned char *, size_t, void *) |
Definition at line 656 of file typecheck-gcc.h.
typedef int(* _curl_debug_callback8) (CURL *, curl_infotype, const unsigned char *, size_t, const void *) |
Definition at line 658 of file typecheck-gcc.h.
Definition at line 588 of file typecheck-gcc.h.
Definition at line 589 of file typecheck-gcc.h.
Definition at line 590 of file typecheck-gcc.h.
Definition at line 591 of file typecheck-gcc.h.
typedef curl_socket_t(* _curl_opensocket_callback1) (void *, curlsocktype, struct curl_sockaddr *) |
Definition at line 612 of file typecheck-gcc.h.
typedef curl_socket_t(* _curl_opensocket_callback2) (void *, curlsocktype, const struct curl_sockaddr *) |
Definition at line 614 of file typecheck-gcc.h.
typedef curl_socket_t(* _curl_opensocket_callback3) (const void *, curlsocktype, struct curl_sockaddr *) |
Definition at line 616 of file typecheck-gcc.h.
typedef curl_socket_t(* _curl_opensocket_callback4) (const void *, curlsocktype, const struct curl_sockaddr *) |
Definition at line 618 of file typecheck-gcc.h.
typedef int(* _curl_progress_callback1) (void *, double, double, double, double) |
Definition at line 627 of file typecheck-gcc.h.
typedef int(* _curl_progress_callback2) (const void *, double, double, double, double) |
Definition at line 629 of file typecheck-gcc.h.
typedef size_t(* _curl_read_callback1) (char *, size_t, size_t, void *) |
Definition at line 553 of file typecheck-gcc.h.
typedef size_t(* _curl_read_callback2) (char *, size_t, size_t, const void *) |
Definition at line 554 of file typecheck-gcc.h.
typedef size_t(* _curl_read_callback3) (char *, size_t, size_t, FILE *) |
Definition at line 555 of file typecheck-gcc.h.
typedef size_t(* _curl_read_callback4) (void *, size_t, size_t, void *) |
Definition at line 556 of file typecheck-gcc.h.
typedef size_t(* _curl_read_callback5) (void *, size_t, size_t, const void *) |
Definition at line 557 of file typecheck-gcc.h.
typedef size_t(* _curl_read_callback6) (void *, size_t, size_t, FILE *) |
Definition at line 558 of file typecheck-gcc.h.
typedef CURLcode(* _curl_seek_callback1) (void *, curl_off_t, int) |
Definition at line 714 of file typecheck-gcc.h.
typedef CURLcode(* _curl_seek_callback2) (const void *, curl_off_t, int) |
Definition at line 715 of file typecheck-gcc.h.
typedef int(* _curl_sockopt_callback1) (void *, curl_socket_t, curlsocktype) |
Definition at line 599 of file typecheck-gcc.h.
typedef int(* _curl_sockopt_callback2) (const void *, curl_socket_t, curlsocktype) |
Definition at line 600 of file typecheck-gcc.h.
Definition at line 674 of file typecheck-gcc.h.
Definition at line 675 of file typecheck-gcc.h.
Definition at line 676 of file typecheck-gcc.h.
Definition at line 677 of file typecheck-gcc.h.
Definition at line 689 of file typecheck-gcc.h.
Definition at line 690 of file typecheck-gcc.h.
Definition at line 691 of file typecheck-gcc.h.
Definition at line 692 of file typecheck-gcc.h.
typedef size_t(* _curl_write_callback1) (const char *, size_t, size_t, void *) |
Definition at line 571 of file typecheck-gcc.h.
typedef size_t(* _curl_write_callback2) (const char *, size_t, size_t, const void *) |
Definition at line 572 of file typecheck-gcc.h.
typedef size_t(* _curl_write_callback3) (const char *, size_t, size_t, FILE *) |
Definition at line 574 of file typecheck-gcc.h.
typedef size_t(* _curl_write_callback4) (const void *, size_t, size_t, void *) |
Definition at line 575 of file typecheck-gcc.h.
typedef size_t(* _curl_write_callback5) (const void *, size_t, size_t, const void *) |
Definition at line 576 of file typecheck-gcc.h.
typedef size_t(* _curl_write_callback6) (const void *, size_t, size_t, FILE *) |
Definition at line 578 of file typecheck-gcc.h.
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option curl_easy_setopt expects a CURLSH *argument for this option curl_easy_getinfo expects a pointer to long for this info curl_easy_getinfo expects a pointer to struct curl_slist *for this info curl_easy_getinfo expects a pointer to struct curl_certinfo *for this info CURLWARNING | ( | _curl_easy_getinfo_err_curl_socket | , |
"curl_easy_getinfo expects a pointer to curl_socket_t for this info" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option curl_easy_setopt expects a CURLSH *argument for this option curl_easy_getinfo expects a pointer to long for this info curl_easy_getinfo expects a pointer to struct curl_slist *for this info CURLWARNING | ( | _curl_easy_getinfo_err_curl_tlssesssioninfo | , |
"curl_easy_getinfo expects a pointer to " "'struct curl_tlssessioninfo *' for this info" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option curl_easy_setopt expects a CURLSH *argument for this option curl_easy_getinfo expects a pointer to long for this info CURLWARNING | ( | _curl_easy_getinfo_err_double | , |
"curl_easy_getinfo expects a pointer to double for this info" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option curl_easy_setopt expects a CURLSH *argument for this option CURLWARNING | ( | _curl_easy_getinfo_err_string | , |
"curl_easy_getinfo expects a pointer to 'char *' for this info" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option CURLWARNING | ( | _curl_easy_setopt_err_cb_data | , |
"curl_easy_setopt expects a " "private data pointer as argument for this option" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option CURLWARNING | ( | _curl_easy_setopt_err_conv_cb | , |
"curl_easy_setopt expects a curl_conv_callback argument for this option" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option CURLWARNING | ( | _curl_easy_setopt_err_curl_httpost | , |
"curl_easy_setopt expects a 'struct curl_httppost *' " "argument for this option" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option curl_easy_setopt expects a void *or char *argument for this option curl_easy_setopt expects a curl_mime *argument for this option CURLWARNING | ( | _curl_easy_setopt_err_curl_slist | , |
"curl_easy_setopt expects a 'struct curl_slist *' argument for this option" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option CURLWARNING | ( | _curl_easy_setopt_err_debug_cb | , |
"curl_easy_setopt expects a curl_debug_callback argument for this option" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option curl_easy_setopt expects a curl_progress_callback argument for this option curl_easy_setopt expects a curl_ssl_ctx_callback argument for this option curl_easy_setopt expects a curl_seek_callback argument for this option curl_easy_setopt expects a char buffer of CURL_ERROR_SIZE as argument for this option CURLWARNING | ( | _curl_easy_setopt_err_FILE | , |
"curl_easy_setopt expects a 'FILE *' argument for this option" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option CURLWARNING | ( | _curl_easy_setopt_err_ioctl_cb | , |
"curl_easy_setopt expects a curl_ioctl_callback argument for this option" | ) |
CURLWARNING | ( | _curl_easy_setopt_err_long | , |
"curl_easy_setopt expects a long argument for this option" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option curl_easy_setopt expects a curl_read_callback argument for this option curl_easy_setopt expects a curl_sockopt_callback argument for this option CURLWARNING | ( | _curl_easy_setopt_err_opensocket_cb | , |
"curl_easy_setopt expects a " "curl_opensocket_callback argument for this option" | ) |
curl_easy_setopt expects a curl_off_t argument for this option curl_easy_setopt expects a curl_write_callback argument for this option CURLWARNING | ( | _curl_easy_setopt_err_resolver_start_callback | , |
"curl_easy_setopt expects a " "curl_resolver_start_callback argument for this option" | ) |
curl_easy_setopt expects a curl_off_t argument for this option CURLWARNING | ( | _curl_easy_setopt_err_string | , |
"curl_easy_setopt expects a " "string ('char *' or char[]) argument for this option" | ) |