Searched refs:Vclzmatch_t (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvclzparse.c33 Vclzmatch_t mtch[MAXPAIR]; /* storage for pairs */
35 #define NEXTPAIR(pr) ((pr)->size < MAXPAIR-1 ? ((pr)->mtch + (pr)->size++) : NIL(Vclzmatch_t*))
135 Vclzmatch_t *mt = pr->mtch + pr->size - 1;
580 { Vclzmatch_t mtch;
H A Dvcodex.h523 typedef struct _vclzmatch_s Vclzmatch_t; typedef in typeref:struct:_vclzmatch_s
524 typedef ssize_t (*Vclzparse_f)_ARG_((Vclzparse_t*,int,Vclzmatch_t*,ssize_t));
/ast/src/lib/libvcodex/Vcdelta/
H A Dvcdelta.c190 static ssize_t vcdputinst(Vclzparse_t* vcpa, int type, Vclzmatch_t* mtch, ssize_t n)
195 Vclzmatch_t* mtch; /* list of matched fragments */

Completed in 15 milliseconds