Home
last modified time | relevance | path

Searched refs:PL_get_stream (Results 1 – 17 of 17) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Djson.c105 if ( !PL_get_stream(stream, &in, SIO_INPUT) || in json_read_number()
158 if ( !PL_get_stream(stream, &in, SIO_INPUT) ) in json_skip_ws()
230 if ( !PL_get_stream(stream, &out, SIO_OUTPUT) ) in json_write_string()
283 if ( PL_get_stream(stream, &out, SIO_OUTPUT) ) in json_write_indent()
H A Dstream_range.c245 if ( !PL_get_stream(org, &s, SIO_INPUT) ) in pl_stream_range_open()
H A Dwebsocket.c197 if ( !PL_get_stream(t, &s, flags) ) in get_ws_stream()
216 if ( !PL_get_stream(ws, &s, 0) ) in is_ws_stream()
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dreadutil.c65 if ( !PL_get_stream(stream, &s, SIO_INPUT) ) in read_line_to_codes3()
128 if ( !PL_get_stream(stream, &s, SIO_INPUT) ) in read_stream_to_codes3()
H A Dsockcommon.c171 if ( (rc=PL_get_stream(t, &s, SIO_INPUT|SIO_OUTPUT|SIO_NOERROR)) ) in get_socket_from_stream()
H A Dprocess.c406 if ( !PL_get_stream(stream->term, &s, in get_stream()
/dports/lang/swi-pl/swipl-8.2.3/packages/libedit/
H A Dlibedit4pl.c823 if ( PL_get_stream(tin, &in, SIO_INPUT) && in pl_wrap()
824 PL_get_stream(tout, &out, SIO_OUTPUT) && in pl_wrap()
825 PL_get_stream(terr, &err, SIO_OUTPUT) ) in pl_wrap()
891 if ( (rc=PL_get_stream(tin, &in, SIO_INPUT)) ) in pl_is_wrapped()
913 if ( (rc=PL_get_stream(tin, &in, SIO_INPUT)) ) in get_el_context()
/dports/lang/swi-pl/swipl-8.2.3/packages/yaml/
H A Dyaml4pl.c693 if ( !PL_get_stream(stream, &fd, SIO_INPUT) ) in yaml_parse_stream()
889 if ( !PL_get_stream(stream, &fd, SIO_OUTPUT) ) in yaml_emitter_create()
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-file.c736 PL_get_stream(term_t t, IOSTREAM **s, int flags) in PL_get_stream() function
2249 if ( (rc=PL_get_stream(A1, &s, SIO_OUTPUT)) )
2431 { if ( !PL_get_stream(head, &s, SIO_INPUT) )
3588 return PL_get_stream(argv+3, vp, (SIO_INPUT|SIO_OUTPUT)); in call_iri_hook()
4989 if ( PL_get_stream(stream, &s, 0) ) in getStreamWithPosition()
5516 if ( !PL_get_stream(tin, in, SIO_INPUT) ) in getIOStreams()
5519 if ( !PL_get_stream(tout, out, SIO_OUTPUT) ) in getIOStreams()
5527 { if ( !PL_get_stream(terror, error, SIO_OUTPUT) ) in getIOStreams()
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Dntriples.c788 if ( !PL_get_stream(from, &in, SIO_INPUT) ) in read_ntuple()
H A Dturtle.c3122 if ( PL_get_stream(in, &stream, SIO_INPUT) ) in create_turtle_parser()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-rec.c990 if ( PL_get_stream(A1, &out, SIO_OUTPUT) )
1074 if ( PL_get_stream(A1, &in, SIO_INPUT) )
H A Dpl-zip.c571 if ( !PL_get_stream(A1, &stream, 0) )
H A DSWI-Prolog.h925 PL_EXPORT(int) PL_get_stream(term_t t, IOSTREAM **s, int flags);
/dports/lang/swi-pl/swipl-8.2.3/packages/archive/
H A Darchive4pl.c528 if ( !PL_get_stream(data, &datas, flags) ) in archive_open_stream()
/dports/lang/swi-pl/swipl-8.2.3/packages/sgml/
H A Dsgml2pl.c2111 if ( !PL_get_stream(a, &in, SIO_INPUT) ) in pl_sgml_parse()
/dports/lang/swi-pl/swipl-8.2.3/packages/ssl/
H A Dssl4pl.c4167 if ( !PL_get_stream(stream_t, &stream, SIO_INPUT) ) in get_ssl_stream()