Go to the source code of this file.
|
static hpd_error_t | curl_ev_create_curl_handle (hpd_curl_ev_handle_t *handle) |
|
static hpd_error_t | curl_ev_init_curl_handle (CURL *handle, const hpd_module_t *context, void *data) |
|
static size_t | curl_ev_on_body (char *buffer, size_t size, size_t nmemb, void *userdata) |
|
static size_t | curl_ev_on_header (char *buffer, size_t size, size_t nmemb, void *userdata) |
|
hpd_error_t | hpd_curl_ev_add_header (hpd_curl_ev_handle_t *handle, const char *header) |
| HPD_E_UNKNOWN: handle may be in an inconsistent state, and should not be added before a call to this function succeeded. More...
|
|
hpd_error_t | hpd_curl_ev_cleanup (hpd_curl_ev_handle_t *handle) |
|
hpd_error_t | hpd_curl_ev_init (hpd_curl_ev_handle_t **handle, const hpd_module_t *context) |
|
hpd_error_t | hpd_curl_ev_set_body_callback (hpd_curl_ev_handle_t *handle, hpd_curl_ev_f on_body) |
|
hpd_error_t | hpd_curl_ev_set_custom_request (hpd_curl_ev_handle_t *handle, const char *request) |
|
hpd_error_t | hpd_curl_ev_set_data (hpd_curl_ev_handle_t *handle, void *data, hpd_curl_ev_free_f on_free) |
|
hpd_error_t | hpd_curl_ev_set_done_callback (hpd_curl_ev_handle_t *handle, hpd_curl_ev_done_f on_done) |
|
hpd_error_t | hpd_curl_ev_set_header_callback (hpd_curl_ev_handle_t *handle, hpd_curl_ev_f on_header) |
|
hpd_error_t | hpd_curl_ev_set_postfields (hpd_curl_ev_handle_t *handle, const void *data, size_t len) |
| HPD_E_UNKNOWN: handle may be in an inconsistent state, and should not be added before a call to this function succeeded. More...
|
|
hpd_error_t | hpd_curl_ev_set_url (hpd_curl_ev_handle_t *handle, const char *url) |
|
hpd_error_t | hpd_curl_ev_set_verbose (hpd_curl_ev_handle_t *handle, long int bool) |
|
static size_t curl_ev_on_body |
( |
char * |
buffer, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
void * |
userdata |
|
) |
| |
|
static |
static size_t curl_ev_on_header |
( |
char * |
buffer, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
void * |
userdata |
|
) |
| |
|
static |
HPD_E_UNKNOWN: handle may be in an inconsistent state, and should not be added before a call to this function succeeded.
Definition at line 178 of file curl_ev.c.
HPD_E_UNKNOWN: handle may be in an inconsistent state, and should not be added before a call to this function succeeded.
Definition at line 145 of file curl_ev.c.