Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dport.h43 SG_INPUT_PORT = 1UL, enumerator
45 SG_IN_OUT_PORT = SG_INPUT_PORT | SG_OUTPUT_PORT,
260 (SG_PORTP(obj) && SG_PORT(obj)->direction & SG_INPUT_PORT)
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dport.c1121 return make_file_port(file, bufferMode, SG_INPUT_PORT); in Sg_MakeFileBinaryInputPort()
1317 SG_INIT_PORT(port, SG_CLASS_BYTE_PORT, SG_INPUT_PORT, &bt_inputs, SG_FALSE); in Sg_InitByteArrayInputPort()
1748 SG_INIT_PORT(port, SG_CLASS_STRING_PORT, SG_INPUT_PORT, &str_inputs, SG_TRUE); in Sg_InitStringInputPort()
2412 if (Sg_SubtypeP(klass, SG_CLASS_INPUT_PORT)) flags |= SG_INPUT_PORT; in custom_port_allocate()
H A Dbytevector.c371 tin = Sg_InitTranscodedPort(&tp, bin, transcoder, SG_INPUT_PORT); in Sg_ByteVectorToString()
H A Dcache.c2249 in = Sg_InitFileBinaryPort(&bp, &file, SG_INPUT_PORT, in Sg_ReadCache()
H A Dlib_core.stub1812 (result (Sg_MakeCustomBinaryPort id SG_INPUT_PORT read SG_FALSE
1822 (result (Sg_MakeCustomTextualPort id SG_INPUT_PORT read SG_FALSE
H A Dlib_core.c9859 SG_RESULT=(Sg_MakeCustomBinaryPort(id,SG_INPUT_PORT,read,SG_FALSE,getter,setter,close,ready)); in core_make_custom_binary_input_port()
9925 SG_RESULT=(Sg_MakeCustomTextualPort(id,SG_INPUT_PORT,read,SG_FALSE,getter,setter,close,ready)); in core_make_custom_textual_input_port()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/ext/socket/
H A Dsagittarius-socket.c1442 return make_socket_port(socket, SG_INPUT_PORT, FALSE); in Sg_MakeSocketInputPort()