Go to the source code of this file.
Functions | |
| void | Curl_easy_addmulti (struct SessionHandle *data, void *multi) |
| void | Curl_easy_initHandleData (struct SessionHandle *data) |
| CURLcode | Curl_convert_to_network (struct SessionHandle *data, char *buffer, size_t length) |
| CURLcode | Curl_convert_from_network (struct SessionHandle *data, char *buffer, size_t length) |
| CURLcode | Curl_convert_from_utf8 (struct SessionHandle *data, char *buffer, size_t length) |
| CURLcode Curl_convert_from_network | ( | struct SessionHandle * | data, | |
| char * | buffer, | |||
| size_t | length | |||
| ) |
| CURLcode Curl_convert_from_utf8 | ( | struct SessionHandle * | data, | |
| char * | buffer, | |||
| size_t | length | |||
| ) |
| CURLcode Curl_convert_to_network | ( | struct SessionHandle * | data, | |
| char * | buffer, | |||
| size_t | length | |||
| ) |
Referenced by add_buffer_send(), Curl_base64_encode(), curl_easy_escape(), Curl_fillreadbuffer(), Curl_ftpsendf(), and Curl_nbftpsendf().
| void Curl_easy_addmulti | ( | struct SessionHandle * | data, | |
| void * | multi | |||
| ) |
Definition at line 513 of file easy.c.
References SessionHandle::multi, NULL, SessionHandle::state, and UrlState::used_interface.
Referenced by curl_multi_add_handle(), curl_multi_cleanup(), and curl_multi_remove_handle().
| void Curl_easy_initHandleData | ( | struct SessionHandle * | data | ) |
Definition at line 523 of file easy.c.
References HandleData::maxdownload, and SessionHandle::reqdata.
Referenced by curl_easy_duphandle(), curl_easy_reset(), and Curl_open().
1.5.6