Searched refs:dtp (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libvcodex/ |
H A D | vcrecode.c | 28 int vcrecode(Vcodex_t* vc, Vcchar_t** dtp, ssize_t* dtz, ssize_t head, int type) argument 30 int vcrecode(vc, dtp, dtz, head, type) 32 Vcchar_t** dtp; /* input/output data */ 46 sz = vcapply(vc->coder, *dtp, *dtz, &dt); 60 *dtp = dt; *dtz = sz;
|
Completed in 17 milliseconds