Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 5 of 5) sorted by relevance

/phasta/phSolver/common/
H A DphIO.cc52 f->ops->readheader(f->file, keyphrase, valueArray, in phio_readheader()
65 f->ops->writeheader(f->file, keyphrase, valueArray, in phio_writeheader()
77 f->ops->readdatablock(f->file, keyphrase, valueArray, in phio_readdatablock()
89 f->ops->writedatablock(f->file, keyphrase, valueArray, in phio_writedatablock()
99 f->ops->constructname(inName, outName); in phio_constructName()
108 f->ops->openfile(filename, f); in phio_openfile()
115 f->ops->closefile(f); in phio_closefile()
H A Dstreamio.cc26 sf->ops = &stream_ops; in streamio_setup_r()
35 sf->ops = &stream_ops; in streamio_setup_read()
44 sf->ops = &stream_ops; in streamio_setup_write()
H A Dsyncio.cc29 f->ops = &sync_ops_write; in init()
31 f->ops = &sync_ops_read; in init()
H A Dposixio.cc19 (*f)->ops = &posix_ops; in posixio_setup()
H A Dphio_base.h4 struct phio_ops const* ops; member