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

/ast/src/cmd/sortlib/sync/
H A Dssexit.h47 typedef int (*Ssexit_f)(Rsobj_t*, Rsobj_t*, void**); typedef
H A Dss.h88 typedef int (*Ssexit_f)(Rsobj_t*, Rsobj_t*, void**); typedef
89 typedef int (*Ssintercept_f)(Ssexit_f, Rsobj_t*, Rsobj_t*, void**);
172 Ssexit_f initexit; /* RS_OPEN exit */
173 Ssexit_f doneexit; /* RS_POP exit */
174 Ssexit_f readexit; /* RS_READ exit */
175 Ssexit_f summaryexit; /* RS_SUMMARY exit */
176 Ssexit_f writeexit; /* RS_WRITE exit */
177 Ssintercept_f intercept; /* Ssexit_f intercept */

Completed in 11 milliseconds