#include <assert.h>#include "../../dprint.h"#include "timer.h"#include "ip_tree.h"

Go to the source code of this file.
Functions | |
| void | append_to_timer (struct list_link *head, struct list_link *new_ll) |
| void | check_and_split_timer (struct list_link *head, unsigned int time, struct list_link *split, unsigned char *mask) |
| void | remove_from_timer (struct list_link *head, struct list_link *ll) |
Definition at line 37 of file modules/pike/timer.c.
References has_timer_set, LM_DBG, list_link::next, and list_link::prev.
Referenced by clean_routine(), and pike_check_req().
| void check_and_split_timer | ( | struct list_link * | head, | |
| unsigned int | time, | |||
| struct list_link * | split, | |||
| unsigned char * | mask | |||
| ) |
Definition at line 64 of file modules/pike/timer.c.
References ip_node::branch, ip_node::expires, ip_node::flags, ll2ipnode, LM_DBG, list_link::next, NODE_EXPIRED_FLAG, NODE_INTIMER_FLAG, and list_link::prev.
Referenced by clean_routine().
Definition at line 50 of file modules/pike/timer.c.
References has_timer_set, LM_DBG, list_link::next, and list_link::prev.
Referenced by pike_check_req().
1.5.6