Home
last modified time | relevance | path

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

1234567

/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dopts.h82 typedef struct global global_t; typedef
157 global_t *global;
325 global_t * global_new(void) MALLOC;
327 void global_free(global_t *) NONNULL(1);
328 int global_has_ssl_spec(global_t *) NONNULL(1) WUNRES;
329 int global_has_dns_spec(global_t *) NONNULL(1) WUNRES;
331 int global_has_cakey_spec(global_t *) NONNULL(1) WUNRES;
341 void global_set_lprocinfo(global_t *) NONNULL(1);
351 void global_set_daemon(global_t *) NONNULL(1);
352 void global_set_debug(global_t *) NONNULL(1);
[all …]
H A Dproxy.h46 global_t *global;
54 proxy_ctx_t * proxy_new(global_t *, int) NONNULL(1) MALLOC;
60 pxy_conn_ctx_t *proxy_conn_ctx_new(evutil_socket_t, pxy_thrmgr_ctx_t *, proxyspec_t *, global_t *
H A Dopts.c165 global_t *
168 global_t *global; in global_new()
170 global = malloc(sizeof(global_t)); in global_new()
173 memset(global, 0, sizeof(global_t)); in global_new()
327 global_free(global_t *global) in global_free()
407 memset(global, 0, sizeof(global_t)); in global_free()
417 global_has_ssl_spec(global_t *global) in global_has_ssl_spec()
432 global_has_dns_spec(global_t *global) in global_has_dns_spec()
2435 global_set_daemon(global_t *global)
2447 global_set_debug(global_t *global)
[all …]
H A Dpxythrmgr.h42 global_t *global;
51 pxy_thrmgr_ctx_t * pxy_thrmgr_new(global_t *) MALLOC;
H A Dproxy.c73 global_t *global;
79 global_t *global) in proxy_listener_ctx_new()
151 proxyspec_t *spec, global_t *global in proxy_conn_ctx_new()
327 proxyspec_t *spec, global_t *global, evutil_socket_t clisock) in proxy_listener_setup()
421 proxy_new(global_t *global, int clisock) in proxy_new()
H A Dlog.h149 int log_content_open(log_content_ctx_t *, global_t *,
169 int log_preinit(global_t *) NONNULL(1) WUNRES;
171 int log_init(global_t *, proxy_ctx_t *, int[3]) NONNULL(1,2) WUNRES;
/dports/www/httest/httest-2.4.24/src/
H A Dmodules.c21 apr_status_t body_init(global_t *global);
22 apr_status_t dso_module_init(global_t *global);
25 apr_status_t dbg_module_init(global_t *global);
26 apr_status_t sys_module_init(global_t *global);
27 apr_status_t math_module_init(global_t *global);
28 apr_status_t coder_module_init(global_t *global);
29 apr_status_t date_module_init(global_t *global);
32 apr_status_t socks_module_init(global_t *global);
33 apr_status_t udp_module_init(global_t *global);
34 apr_status_t tcp_module_init(global_t *global);
[all …]
H A Dhttest.c97 global_t *global = NULL;
487 global_t *process_global = NULL;
513 static void inc_threads(global_t *global) { in inc_threads()
523 static void dec_threads(global_t *global) { in dec_threads()
533 static void inc_tot_threads(global_t *global) { in inc_tot_threads()
544 static void set_threads(global_t *global, int count) { in set_threads()
555 static int get_threads(global_t *global) { in get_threads()
568 static int get_tot_threads(global_t *global) { in get_tot_threads()
581 static void inc_groups(global_t *global) { in inc_groups()
592 static int get_tot_groups(global_t *global) { in get_tot_groups()
[all …]
H A Dperf_module.c162 global_t *global = worker->global; in perf_line_sent()
187 global_t *global = worker->global; in perf_WAIT_begin()
214 global_t *global = worker->global; in perf_read_status_line()
240 global_t *global = worker->global; in perf_read_header()
257 global_t *global = worker->global; in perf_read_buf()
274 global_t *global = worker->global; in perf_WAIT_end()
323 global_t *global = worker->global; in perf_pre_connect()
341 global_t *global = worker->global; in perf_post_connect()
664 global_t *global = worker->global; in perf_distribute_host()
731 global_t *global = worker->global; in perf_client_create()
[all …]
H A Ddso_module.c53 static dso_gconf_t *dso_get_global_config(global_t *global) { in dso_get_global_config()
132 global_t *global = worker->global; in block_LOAD_TRANSPORT_DSO()
178 global_t *global = worker->global; in block_GET_TRANSPORT_OBJECT()
246 global_t *global = worker->global; in block_FUNC()
277 apr_status_t dso_module_init(global_t *global) { in dso_module_init()
H A Djs_module.c73 static js_gconf_t *js_get_global_config(global_t *global) { in js_get_global_config()
256 static apr_status_t js_block_start(global_t *global, char **line) { in js_block_start()
277 static apr_status_t js_read_line(global_t *global, char **line) { in js_read_line()
294 static apr_status_t js_block_end(global_t *global) { in js_block_end()
330 global_t *global = worker->global; in block_JS_BLOCK_CREATE()
365 apr_status_t js_module_init(global_t *global) { in js_module_init()
H A Dmodule.h76 typedef apr_status_t (*module_init_f)(global_t *global);
81 apr_status_t module_command_new(global_t *global, const char *module,
H A Dworker.h79 typedef struct global_s global_t; typedef
84 global_t *global;
324 (global_t *global, char **line))
326 (global_t *global, char **line))
328 (global_t *global))
336 (global_t *global, apr_thread_t *thread))
338 (global_t *global, apr_thread_t *thread))
340 (global_t *global))
415 global_t *global, interpret_f interpret);
H A Dlua_module.c88 static lua_gconf_t *lua_get_global_config(global_t *global) { in lua_get_global_config()
502 static apr_status_t lua_block_start(global_t *global, char **line) { in lua_block_start()
523 static apr_status_t lua_read_line(global_t *global, char **line) { in lua_read_line()
538 static apr_status_t lua_block_end(global_t *global) { in lua_block_end()
551 apr_status_t lua_module_init(global_t *global) { in lua_module_init()
/dports/devel/pcre++/pcre++-0.9.5/libpcre++/
H A Dpcre++.cc54 case_t = global_t = false;
70 case 'g': global_t = true; break; in get_match_start()
89 global_t = true;
102 global_t = P.global_t; in get_match_end()
147 case_t = global_t = false;
158 global_t = P.global_t;
/dports/www/h2o-devel/h2o-dcc7134/deps/klib/test/
H A Dkthread_test.c14 } global_t; typedef
18 global_t *g = (global_t*)_g; in compute()
40 global_t global = { 10240*100, 800, 600, -2., -1.2, -1.2, 1.2, 0 }; in main()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_context/
H A Dpsl1ght_ctx.c88 global_t *global = global_get_ptr(); in gfx_ctx_psl1ght_get_available_resolutions()
181 global_t *global = global_get_ptr(); in gfx_ctx_psl1ght_init()
254 global_t *global = global_get_ptr(); in gfx_ctx_psl1ght_get_video_output_size()
276 global_t *global = global_get_ptr(); in gfx_ctx_psl1ght_get_video_output_prev()
292 global_t *global = global_get_ptr(); in gfx_ctx_psl1ght_get_video_output_next()
H A Dps3_ctx.c90 global_t *global = global_get_ptr(); in gfx_ctx_ps3_get_available_resolutions()
192 global_t *global = global_get_ptr(); in gfx_ctx_ps3_init()
316 global_t *global = global_get_ptr(); in gfx_ctx_ps3_get_video_output_size()
338 global_t *global = global_get_ptr(); in gfx_ctx_ps3_get_video_output_prev()
354 global_t *global = global_get_ptr(); in gfx_ctx_ps3_get_video_output_next()
/dports/security/sslproxy/SSLproxy-0.9.2/tests/check/
H A Dopts.t.c139 global_t *global = global_new(); in START_TEST()
170 global_t *global = global_new(); in START_TEST()
201 global_t *global = global_new(); in START_TEST()
245 global_t *global = global_new(); in START_TEST()
275 global_t *global = global_new(); in START_TEST()
305 global_t *global = global_new(); in START_TEST()
335 global_t *global = global_new(); in START_TEST()
364 global_t *global = global_new(); in START_TEST()
395 global_t *global = global_new(); in START_TEST()
436 global_t *global = global_new(); in START_TEST()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Sandbox/
H A Deinspline_spo_nested.cpp279 timer_type global_t(t0,vgh_t,val_t,0.0); in main() local
282 mpi::reduce(*mycomm,global_t); in main()
286 t0=global_t[0]/nmpi; in main()
287 vgh_t=global_t[1]/nmpi; in main()
288 val_t=global_t[2]/nmpi; in main()
H A Deinspline_spo.cpp308 timer_type global_t(t0,vgh_t,val_t,0.0); in main() local
311 mpi::reduce(*mycomm,global_t); in main()
315 t0=global_t[0]/nmpi; in main()
316 vgh_t=global_t[1]/nmpi; in main()
317 val_t=global_t[2]/nmpi; in main()
/dports/sysutils/cdrkit/cdrkit-1.1.11/icedax/
H A Dglobal.h131 global_t; typedef
133 extern global_t global;
/dports/sysutils/genisoimage/cdrkit-1.1.11/icedax/
H A Dglobal.h131 global_t; typedef
133 extern global_t global;
/dports/security/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.2/gnupg-pkcs11-scd/
H A Dscdaemon.c102 } global_t; typedef
176 command_handler (global_t *global, const int fd) in command_handler()
284 server_socket_close (global_t *global, const int fd) { in server_socket_close()
303 server_socket_create_name (global_t *global) { in server_socket_create_name()
332 server_socket_create (global_t *global) { in server_socket_create()
409 global_t *global = _entry->global; in _server_socket_accept()
527 server_socket_accept (global_t *global, const int fd, pthread_t *thread) { in server_socket_accept()
539 server_socket_accept_terminate (global_t *global, pthread_t thread) { in server_socket_accept_terminate()
857 global_t global;
/dports/devel/sunpromake/schily-2021-09-18/cdda2wav/
H A Dglobal.h178 } global_t; typedef
180 extern global_t global;

1234567