Home
last modified time | relevance | path

Searched refs:Scm_ClosePort (Results 1 – 9 of 9) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/ext/charconv/
H A Dcharconv.c185 Scm_ClosePort(cinfo->remote); in conv_input_filler()
262 Scm_ClosePort(cinfo->remote); in conv_input_closer()
396 Scm_ClosePort(cinfo->remote); in conv_output_closer()
/dports/lang/gauche/Gauche-0.9.10/ext/zlib/
H A Dgauche-zlib.c292 Scm_ClosePort(info->remote); in deflate_closer()
447 Scm_ClosePort(info->remote); in inflate_closer()
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dlibio.scm165 (define-cproc close-input-port (port::<input-port>) ::<void> Scm_ClosePort)
166 (define-cproc close-output-port (port::<output-port>) ::<void> Scm_ClosePort)
168 (define-cproc close-port (port::<port>) ::<void> Scm_ClosePort) ;R6RS
H A Dport.c236 void Scm_ClosePort(ScmPort *port) in Scm_ClosePort() function
1823 Scm_ClosePort(data->source); in coding_closer()
H A Dlibio.c6281 Scm_ClosePort(port); in libioclose_input_port()
6301 Scm_ClosePort(port); in libioclose_output_port()
6321 Scm_ClosePort(port); in libioclose_port()
/dports/lang/gauche/Gauche-0.9.10/ext/net/
H A Dnet.c159 Scm_ClosePort(s->inPort); /* ignore errors */ in Scm_SocketClose()
163 Scm_ClosePort(s->outPort); /* ignore errors */ in Scm_SocketClose()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dport.h377 SCM_EXTERN void Scm_ClosePort(ScmPort *port);
/dports/lang/gauche/Gauche-0.9.10/doc/
H A Dgauche-dev.texi3677 @deftypefun void Scm_ClosePort (ScmPort *@var{port})
3683 raises Scheme exception (i.e. Scm_ClosePort may not return if an error
3819 @code{Scm_ClosePort}, or implicitly by the port being garbage-collected).
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog16128 of Scm_ClosePort to void, since the return value hasn't used at all.