Lines Matching refs:event_proc
176 event_proc::event_proc() : _prio(-1) in event_proc() function in event_proc
181 event_proc::~event_proc() in ~event_proc()
187 event_proc::add(eps *eps) in add()
193 event_proc::matches(config &c) const in matches()
204 event_proc::run(config &c) const in run()
504 int operator()(event_proc *const&l1, event_proc *const&l2) const in operator ()()
511 config::sort_vector(vector<event_proc *> &v) in sort_vector()
567 config::add_attach(int prio, event_proc *p) in add_attach()
574 config::add_detach(int prio, event_proc *p) in add_detach()
587 config::add_nomatch(int prio, event_proc *p) in add_nomatch()
594 config::add_notify(int prio, event_proc *p) in add_notify()
812 vector<event_proc *> *l; in find_and_execute()
813 vector<event_proc *>::const_iterator i; in find_and_execute()
1158 add_attach(int prio, event_proc *p) in add_attach()
1164 add_detach(int prio, event_proc *p) in add_detach()
1177 add_nomatch(int prio, event_proc *p) in add_nomatch()
1183 add_notify(int prio, event_proc *p) in add_notify()
1188 event_proc *
1189 add_to_event_proc(event_proc *ep, eps *eps) in add_to_event_proc()
1192 ep = new event_proc(); in add_to_event_proc()