Lines Matching refs:event_proc
177 event_proc::event_proc() : _prio(-1) in event_proc() function in event_proc
182 event_proc::~event_proc() in ~event_proc()
188 event_proc::add(eps *eps) in add()
194 event_proc::matches(config &c) const in matches()
205 event_proc::run(config &c) const in run()
505 int operator()(event_proc *const&l1, event_proc *const&l2) const in operator ()()
512 config::sort_vector(vector<event_proc *> &v) in sort_vector()
568 config::add_attach(int prio, event_proc *p) in add_attach()
575 config::add_detach(int prio, event_proc *p) in add_detach()
588 config::add_nomatch(int prio, event_proc *p) in add_nomatch()
595 config::add_notify(int prio, event_proc *p) in add_notify()
813 vector<event_proc *> *l; in find_and_execute()
814 vector<event_proc *>::const_iterator i; in find_and_execute()
1161 add_attach(int prio, event_proc *p) in add_attach()
1167 add_detach(int prio, event_proc *p) in add_detach()
1180 add_nomatch(int prio, event_proc *p) in add_nomatch()
1186 add_notify(int prio, event_proc *p) in add_notify()
1191 event_proc *
1192 add_to_event_proc(event_proc *ep, eps *eps) in add_to_event_proc()
1195 ep = new event_proc(); in add_to_event_proc()