Searched defs:rsnotify (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/librecsort/ |
H A D | rsnotify.c | 27 int rsnotify(Rs_t* rs, int op, Void_t* data, Void_t* arg, reg Rsdisc_t* disc) function 29 int rsnotify(rs, op, data, arg, disc)
|
H A D | rshdr.h | 175 #define RSNOTIFY(r,o,v,x,d) ((r->events&o)?rsnotify(r,o,(Void_t*)v,(Void_t*)x,d):(0)) 177 #define rsnotify _rs_notify macro 179 extern int rsnotify _ARG_((Rs_t*, int, Void_t*, Void_t*, Rsdisc_t*));
|
Completed in 15 milliseconds