| struct | |
| { | |
| userinput u; | |
| unsigned int id; | |
| unsigned int net; | |
| char* name; | |
| char* url; | |
| char* vhosttext; | |
| FILE* writefd; | |
| off_t resumesize; | |
| char* errorbuf; | |
| CURL* curlhandle; | |
| time_t starttime; | |
| } |
int ( curl_strequal)(const char* s1,const char* s2)
| Included from | /usr/local/include/curl/curl.h | |
| Visible in: | src/dinoex_curl.c |
| Included from | /usr/local/include/curl/curl.h | |
| Visible in: | src/dinoex_curl.c |
| Used in: | curl_fetch() | |
| curl_shutdown() | ||
| curl_startup() | ||
| fetch_cancel() | ||
| fetch_multi_fdset() | ||
| fetch_perform() |
fetch_trans
static irlist_t fetch_trans
| Used in: | clean_fetch() | |
| curl_startup() | ||
| dinoex_dcl() | ||
| dinoex_dcld() | ||
| fetch_cancel() | ||
| fetch_is_running() | ||
| fetch_perform() | ||
| start_fetch_url() |
fetch_id
static unsigned int fetch_id
| Used in: | clean_fetch() | |
| curl_startup() | ||
| start_fetch_url() |
void curl_shutdown ( void )
| Prototyped in: | src/dinoex_curl.h | |
| Calls: | curl_global_cleanup(), curl_multi_cleanup() | |
| Called by: | shutdown_dinoex() | src/dinoex_misc.c |
| References Variables: | cm | src/dinoex_curl.c |
void curl_startup ( void )
| Prototyped in: | src/dinoex_curl.h | |
| Calls: | ioutput() | src/iroffer_utilities.c |
| bzero(), curl_global_init(), curl_multi_init() | ||
| Called by: | startup_dinoex() | src/dinoex_misc.c |
| References Variables: | cm | src/dinoex_curl.c |
| fetch_id | src/dinoex_curl.c | |
| fetch_started | src/dinoex_curl.c | |
| fetch_trans | src/dinoex_curl.c | |
void dinoex_dcl ( const userinput* const u )
| Prototyped in: | src/dinoex_curl.h | |
| Calls: | a_respond() | src/dinoex_admin.c |
| irlist_get_head() | src/iroffer_utilities.c | |
| irlist_get_next() | src/iroffer_utilities.c | |
| updatecontext_f() | src/iroffer_utilities.c | |
| curl_easy_getinfo() | ||
| Called by: | u_dcl() | src/iroffer_admin.c |
| References Variables: | fetch_trans | src/dinoex_curl.c |
void dinoex_dcld ( const userinput* const u )
| Prototyped in: | src/dinoex_curl.h | |
| Calls: | a_respond() | src/dinoex_admin.c |
| irlist_get_head() | src/iroffer_utilities.c | |
| irlist_get_next() | src/iroffer_utilities.c | |
| updatecontext_f() | src/iroffer_utilities.c | |
| curl_easy_getinfo() | ||
| Called by: | u_dcld() | src/iroffer_admin.c |
| References Variables: | fetch_trans | src/dinoex_curl.c |
| gdata | src/dinoex_main.c | |
unsigned int fetch_cancel ( unsigned int num )
| Prototyped in: | src/dinoex_curl.h | |
| Calls: | a_respond() | src/dinoex_admin.c |
| clean_fetch() | src/dinoex_curl.c | |
| irlist_get_head() | src/iroffer_utilities.c | |
| irlist_get_next() | src/iroffer_utilities.c | |
| outerror() | src/iroffer_utilities.c | |
| updatecontext_f() | src/iroffer_utilities.c | |
| curl_multi_remove_handle() | ||
| Called by: | a_fetchcancel() | src/dinoex_admin.c |
| References Variables: | cm | src/dinoex_curl.c |
| fetch_started | src/dinoex_curl.c | |
| fetch_trans | src/dinoex_curl.c | |
unsigned int fetch_is_running ( const char* file )
| Prototyped in: | src/dinoex_curl.h | |
| Calls: | irlist_get_head() | src/iroffer_utilities.c |
| irlist_get_next() | src/iroffer_utilities.c | |
| updatecontext_f() | src/iroffer_utilities.c | |
| strcmp() | ||
| Called by: | file_uploading() | src/dinoex_upload.c |
| References Variables: | fetch_trans | src/dinoex_curl.c |
void fetch_multi_fdset ( fd_set* read_fd_set, fd_set* write_fd_set, fd_set* exc_fd_set, int* max_fd )
| Prototyped in: | src/dinoex_curl.h | |
| Calls: | outerror() | src/iroffer_utilities.c |
| curl_multi_fdset() | ||
| Called by: | mainloop() | src/iroffer_main.c |
| References Variables: | cm | src/dinoex_curl.c |
void fetch_perform ( void )
| Prototyped in: | src/dinoex_curl.h | |
| Calls: | a_respond() | src/dinoex_admin.c |
| clean_fetch() | src/dinoex_curl.c | |
| irlist_get_head() | src/iroffer_utilities.c | |
| irlist_get_next() | src/iroffer_utilities.c | |
| outerror() | src/iroffer_utilities.c | |
| updatecontext_f() | src/iroffer_utilities.c | |
| curl_multi_info_read(), curl_multi_perform() | ||
| Called by: | mainloop() | src/iroffer_main.c |
| References Variables: | cm | src/dinoex_curl.c |
| fetch_started | src/dinoex_curl.c | |
| fetch_trans | src/dinoex_curl.c | |
| gdata | src/dinoex_main.c | |
| gnetwork | src/dinoex_main.c | |
void start_fetch_url ( const userinput* const u, const char* uploaddir )
| Calls: | irlist_delete() | src/iroffer_utilities.c |
| mydelete2() | src/iroffer_utilities.c | |
| updatecontext_f() | src/iroffer_utilities.c | |
| curl_easy_cleanup(), fclose() | ||
| Called by: | fetch_cancel() | src/dinoex_curl.c |
| fetch_perform() | src/dinoex_curl.c | |
| start_fetch_url() | src/dinoex_curl.c | |
| References Variables: | fetch_id | src/dinoex_curl.c |
| fetch_started | src/dinoex_curl.c | |
| fetch_trans | src/dinoex_curl.c | |
| Calls: | a_respond() | src/dinoex_admin.c |
| curl_respond() | src/dinoex_curl.c | |
| updatecontext_f() | src/iroffer_utilities.c | |
| curl_easy_init(), curl_easy_setopt(), curl_multi_add_handle() | ||
| Called by: | start_fetch_url() | src/dinoex_curl.c |
| References Variables: | cm | src/dinoex_curl.c |
| Calls: | a_respond() | src/dinoex_admin.c |
| Called by: | curl_fetch() | src/dinoex_curl.c |