Searched refs:grstream (Results 1 – 5 of 5) sorted by relevance
7 typedef struct GRStream* grstream; typedef16 grstream makeGRStream();18 void clearGRStream(grstream grs);20 void destroyGRStream(grstream grs);28 FILE* openGRStreamRead(grstream grs, const char* named);30 FILE* openGRStreamWrite(grstream grs, const char* named);33 void attachRStream(grstream grs, rstream rs);
17 grstream makeGRStream() { in makeGRStream()18 return (grstream)fail(__func__); in makeGRStream()20 void clearGRStream(grstream grs) { in clearGRStream()23 void destroyGRStream(grstream grs) { in destroyGRStream()34 FILE* openGRStreamRead(grstream grs, const char* named) { in openGRStreamRead()37 FILE* openGRStreamWrite(grstream grs, const char* named) { in openGRStreamWrite()41 void attachRStream(grstream grs, rstream rs) { in attachRStream()
9 void streamio_setup_read(phio_fp* f, grstream grs);11 void streamio_set_gr(grstream grs);12 grstream streamio_get_gr();
9 grstream geomRestartStream;50 void streamio_set_gr(grstream grs) { in streamio_set_gr()54 grstream streamio_get_gr() { in streamio_get_gr()
144 int phasta(phSolver::Input& ctrl, grstream grs) { in phasta()