|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Definition at line 118 of file typecheck-gcc.h.
Definition at line 154 of file typecheck-gcc.h.
Definition at line 153 of file typecheck-gcc.h.
Definition at line 449 of file typecheck-gcc.h.
Definition at line 464 of file typecheck-gcc.h.
Definition at line 525 of file typecheck-gcc.h.
| #define curlcheck_cb_data | ( | expr | ) | curlcheck_any_ptr(expr) |
Definition at line 508 of file typecheck-gcc.h.
Definition at line 358 of file typecheck-gcc.h.
| #define curlcheck_certinfo_info | ( | info | ) | ((info) == CURLINFO_CERTINFO) |
Definition at line 426 of file typecheck-gcc.h.
Definition at line 688 of file typecheck-gcc.h.
Definition at line 352 of file typecheck-gcc.h.
Definition at line 625 of file typecheck-gcc.h.
| #define curlcheck_double_info | ( | info | ) | (CURLINFO_DOUBLE < (info) && (info) < CURLINFO_SLIST) |
Definition at line 414 of file typecheck-gcc.h.
Definition at line 497 of file typecheck-gcc.h.
Definition at line 513 of file typecheck-gcc.h.
Definition at line 573 of file typecheck-gcc.h.
| #define curlcheck_long_info | ( | info | ) | (CURLINFO_LONG < (info) && (info) < CURLINFO_DOUBLE) |
Definition at line 410 of file typecheck-gcc.h.
| #define curlcheck_long_option | ( | option | ) | (0 < (option) && (option) < CURLOPTTYPE_OBJECTPOINT) |
Definition at line 249 of file typecheck-gcc.h.
Definition at line 454 of file typecheck-gcc.h.
| #define curlcheck_off_t | ( | expr | ) | (__builtin_types_compatible_p(__typeof__(expr), curl_off_t)) |
Definition at line 492 of file typecheck-gcc.h.
| #define curlcheck_off_t_info | ( | info | ) | (CURLINFO_OFF_T < (info)) |
Definition at line 433 of file typecheck-gcc.h.
| #define curlcheck_off_t_option | ( | option | ) | (((option) > CURLOPTTYPE_OFF_T) && ((option) < CURLOPTTYPE_BLOB)) |
Definition at line 252 of file typecheck-gcc.h.
Definition at line 597 of file typecheck-gcc.h.
Definition at line 518 of file typecheck-gcc.h.
Definition at line 383 of file typecheck-gcc.h.
Definition at line 614 of file typecheck-gcc.h.
Definition at line 458 of file typecheck-gcc.h.
Definition at line 535 of file typecheck-gcc.h.
Definition at line 530 of file typecheck-gcc.h.
Definition at line 701 of file typecheck-gcc.h.
| #define curlcheck_slist_info | ( | info | ) | (((info) == CURLINFO_SSL_ENGINES) || ((info) == CURLINFO_COOKIELIST)) |
Definition at line 418 of file typecheck-gcc.h.
Definition at line 389 of file typecheck-gcc.h.
| #define curlcheck_socket_info | ( | info | ) | (CURLINFO_SOCKET < (info) && (info) < CURLINFO_OFF_T) |
Definition at line 429 of file typecheck-gcc.h.
Definition at line 586 of file typecheck-gcc.h.
Definition at line 655 of file typecheck-gcc.h.
Definition at line 469 of file typecheck-gcc.h.
Definition at line 405 of file typecheck-gcc.h.
Definition at line 256 of file typecheck-gcc.h.
| #define curlcheck_tlssessioninfo_info | ( | info | ) | (((info) == CURLINFO_TLS_SSL_PTR) || ((info) == CURLINFO_TLS_SESSION)) |
Definition at line 422 of file typecheck-gcc.h.
Definition at line 553 of file typecheck-gcc.h.
Definition at line 347 of file typecheck-gcc.h.
Definition at line 161 of file typecheck-gcc.h.
Definition at line 695 of file typecheck-gcc.h.
Definition at line 696 of file typecheck-gcc.h.
Definition at line 697 of file typecheck-gcc.h.
Definition at line 698 of file typecheck-gcc.h.
Definition at line 636 of file typecheck-gcc.h.
Definition at line 638 of file typecheck-gcc.h.
Definition at line 640 of file typecheck-gcc.h.
Definition at line 642 of file typecheck-gcc.h.
Definition at line 644 of file typecheck-gcc.h.
Definition at line 646 of file typecheck-gcc.h.
Definition at line 648 of file typecheck-gcc.h.
| typedef int(* _curl_debug_callback8) (CURL *, curl_infotype, const unsigned char *, size_t, const void *) |
Definition at line 650 of file typecheck-gcc.h.
Definition at line 580 of file typecheck-gcc.h.
Definition at line 581 of file typecheck-gcc.h.
Definition at line 582 of file typecheck-gcc.h.
Definition at line 583 of file typecheck-gcc.h.
| typedef curl_socket_t(* _curl_opensocket_callback1) (void *, curlsocktype, struct curl_sockaddr *) |
Definition at line 604 of file typecheck-gcc.h.
| typedef curl_socket_t(* _curl_opensocket_callback2) (void *, curlsocktype, const struct curl_sockaddr *) |
Definition at line 606 of file typecheck-gcc.h.
| typedef curl_socket_t(* _curl_opensocket_callback3) (const void *, curlsocktype, struct curl_sockaddr *) |
Definition at line 608 of file typecheck-gcc.h.
| typedef curl_socket_t(* _curl_opensocket_callback4) (const void *, curlsocktype, const struct curl_sockaddr *) |
Definition at line 610 of file typecheck-gcc.h.
Definition at line 619 of file typecheck-gcc.h.
Definition at line 621 of file typecheck-gcc.h.
Definition at line 545 of file typecheck-gcc.h.
Definition at line 546 of file typecheck-gcc.h.
Definition at line 547 of file typecheck-gcc.h.
Definition at line 548 of file typecheck-gcc.h.
Definition at line 549 of file typecheck-gcc.h.
Definition at line 550 of file typecheck-gcc.h.
| typedef CURLcode(* _curl_seek_callback1) (void *, curl_off_t, int) |
Definition at line 706 of file typecheck-gcc.h.
| typedef CURLcode(* _curl_seek_callback2) (const void *, curl_off_t, int) |
Definition at line 707 of file typecheck-gcc.h.
| typedef int(* _curl_sockopt_callback1) (void *, curl_socket_t, curlsocktype) |
Definition at line 591 of file typecheck-gcc.h.
| typedef int(* _curl_sockopt_callback2) (const void *, curl_socket_t, curlsocktype) |
Definition at line 592 of file typecheck-gcc.h.
Definition at line 666 of file typecheck-gcc.h.
Definition at line 667 of file typecheck-gcc.h.
Definition at line 668 of file typecheck-gcc.h.
Definition at line 669 of file typecheck-gcc.h.
Definition at line 681 of file typecheck-gcc.h.
Definition at line 682 of file typecheck-gcc.h.
Definition at line 683 of file typecheck-gcc.h.
Definition at line 684 of file typecheck-gcc.h.
Definition at line 563 of file typecheck-gcc.h.
Definition at line 564 of file typecheck-gcc.h.
Definition at line 566 of file typecheck-gcc.h.
Definition at line 567 of file typecheck-gcc.h.
Definition at line 568 of file typecheck-gcc.h.
Definition at line 570 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 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" | |||
| ) |