Home | History | Annotate | Download | only in src

Lines Matching refs:g2g

92 ESR_ReturnCode SR_SemanticGraph_LoadFromImage(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* g2g)
114 fp = pfopen ( g2g, L("rb"));
115 /* CHKLOG(rc, PFileSystemCreatePFile(g2g, isLittleEndian, &fp));
588 if (LSTRSTR(basename, L(".g2g")))
615 ESR_ReturnCode sr_semanticgraph_saveV1(SR_SemanticGraphImpl* impl, const LCHAR* g2g);
616 ESR_ReturnCode sr_semanticgraph_saveV2(SR_SemanticGraphImpl* impl, const LCHAR* g2g);
618 ESR_ReturnCode SR_SemanticGraph_Save(SR_SemanticGraph* self, const LCHAR* g2g, int version_number)
625 rc = sr_semanticgraph_saveV2(impl, g2g);
679 ESR_ReturnCode sr_semanticgraph_saveV2(SR_SemanticGraphImpl* impl, const LCHAR* g2g)
692 fp = pfopen ( g2g, L("r+b"));
693 /* CHKLOG(rc, PFileSystemCreatePFile(g2g, isLittleEndian, &fp));
791 PLogMessage("G2G done WR semg %d", pftell(fp));