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

/ast/src/lib/libvcodex/
H A Dvcmethod.c57 typedef struct _vcmtlist_s Vcmtlist_t; typedef in typeref:struct:_vcmtlist_s
59 { Vcmtlist_t* next; /* link list */
64 static Vcmtlist_t* _Vcmtlist;
79 Vcmtlist_t *mtl;
88 if(!(mtl = (Vcmtlist_t*)malloc(sizeof(Vcmtlist_t) + (size ? 0 : sizeof(Vcmethod_t**)))) )
96 { mtl->next = NIL(Vcmtlist_t*);
176 Vcmtlist_t *mtl;
223 Vcmtlist_t *mtl;

Completed in 12 milliseconds