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

/ast/src/lib/libvcodex/
H A Dvcodex.h190 size_t undone; /* left-over after vcapply() */
260 extern ssize_t vcapply _ARG_((Vcodex_t*, Void_t*, size_t, Void_t**));
291 #define vcapply(vc,s,sz,b) (*(vc)->applyf)((vc), (Void_t*)(s), (size_t)(sz), (Void_t**)(b) ) macro

Completed in 84 milliseconds