Home
last modified time | relevance | path

Searched refs:streamio_file (Results 1 – 2 of 2) sorted by relevance

/phasta/phSolver/common/
H A Dstreamio.cc24 *f = (phio_fp) malloc(sizeof(struct streamio_file)); in streamio_setup_r()
33 *f = (phio_fp) malloc(sizeof(struct streamio_file)); in streamio_setup_read()
42 *f = (phio_fp) malloc(sizeof(struct streamio_file)); in streamio_setup_write()
H A Dphio_stream.h5 struct streamio_file : phio_file { struct
9 typedef struct streamio_file* stream_fp; argument