Searched refs:Vcwmethod_t (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwmethod.c29 extern Vcwmethod_t _Vcwprefix;
30 extern Vcwmethod_t _Vcwmirror;
31 extern Vcwmethod_t _Vcwvote;
34 static Vcwmethod_t* _Vcwmethods[] =
43 Vcwmethod_t* vcwgetmeth(char* name)
45 Vcwmethod_t* vcwgetmeth(name)
52 return NIL(Vcwmethod_t*);
62 return NIL(Vcwmethod_t*);
H A Dvcwindow.h29 typedef struct _vcwmethod_s Vcwmethod_t; typedef in typeref:struct:_vcwmethod_s
58 { Vcwmethod_t* meth;
82 extern Vcwmethod_t* Vcwmirror;
83 extern Vcwmethod_t* Vcwvote;
84 extern Vcwmethod_t* Vcwprefix;
92 extern Vcwindow_t* vcwopen _ARG_((Vcwdisc_t*, Vcwmethod_t*));
94 extern Vcwmethod_t* vcwgetmeth _ARG_((char*));
H A Dvcwopen.c28 Vcwindow_t* vcwopen(Vcwdisc_t* disc, Vcwmethod_t* meth)
32 Vcwmethod_t* meth; /* window matching method */
H A Dvcwdecode.c65 static Vcwmethod_t _Vcwdecode =
71 Vcwmethod_t* Vcwdecode = &_Vcwdecode;
H A Dvcwmirror.c111 Vcwmethod_t _Vcwmirror =
119 Vcwmethod_t* Vcwmirror = &_Vcwmirror;
H A Dvcwhdr.h72 extern Vcwmethod_t* Vcwdecode; /* special windowing method for decoding */
H A Dvcwvote.c343 Vcwmethod_t _Vcwvote =
351 Vcwmethod_t* Vcwvote = &_Vcwvote;
H A Dvcwprefix.c566 Vcwmethod_t _Vcwprefix =
574 Vcwmethod_t* Vcwprefix = &_Vcwprefix;
/ast/src/lib/libvcodex/
H A Dvcsfio.c934 static ssize_t getwindow(char* spec, Vcwmethod_t** vcwmt)
938 Vcwmethod_t** vcwmt; /* return windowing method */
942 Vcwmethod_t *wmeth = NIL(Vcwmethod_t*);
977 Vcwmethod_t *wmeth;
1092 if(!(sfdc->vcw = vcwopen(&sfdc->vcwdc, NIL(Vcwmethod_t*))) )

Completed in 35 milliseconds