Home
last modified time | relevance | path

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

12

/dports/net/mpich2/mpich2-1.5/src/pm/hydra/utils/launch/
H A Dlaunch.c10 HYD_status HYDU_create_process(char **client_arg, struct HYD_env *env_list, in HYDU_create_process() argument
70 if (execvp(client_arg[0], client_arg) < 0) { in HYDU_create_process()
74 HYDU_error_printf("execvp error on file %s (%s)\n", client_arg[0], in HYDU_create_process()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/utils/launch/
H A Dlaunch.c9 HYD_status HYDU_create_process(char **client_arg, struct HYD_env *env_list, in HYDU_create_process() argument
69 if (execvp(client_arg[0], client_arg) < 0) { in HYDU_create_process()
73 HYDU_error_printf("execvp error on file %s (%s)\n", client_arg[0], MPL_strerror(errno)); in HYDU_create_process()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/spawn/
H A Dhydra_spawn.c11 HYD_status HYD_spawn(char **client_arg, int envcount, char *const *const env, int *in, int *out, in HYD_spawn() argument
69 if (execvp(client_arg[0], client_arg) < 0) { in HYD_spawn()
73 HYD_ERR_PRINT("execvp error on file %s (%s)\n", client_arg[0], MPL_strerror(errno)); in HYD_spawn()
H A Dhydra_spawn.h12 HYD_status HYD_spawn(char **client_arg, int envcount, char *const *const env, int *in, int *out,
/dports/multimedia/mpv/mpv-0.34.1/input/
H A Dipc-unix.c57 struct client_arg { struct
69 static int ipc_write_str(struct client_arg *client, const char *buf) in ipc_write_str() argument
107 struct client_arg *arg = p; in client_thread()
225 static bool ipc_start_client(struct mp_ipc_ctx *ctx, struct client_arg *client, in ipc_start_client()
256 struct client_arg *client = talloc_ptrtype(NULL, client); in ipc_start_client_json()
257 *client = (struct client_arg){ in ipc_start_client_json()
278 struct client_arg *client = talloc_ptrtype(NULL, client); in mp_ipc_start_anon_client()
279 *client = (struct client_arg){ in mp_ipc_start_anon_client()
H A Dipc-win.c45 struct client_arg { struct
170 static DWORD ipc_write_str(struct client_arg *arg, const char *buf) in ipc_write_str()
192 static void report_read_error(struct client_arg *arg, DWORD error) in report_read_error()
207 struct client_arg *arg = p; in client_thread()
313 static void ipc_start_client(struct mp_ipc_ctx *ctx, struct client_arg *client) in ipc_start_client()
328 struct client_arg *client = talloc_ptrtype(NULL, client); in ipc_start_client_json()
329 *client = (struct client_arg){ in ipc_start_client_json()
/dports/devel/grpc130/grpc-1.30.2/test/core/end2end/tests/
H A Dhigh_initial_seqno.cc206 grpc_arg client_arg; in test_invoke_10_simple_requests() local
210 client_arg.type = GRPC_ARG_INTEGER; in test_invoke_10_simple_requests()
211 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_INITIAL_SEQUENCE_NUMBER); in test_invoke_10_simple_requests()
212 client_arg.value.integer = initial_sequence_number; in test_invoke_10_simple_requests()
215 client_args.args = &client_arg; in test_invoke_10_simple_requests()
H A Dproxy_auth.cc217 grpc_arg client_arg; in test_invoke_proxy_auth() local
218 client_arg.type = GRPC_ARG_STRING; in test_invoke_proxy_auth()
219 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
220 client_arg.value.string = const_cast<char*>(GRPC_TEST_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
221 grpc_channel_args client_args = {1, &client_arg}; in test_invoke_proxy_auth()
H A Dhpack_size.cc356 grpc_arg client_arg; in test_size() local
366 client_arg.type = GRPC_ARG_INTEGER; in test_size()
367 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_HPACK_TABLE_SIZE_ENCODER); in test_size()
368 client_arg.value.integer = encode_size; in test_size()
370 client_args.args = &client_arg; in test_size()
/dports/devel/grpc134/grpc-1.34.1/test/core/end2end/tests/
H A Dhigh_initial_seqno.cc209 grpc_arg client_arg; in test_invoke_10_simple_requests() local
212 client_arg.type = GRPC_ARG_INTEGER; in test_invoke_10_simple_requests()
213 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_INITIAL_SEQUENCE_NUMBER); in test_invoke_10_simple_requests()
214 client_arg.value.integer = initial_sequence_number; in test_invoke_10_simple_requests()
217 client_args.args = &client_arg; in test_invoke_10_simple_requests()
H A Dproxy_auth.cc217 grpc_arg client_arg; in test_invoke_proxy_auth() local
218 client_arg.type = GRPC_ARG_STRING; in test_invoke_proxy_auth()
219 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
220 client_arg.value.string = const_cast<char*>(GRPC_TEST_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
221 grpc_channel_args client_args = {1, &client_arg}; in test_invoke_proxy_auth()
H A Dhpack_size.cc359 grpc_arg client_arg; in test_size() local
368 client_arg.type = GRPC_ARG_INTEGER; in test_size()
369 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_HPACK_TABLE_SIZE_ENCODER); in test_size()
370 client_arg.value.integer = encode_size; in test_size()
372 client_args.args = &client_arg; in test_size()
/dports/devel/grpc/grpc-1.42.0/test/core/end2end/tests/
H A Dhigh_initial_seqno.cc208 grpc_arg client_arg; in test_invoke_10_simple_requests() local
211 client_arg.type = GRPC_ARG_INTEGER; in test_invoke_10_simple_requests()
212 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_INITIAL_SEQUENCE_NUMBER); in test_invoke_10_simple_requests()
213 client_arg.value.integer = initial_sequence_number; in test_invoke_10_simple_requests()
216 client_args.args = &client_arg; in test_invoke_10_simple_requests()
H A Dproxy_auth.cc217 grpc_arg client_arg; in test_invoke_proxy_auth() local
218 client_arg.type = GRPC_ARG_STRING; in test_invoke_proxy_auth()
219 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
220 client_arg.value.string = const_cast<char*>(GRPC_TEST_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
221 grpc_channel_args client_args = {1, &client_arg}; in test_invoke_proxy_auth()
H A Dhpack_size.cc358 grpc_arg client_arg; in test_size() local
367 client_arg.type = GRPC_ARG_INTEGER; in test_size()
368 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_HPACK_TABLE_SIZE_ENCODER); in test_size()
369 client_arg.value.integer = encode_size; in test_size()
371 client_args.args = &client_arg; in test_size()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/end2end/tests/
H A Dhigh_initial_seqno.cc206 grpc_arg client_arg; in test_invoke_10_simple_requests() local
210 client_arg.type = GRPC_ARG_INTEGER; in test_invoke_10_simple_requests()
211 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_INITIAL_SEQUENCE_NUMBER); in test_invoke_10_simple_requests()
212 client_arg.value.integer = initial_sequence_number; in test_invoke_10_simple_requests()
215 client_args.args = &client_arg; in test_invoke_10_simple_requests()
H A Dproxy_auth.cc217 grpc_arg client_arg; in test_invoke_proxy_auth() local
218 client_arg.type = GRPC_ARG_STRING; in test_invoke_proxy_auth()
219 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
220 client_arg.value.string = const_cast<char*>(GRPC_TEST_HTTP_PROXY_AUTH_CREDS); in test_invoke_proxy_auth()
221 grpc_channel_args client_args = {1, &client_arg}; in test_invoke_proxy_auth()
H A Dhpack_size.cc356 grpc_arg client_arg; in test_size() local
366 client_arg.type = GRPC_ARG_INTEGER; in test_size()
367 client_arg.key = const_cast<char*>(GRPC_ARG_HTTP2_HPACK_TABLE_SIZE_ENCODER); in test_size()
368 client_arg.value.integer = encode_size; in test_size()
370 client_args.args = &client_arg; in test_size()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/tools/
H A Drun_benchmark.py54 def run_test(name, test_cmd, client_arg, num_peers): argument
82 % (port, client_arg, num_peers * 2, num_peers * 2, cache_size * 16, output_dir)
/dports/net/mpich/mpich-3.4.3/src/pm/util/
H A Dprocess.c253 char **client_arg = MPL_malloc(MAX_CLIENT_ARG * sizeof(char *), MPL_MEM_PM); in MPIE_ExecProgram() local
323 client_arg[0] = (char *) app->exename; in MPIE_ExecProgram()
325 client_arg[1 + j] = (char *) app->args[j]; in MPIE_ExecProgram()
328 client_arg[1 + j] = 0; in MPIE_ExecProgram()
344 rc = execvp(app->exename, client_arg); in MPIE_ExecProgram()
/dports/net/mpich2/mpich2-1.5/src/pm/util/
H A Dprocess.c259 char **client_arg = MPIU_Malloc(MAX_CLIENT_ARG * sizeof(char *)); in MPIE_ExecProgram() local
337 client_arg[0] = (char *)app->exename; in MPIE_ExecProgram()
339 client_arg[1+j] = (char *)app->args[j]; in MPIE_ExecProgram()
342 client_arg[1+j] = 0; in MPIE_ExecProgram()
359 rc = execvp( app->exename, client_arg ); in MPIE_ExecProgram()
/dports/graphics/zbar/zbar-0.23.90/zbar/processor/
H A Dx.c138 XPointer client_arg, in x_internal_watcher() argument
143 zbar_processor_t *proc = (void*)client_arg; in x_internal_watcher()
/dports/graphics/gliv/gliv-1.9.7/src/include/
H A Dcmdline.h61 char * client_arg; /**< @brief Connect to a running gliv, appending to the list. */ member
/dports/graphics/gliv/gliv-1.9.7/src/
H A Dcmdline.c104 args_info->client_arg = NULL; in clear_args()
236 free_string_field (&(args_info->client_arg)); in cmdline_parser_release()
638 if (update_arg( (void *)&(args_info->client_arg), in cmdline_parser_internal()
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/include/
H A Dhydra.h494 HYD_status HYDU_create_process(char **client_arg, struct HYD_env *env_list,
608 HYD_status HYDU_list_append_strlist(char **exec, char **client_arg);

12