Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/niml/
H A Dniml_stream.c1902 ns->type = NI_FD_TYPE; /* what kind is this? */ in NI_stream_open()
2220 (ns->type == NI_FD_TYPE && ns->io_mode == NI_INPUT_MODE) ) ) in NI_stream_setbufsize()
2347 case NI_FD_TYPE: in NI_stream_goodcheck()
2466 case NI_FD_TYPE: in NI_stream_close_keep()
2587 case NI_FD_TYPE: in NI_stream_readcheck()
2665 case NI_FD_TYPE: in NI_stream_writecheck()
2770 case NI_FD_TYPE: in NI_stream_write()
2867 case NI_FD_TYPE: in NI_stream_read()
H A Dniml.h404 #define NI_FD_TYPE 5 /* fd: */ macro