Home
last modified time | relevance | path

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

/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhfile.c318 file_rec->last_op=H4_OP_UNKNOWN; in Hopen()
364 file_rec->last_op=H4_OP_UNKNOWN; in Hopen()
392 file_rec->last_op=H4_OP_UNKNOWN; in Hopen()
3763 if(file_rec->last_op==H4_OP_WRITE || file_rec->last_op==H4_OP_UNKNOWN) in HP_read()
3768 file_rec->last_op=H4_OP_UNKNOWN; in HP_read()
3816 if(file_rec->f_cur_off!=offset || file_rec->last_op==H4_OP_UNKNOWN) in HPseek()
3873 if(file_rec->last_op==H4_OP_READ || file_rec->last_op==H4_OP_UNKNOWN) in HP_write()
3878 file_rec->last_op=H4_OP_UNKNOWN; in HP_write()
H A Dhfile.h262 H4_OP_UNKNOWN = 0, /* Don't know what the last operation was (after fopen frex) */ enumerator