Lines Matching refs:GmfMshSct

159 }GmfMshSct;  typedef
274 static void ScaWrd(GmfMshSct *, void *);
275 static void ScaDblWrd(GmfMshSct *, void *);
276 static int64_t GetPos(GmfMshSct *);
277 static void RecWrd(GmfMshSct *, const void *);
278 static void RecDblWrd(GmfMshSct *, const void *);
279 static void RecBlk(GmfMshSct *, const void *, int);
280 static void SetPos(GmfMshSct *, int64_t);
281 static int ScaKwdTab(GmfMshSct *);
282 static void ExpFmt(GmfMshSct *, int);
283 static void ScaKwdHdr(GmfMshSct *, int);
285 static int SetFilPos(GmfMshSct *, int64_t);
286 static int64_t GetFilPos(GmfMshSct *msh);
287 static int64_t GetFilSiz(GmfMshSct *);
321 GmfMshSct *msh; in GmfOpenMesh()
327 if(!(msh = calloc(1, sizeof(GmfMshSct)))) in GmfOpenMesh()
548 GmfMshSct *msh = (GmfMshSct *)MshIdx; in GmfCloseMesh()
582 GmfMshSct *msh = (GmfMshSct *)MshIdx; in GmfStatKwd()
624 GmfMshSct *msh = (GmfMshSct *)MshIdx; in GmfGotoKwd()
643 GmfMshSct *msh = (GmfMshSct *)MshIdx; in GmfSetKwd()
767 GmfMshSct *msh = (GmfMshSct *) VALF77(MshIdx); in NAMF77()
868 GmfMshSct *msh = (GmfMshSct *) VALF77(MshIdx); in NAMF77()
996 GmfMshSct *InpMsh = (GmfMshSct *)InpIdx, *OutMsh = (GmfMshSct *)OutIdx; in GmfCpyLin()
1121 GmfMshSct *msh = (GmfMshSct *) VALF77(MshIdx); in NAMF77()
1443 GmfMshSct *msh = (GmfMshSct *) VALF77(MshIdx); in NAMF77()
1730 static int ScaKwdTab(GmfMshSct *msh) in ScaKwdTab()
1798 static void ScaKwdHdr(GmfMshSct *msh, int KwdCod) in ScaKwdHdr()
1844 static void ExpFmt(GmfMshSct *msh, int KwdCod) in ExpFmt()
1922 static void ScaWrd(GmfMshSct *msh, void *ptr) in ScaWrd()
1936 static void ScaDblWrd(GmfMshSct *msh, void *ptr) in ScaDblWrd()
1950 static int64_t GetPos(GmfMshSct *msh) in GetPos()
1971 static void RecWrd(GmfMshSct *msh, const void *wrd) in RecWrd()
1984 static void RecDblWrd(GmfMshSct *msh, const void *wrd) in RecDblWrd()
1997 static void RecBlk(GmfMshSct *msh, const void *blk, int siz) in RecBlk()
2039 static void SetPos(GmfMshSct *msh, int64_t pos) in SetPos()
2075 static int SetFilPos(GmfMshSct *msh, int64_t pos) in SetFilPos()
2088 static int64_t GetFilPos(GmfMshSct *msh) in GetFilPos()
2101 static int64_t GetFilSiz(GmfMshSct *msh) in GetFilSiz()