Searched refs:ops (Results 1 – 5 of 5) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | phIO.cc | 52 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 D | streamio.cc | 26 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 D | syncio.cc | 29 f->ops = &sync_ops_write; in init() 31 f->ops = &sync_ops_read; in init()
|
| H A D | posixio.cc | 19 (*f)->ops = &posix_ops; in posixio_setup()
|
| H A D | phio_base.h | 4 struct phio_ops const* ops; member
|