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

/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c92 ESR_ReturnCode SR_SemanticGraph_LoadFromImage(SR_SemanticGraph* self, wordmap* ilabels, const LCHAR* g2g) argument
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) argument
625 rc = sr_semanticgraph_saveV2(impl, g2g);
679 ESR_ReturnCode sr_semanticgraph_saveV2(SR_SemanticGraphImpl* impl, const LCHAR* g2g) argument
692 fp = pfopen ( g2g,
[all...]

Completed in 363 milliseconds