Home
last modified time | relevance | path

Searched refs:handler_t (Results 251 – 275 of 383) sorted by relevance

1...<<111213141516

/dports/devel/libffcall/libffcall-2.4/gnulib-lib/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler; in sigaction_handler()
/dports/editors/poke/poke-1.0/gl/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler; in sigaction_handler()
/dports/ftp/wget/wget-1.21.2/lib/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler; in sigaction_handler()
/dports/textproc/augeas/augeas-1.12.0/gnulib/tests/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler; in sigaction_handler()
/dports/textproc/diffutils/diffutils-3.8/gnulib-tests/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler; in sigaction_handler()
/dports/devel/bison/bison-3.7.6/lib/
H A Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
86 handler_t handler; in sigaction_handler()
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dbase.h45 handler_t (* reqbody_read)(struct request_st *r);
153 handler_t (* request_env)(request_st *r);
H A Dmod_staticfile.c101 static handler_t
110 static handler_t
H A Dmod_evasive.c138 static handler_t
160 static handler_t
H A Dmod_wstunnel.c182 static handler_t mod_wstunnel_handshake_create_response(handler_ctx *);
348 static handler_t wstunnel_create_env(gw_handler_ctx *gwhctx) { in wstunnel_create_env()
351 handler_t rc; in wstunnel_create_env()
368 static handler_t wstunnel_stdin_append(gw_handler_ctx *gwhctx) { in wstunnel_stdin_append()
388 static handler_t wstunnel_recv_parse(request_st * const r, http_response_opts * const opts, buffer … in wstunnel_recv_parse()
480 static handler_t wstunnel_handler_setup (request_st * const r, plugin_data * const p) { in wstunnel_handler_setup()
554 static handler_t mod_wstunnel_check_extension(request_st * const r, void *p_d) { in mod_wstunnel_check_extension()
557 handler_t rc; in mod_wstunnel_check_extension()
823 handler_t mod_wstunnel_handshake_create_response(handler_ctx *hctx) { in mod_wstunnel_handshake_create_response()
H A Dmod_ajp13.c211 static handler_t
544 static handler_t
768 static handler_t
786 static handler_t
948 static handler_t
960 static handler_t
969 handler_t rc = gw_check_extension(r, p, 1, 0); in ajp13_check_extension()
H A Dmod_status.c324 static handler_t mod_status_handle_server_status_html(server *srv, request_st * const r, plugin_dat… in mod_status_handle_server_status_html()
615 static handler_t mod_status_handle_server_status_text(server *srv, request_st * const r, plugin_dat… in mod_status_handle_server_status_text()
658 static handler_t mod_status_handle_server_status_json(server *srv, request_st * const r, plugin_dat… in mod_status_handle_server_status_json()
725 static handler_t mod_status_handle_server_statistics(request_st * const r) { in mod_status_handle_server_statistics()
756 static handler_t mod_status_handle_server_status(request_st * const r, plugin_data * const p) { in mod_status_handle_server_status()
799 static handler_t mod_status_handle_server_config(request_st * const r) { in mod_status_handle_server_config()
868 static handler_t mod_status_handler(request_st * const r, void *p_d) { in mod_status_handler()
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/utils/
H A Dboto_util.py417 key=(lambda handler_t: handler_t.__name__),
421 key=(lambda handler_t: handler_t.__name__),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/utils/
H A Dboto_util.py408 key=(lambda handler_t: handler_t.__name__),
412 key=(lambda handler_t: handler_t.__name__),
/dports/games/flightgear/flightgear-2020.3.11/src/ATC/
H A DATISEncoder.hxx101 typedef std::string (ATISEncoder::*handler_t)( SGPropertyNode_ptr baseNode ); typedef in ATISEncoder
102 typedef std::map<std::string, handler_t > HandlerMap;
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5dump/
H A Dh5dump.c57 struct handler_t { struct
834 free_handler(struct handler_t *hand, int len) in free_handler()
884 static struct handler_t *
887 struct handler_t *hand = NULL; in parse_command_line()
888 struct handler_t *last_dset = NULL; in parse_command_line()
900 if((hand = (struct handler_t *)HDcalloc((size_t)argc, sizeof(struct handler_t)))==NULL) { in parse_command_line()
1346 struct handler_t *hand = NULL; in main()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/mapedit/
H A DT_Form.c389 unsigned int button, int count, handler_t handler) in CallFieldHandler()
506 short height, short x2, short y2, handler_t handler, in ChangeField()
564 handler_t handler) in T_FormHoldButton()
585 handler_t handler) in T_FormButton()
629 short width, short height, handler_t handler) in T_FormScrollArea()
673 handler_t handler) in T_FormStringEntry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dalias-template.cpp112 template<typename T> using handler_t = void (*)(T); typedef
113 extern handler_t<int> ignore;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dalias-template.cpp112 template<typename T> using handler_t = void (*)(T); typedef
113 extern handler_t<int> ignore;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dalias-template.cpp112 template<typename T> using handler_t = void (*)(T); typedef
113 extern handler_t<int> ignore;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dalias-template.cpp112 template<typename T> using handler_t = void (*)(T); typedef
113 extern handler_t<int> ignore;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dalias-template.cpp112 template<typename T> using handler_t = void (*)(T); typedef
113 extern handler_t<int> ignore;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dalias-template.cpp112 template<typename T> using handler_t = void (*)(T); typedef
113 extern handler_t<int> ignore;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dalias-template.cpp112 template<typename T> using handler_t = void (*)(T); typedef
113 extern handler_t<int> ignore;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dalias-template.cpp112 template<typename T> using handler_t = void (*)(T); typedef
113 extern handler_t<int> ignore;

1...<<111213141516