Searched refs:jas_stream_fileobj_t (Results 1 – 2 of 2) sorted by relevance
239 jas_stream_fileobj_t *obj; in jas_stream_fopen()272 if (!(obj = jas_malloc(sizeof(jas_stream_fileobj_t)))) { in jas_stream_fopen()347 jas_stream_fileobj_t *obj; in jas_stream_tmpfile()359 if (!(obj = jas_malloc(sizeof(jas_stream_fileobj_t)))) { in jas_stream_tmpfile()408 jas_stream_fileobj_t *obj; in jas_stream_fdopen()436 if (!(obj = jas_malloc(sizeof(jas_stream_fileobj_t)))) { in jas_stream_fdopen()1101 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_read()1107 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_write()1113 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_seek()1119 jas_stream_fileobj_t *fileobj = JAS_CAST(jas_stream_fileobj_t *, obj); in file_close()
260 } jas_stream_fileobj_t; typedef