Home
last modified time | relevance | path

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

/dports/devel/py-vistir/vistir-0.5.2/src/vistir/
H A Dcursor.py10 def get_stream_handle(stream=sys.stdout): function
20 from ._winconsole import get_stream_handle as get_win_stream_handle
35 handle = get_stream_handle(stream=stream)
54 handle = get_stream_handle(stream=stream)
H A D_winconsole.py417 def get_stream_handle(stream): function
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/vistir/
H A Dcursor.py10 def get_stream_handle(stream=sys.stdout): function
20 from ._winconsole import get_stream_handle as get_win_stream_handle
35 handle = get_stream_handle(stream=stream)
54 handle = get_stream_handle(stream=stream)
H A D_winconsole.py417 def get_stream_handle(stream): function
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dencoder.c483 static bg_plugin_handle_t * get_stream_handle(bg_encoder_t * enc, in get_stream_handle() function
550 h = get_stream_handle(enc, BG_STREAM_AUDIO, stream, s->in_index); in start_audio()
603 h = get_stream_handle(enc, BG_STREAM_VIDEO, stream, s->in_index); in start_video()
669 h = get_stream_handle(enc, BG_STREAM_SUBTITLE_TEXT, stream, s->in_index); in start_subtitle_text()
708 h = get_stream_handle(enc, BG_STREAM_SUBTITLE_OVERLAY, stream, s->in_index); in start_subtitle_overlay()
/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-file.c509 #define get_stream_handle(t, sp, flags) \ macro
515 return get_stream_handle(t, s, SH_ERRORS|SH_ALIAS); in PL_get_stream_handle()
639 if ( !get_stream_handle(t, &s, SH_ERRORS|SH_ALIAS) ) in getInputStream__LD()
986 } else if ( get_stream_handle(to, &ctx->stream, SH_SAFE) ) in setupOutputRedirect()
2821 if ( get_stream_handle(f, &s, SH_ALIAS|SH_UNLOCKED) ) in pl_see()
2899 if ( get_stream_handle(f, &s, SH_UNLOCKED) ) in do_tell()
3602 if ( get_stream_handle(A1, &s, SH_SAFE) )
3665 if ( get_stream_handle(stream, &s, SH_ERRORS) ) in getRepositionableStream()
4088 !get_stream_handle(A2, &out, SH_ERRORS|SH_ALIAS) )
4350 return get_stream_handle(t, s, SH_ALIAS); in get_stream_handle_no_errors()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A Dpl-file.c712 #define get_stream_handle(t, sp, flags) \ macro
723 return get_stream_handle(a, s, flags); in term_stream_handle()
880 if ( !get_stream_handle(a, &s, SH_ERRORS|SH_ALIAS|SH_OUTPUT) ) in getOutputStream__LD()
942 if ( !get_stream_handle(a, &s, SH_ERRORS|SH_ALIAS|SH_INPUT) ) in getInputStream__LD()
1428 } else if ( get_stream_handle(a, &ctx->stream, SH_OUTPUT|SH_ERRORS) ) in setupOutputRedirect()
3992 if ( get_stream_handle(a, &s, SH_ALIAS|SH_UNLOCKED) ) in pl_see()
4075 if ( get_stream_handle(a, &s, SH_UNLOCKED) ) in do_tell()
4274 if ( get_stream_handle(a, &s, SH_ERRORS|SH_ALIAS) ) in pl_close()
4928 get_stream_handle(a, &s, SH_UNLOCKED) &&
4945 get_stream_handle(a, &s, SH_UNLOCKED) )
[all …]
/dports/lang/yap/yap-6.2.2/include/
H A DSWI-Prolog.h704 void *get_stream_handle; member
/dports/lang/yap/yap-6.2.2/library/dialect/swi/fli/
H A Dswi.c3117 SWIGetStream = swio->get_stream_handle; in PL_YAP_InitSWIIO()