Lines Matching refs:handle
5 subroutine phio_openfile(fname, handle)
9 type(c_ptr), value :: handle
13 subroutine phio_closefile(handle)
16 type(c_ptr), value :: handle
20 subroutine phio_readheader(handle, phrase, vals, nvals,
24 type(c_ptr), value :: handle
33 subroutine phio_writeheader(handle, phrase, vals, nitems, ndata,
37 type(c_ptr), value :: handle
47 subroutine phio_readdatablock(handle, phrase, vals, nvals,
51 type(c_ptr), value :: handle
60 subroutine phio_writedatablock(handle, phrase, vals, nvals,
64 type(c_ptr), value :: handle
81 subroutine phio_constructName(handle, inName, outName)
84 type(c_ptr), value :: handle