| Used in: | send_from_queue() |
unsigned int addtoidlequeue ( const char** msg, char* tempstr, const char* nick, const char* hostname, xdcc* xd, unsigned int pack, unsigned int inq )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | get_user_nick() | src/dinoex_irc.c |
| irlist_add2() | src/iroffer_utilities.c | |
| irlist_size() | src/iroffer_utilities.c | |
| mystrdup2() | src/dinoex_utilities.c | |
| updatecontext_f() | src/iroffer_utilities.c | |
| snprintf() | ||
| Called by: | a_iqueue_sub() | src/dinoex_admin.c |
| addtomainqueue() | src/dinoex_queue.c | |
| References Variables: | gdata | src/dinoex_main.c |
| gnetwork | src/dinoex_main.c | |
unsigned int addtomainqueue ( const char** msg, char* tempstr, const char* nick, const char* hostname, unsigned int pack )
void check_idle_queue ( unsigned int pos )
void queue_all_remove ( irlist_t* list, const char* message )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | irlist_delete() | src/iroffer_utilities.c |
| irlist_get_head() | src/iroffer_utilities.c | |
| mydelete2() | src/iroffer_utilities.c | |
| notice_slow() | src/iroffer_utilities.c | |
| Called by: | mainloop() | src/iroffer_main.c |
| References Variables: | gdata | src/dinoex_main.c |
| gnetwork | src/dinoex_main.c | |
unsigned int queue_count_host ( irlist_t* list, unsigned int* inq, unsigned int man, const char* nick, const char* hostname, xdcc* xd )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | irlist_get_head() | src/iroffer_utilities.c |
| irlist_get_next() | src/iroffer_utilities.c | |
| strcasecmp(), strcmp() | ||
| Called by: | a_queue_found() | src/dinoex_admin.c |
| addtomainqueue() | src/dinoex_queue.c | |
| References Variables: | gnetwork | src/dinoex_main.c |
void queue_pack_limit ( irlist_t* list, xdcc* xd )
void queue_pack_remove ( irlist_t* list, xdcc* xd )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | irlist_delete() | src/iroffer_utilities.c |
| irlist_get_head() | src/iroffer_utilities.c | |
| irlist_get_next() | src/iroffer_utilities.c | |
| mydelete2() | src/iroffer_utilities.c | |
| notice() | src/iroffer_utilities.c | |
| Called by: | a_remove_pack() | src/dinoex_admin.c |
| References Variables: | gdata | src/dinoex_main.c |
| gnetwork | src/dinoex_main.c | |
void queue_punish_abuse ( const char* msg, unsigned int network, const char* nick )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | queue_punish_user() | src/dinoex_queue.c |
| Called by: | t_check_duplicateip() | src/dinoex_transfer.c |
| t_checkminspeed() | src/iroffer_transfer.c | |
| References Variables: | gdata | src/dinoex_main.c |
void queue_reverify_restrictsend ( irlist_t* list )
void queue_update_nick ( irlist_t* list, const char* oldnick, const char* newnick )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | irlist_get_head() | src/iroffer_utilities.c |
| irlist_get_next() | src/iroffer_utilities.c | |
| mydelete2() | src/iroffer_utilities.c | |
| mystrdup2() | src/dinoex_utilities.c | |
| strcasecmp() | ||
| Called by: | user_changed_nick() | src/iroffer_misc.c |
unsigned int queue_xdcc_remove ( irlist_t* list, unsigned int network, const char* nick, unsigned int number )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | irlist_delete() | src/iroffer_utilities.c |
| irlist_get_head() | src/iroffer_utilities.c | |
| irlist_get_next() | src/iroffer_utilities.c | |
| mydelete2() | src/iroffer_utilities.c | |
| notice() | src/iroffer_utilities.c | |
| number_of_pack() | src/dinoex_misc.c | |
| strcasecmp() | ||
| Called by: | lost_nick() | src/dinoex_user.c |
| send_remove() | src/dinoex_user.c | |
| References Variables: | gdata | src/dinoex_main.c |
| gnetwork | src/dinoex_main.c | |
ir_pqueue* requeue ( transfer* tr, ir_pqueue* old )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | irlist_add2() | src/iroffer_utilities.c |
| irlist_insert_after() | src/iroffer_utilities.c | |
| irlist_insert_head() | src/iroffer_utilities.c | |
| irlist_remove() | src/iroffer_utilities.c | |
| mystrdup2() | src/dinoex_utilities.c | |
| Called by: | shutdowniroffer() | src/iroffer_misc.c |
| References Variables: | gdata | src/dinoex_main.c |
void send_from_queue ( unsigned int type, unsigned int pos, char* lastnick )
void start_main_queue ( void )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | check_idle_queue() | src/dinoex_queue.c |
| Called by: | startupiroffer() | src/iroffer_misc.c |
| References Variables: | gdata | src/dinoex_main.c |
void start_one_send ( void )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | irlist_size() | src/iroffer_utilities.c |
| send_from_queue() | src/dinoex_queue.c | |
| Called by: | a_iqueue() | src/dinoex_admin.c |
| a_queue() | src/dinoex_admin.c | |
| check_idle_queue() | src/dinoex_queue.c | |
| start_sends() | src/dinoex_queue.c | |
| References Variables: | gdata | src/dinoex_main.c |
void start_sends ( void )
| Prototyped in: | src/dinoex_queue.h | |
| Calls: | start_one_send() | src/dinoex_queue.c |
| Called by: | a_holdqueue() | src/dinoex_admin.c |
| ir_parseline2() | src/dinoex_irc.c | |
| irc_perform() | src/dinoex_irc.c | |
| u_rehash() | src/iroffer_admin.c | |
| References Variables: | gdata | src/dinoex_main.c |
| Calls: | irlist_get_head() | src/iroffer_utilities.c |
| irlist_get_next() | src/iroffer_utilities.c | |
| strcasecmp(), strcmp() | ||
| Called by: | check_idle_queue() | src/dinoex_queue.c |
| References Variables: | gdata | src/dinoex_main.c |
static void queue_punish_user ( irlist_t* list, const char* msg, unsigned int network, const char* nick )
| Calls: | irlist_delete() | src/iroffer_utilities.c |
| irlist_get_head() | src/iroffer_utilities.c | |
| irlist_get_next() | src/iroffer_utilities.c | |
| mydelete2() | src/iroffer_utilities.c | |
| notice() | src/iroffer_utilities.c | |
| strcasecmp() | ||
| Called by: | queue_punish_abuse() | src/dinoex_queue.c |
| References Variables: | gdata | src/dinoex_main.c |
| gnetwork | src/dinoex_main.c | |