Home
last modified time | relevance | path

Searched refs:MEMORY_STREAM (Results 1 – 7 of 7) sorted by relevance

/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Ddemo.c82 if (journal_fh = copen (journal_buf, MEMORY_STREAM, STREAM_WRITE)) in OpenJournal()
98 if (journal_fh = copen (journal_buf, MEMORY_STREAM, STREAM_READ)) in OpenJournal()
/dports/games/uqm/uqm-0.8.0/src/libs/
H A Ddeclib.h33 MEMORY_STREAM enumerator
/dports/textproc/wv/wv-1.2.9/
H A Dsupport.c174 wvStream_create (in, MEMORY_STREAM, str); in wvStream_memory_create()
425 if (in->kind == MEMORY_STREAM) in wvStream_close_stream()
H A Dwv.h21 MEMORY_STREAM enumerator
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMesh.h93 typedef enum {FILE_STREAM, MEMORY_STREAM} streamType; enumerator
H A DobjMesh.cpp4563 streamType stream = MEMORY_STREAM; in loadObjMeshesFromBinary()
4610 if (stream == MEMORY_STREAM) in loadFromBinary()
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DobjMesh.h93 typedef enum {FILE_STREAM, MEMORY_STREAM} streamType; enumerator