Home
last modified time | relevance | path

Searched refs:cli_out (Results 1 – 25 of 25) sorted by relevance

/dports/net/bird/bird-1.6.8/nest/
H A Dcli.h22 struct cli_out { struct
23 struct cli_out *next; argument
33 struct cli_out *tx_buf, *tx_pos, *tx_write; argument
H A Dcli.c76 struct cli_out *o; in cli_alloc_out()
84 o = mb_alloc(c->pool, sizeof(struct cli_out) + CLI_TX_BUF_SIZE); in cli_alloc_out()
209 struct cli_out *o, *p; in cli_free_out()
/dports/net/bird2/bird-2.0.8/nest/
H A Dcli.h22 struct cli_out { struct
23 struct cli_out *next; argument
33 struct cli_out *tx_buf, *tx_pos, *tx_write; argument
H A Dcli.c76 struct cli_out *o; in cli_alloc_out()
84 o = mb_alloc(c->pool, sizeof(struct cli_out) + CLI_TX_BUF_SIZE); in cli_alloc_out()
210 struct cli_out *o, *p; in cli_free_out()
/dports/x11/showmethekey/showmethekey-1.5.0/showmethekey-gtk/
H A Dsmtk-keys-emitter.c15 GDataInputStream *cli_out; member
165 emitter->cli_out, NULL, NULL, &read_line_error); in poller_function()
270 emitter->cli_out = NULL; in smtk_keys_emitter_init()
377 emitter->cli_out = g_data_input_stream_new( in smtk_keys_emitter_start_async()
413 g_input_stream_close(G_INPUT_STREAM(emitter->cli_out), NULL, in smtk_keys_emitter_stop_async()
415 emitter->cli_out = NULL; in smtk_keys_emitter_stop_async()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/mgt/
H A Dmgt_child.c318 heritage.cli_out = cp[1]; in mgt_launch_child()
319 MCH_Fd_Inherit(heritage.cli_out, "cli_out"); in mgt_launch_child()
415 MCH_Fd_Inherit(heritage.cli_out, NULL); in mgt_launch_child()
416 closefd(&heritage.cli_out); in mgt_launch_child()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dphp_fopen_wrapper.c264 static int cli_out = 0; in php_stream_url_wrap_php() local
266 if (cli_out++) { in php_stream_url_wrap_php()
269 cli_out = 1; in php_stream_url_wrap_php()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dphp_fopen_wrapper.c262 static int cli_out = 0; in php_stream_url_wrap_php() local
264 if (cli_out++) { in php_stream_url_wrap_php()
267 cli_out = 1; in php_stream_url_wrap_php()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dphp_fopen_wrapper.c264 static int cli_out = 0; in php_stream_url_wrap_php() local
266 if (cli_out++) { in php_stream_url_wrap_php()
269 cli_out = 1; in php_stream_url_wrap_php()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dphp_fopen_wrapper.c262 static int cli_out = 0; in php_stream_url_wrap_php() local
264 if (cli_out++) { in php_stream_url_wrap_php()
267 cli_out = 1; in php_stream_url_wrap_php()
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dphp_fopen_wrapper.c262 static int cli_out = 0; in php_stream_url_wrap_php() local
264 if (cli_out++) { in php_stream_url_wrap_php()
267 cli_out = 1; in php_stream_url_wrap_php()
/dports/www/mod_php73/php-7.3.33/ext/standard/
H A Dphp_fopen_wrapper.c264 static int cli_out = 0; in php_stream_url_wrap_php() local
266 if (cli_out++) { in php_stream_url_wrap_php()
269 cli_out = 1; in php_stream_url_wrap_php()
/dports/www/mod_php74/php-7.4.27/ext/standard/
H A Dphp_fopen_wrapper.c264 static int cli_out = 0; in php_stream_url_wrap_php() local
266 if (cli_out++) { in php_stream_url_wrap_php()
269 cli_out = 1; in php_stream_url_wrap_php()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dphp_fopen_wrapper.c262 static int cli_out = 0; in php_stream_url_wrap_php() local
264 if (cli_out++) { in php_stream_url_wrap_php()
267 cli_out = 1; in php_stream_url_wrap_php()
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/common/
H A Dheritage.h61 int cli_out; member
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/cache/
H A Dcache_cli.c103 heritage.cli_in, heritage.cli_out, NULL, NULL); in CLI_Run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/
H A Dskypopen_protocol.c1125 short cli_out[SAMPLES_PER_FRAME * 2 * 10]; in skypopen_do_tcp_cli_thread_func() local
1206 memset(cli_out, 255, sizeof(cli_out)); in skypopen_do_tcp_cli_thread_func()
1208 len = send(fd, (char *) cli_out, bytes_to_write, 0); in skypopen_do_tcp_cli_thread_func()
1224 bytes_to_write = switch_buffer_read(tech_pvt->write_buffer, cli_out, BYTES_PER_FRAME); in skypopen_do_tcp_cli_thread_func()
1230 memset(cli_out, 255, sizeof(cli_out)); in skypopen_do_tcp_cli_thread_func()
1239 len = send(fd, (char *) cli_out, bytes_to_write, 0); in skypopen_do_tcp_cli_thread_func()
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/application/
H A Dbgp.py69 cli_out = location + pipename + '.out'
74 if not stat.S_ISFIFO(os.stat(cli_out).st_mode):
/dports/net/bird2/bird-2.0.8/sysdep/unix/
H A Dmain.c401 struct cli_out *o = c->tx_pos; in cli_write()
/dports/net/bird/bird-1.6.8/sysdep/unix/
H A Dmain.c365 struct cli_out *o = c->tx_pos; in cli_write()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A DChangeLog-19996858 * main.c (main): Install cli_out by default.
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-19996852 * main.c (main): Install cli_out by default.
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A DChangeLog-19996858 * main.c (main): Install cli_out by default.
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A DChangeLog-19996858 * main.c (main): Install cli_out by default.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A DChangeLog-19996858 * main.c (main): Install cli_out by default.