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

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwindow.h44 { Vcwmatch_t* (*applyf)_ARG_((Vcwindow_t*, Void_t*, size_t, Sfoff_t)); member in struct:_vcwmethod_s
71 (*(vcw)->meth->applyf)((vcw), (dt), (dtsz), (p))
/ast/src/lib/libvcodex/
H A Dvcodex.h186 { Vcapply_f applyf; /* function to process data */ member in struct:_vcodex_s
291 #define vcapply(vc,s,sz,b) (*(vc)->applyf)((vc), (Void_t*)(s), (size_t)(sz), (Void_t**)(b) )

Completed in 23 milliseconds