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

/ast/src/lib/libvcodex/
H A Dvcalias.c46 typedef struct _vcalias_s Vcalias_t; typedef in typeref:struct:_vcalias_s
48 { Vcalias_t* next;
75 static Vcalias_t *Alias;
76 static Vcalias_t *Fname;
83 static Vcalias_t* zipalias(s)
87 Vcalias_t *al, **list;
123 if(!(al = (Vcalias_t*)malloc(sizeof(Vcalias_t) + a+1 + (w-v)+1)) )
196 Vcalias_t *alias;
257 Vcalias_t *a
[all...]

Completed in 243 milliseconds