Searched defs:rsnotify (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/librecsort/
H A Drsnotify.c27 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 Drshdr.h175 #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