Home
last modified time | relevance | path

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

123

/dports/security/py-ospd-openvas/ospd-openvas-21.4.3/tests/
H A Dtest_preferencehandler.py51 p_handler = PreferenceHandler(
67 p_handler = PreferenceHandler(
87 p_handler = PreferenceHandler(
101 p_handler = PreferenceHandler(
313 p_handler.scan_id,
331 p_handler.scan_id,
343 p_handler.kbdb.index = 2
347 p_handler.scan_id,
448 p_handler.scan_id,
513 p_handler.scan_id,
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/playlist/
H A Ditml.c166 xml_elem_hnd_t *p_handler = NULL; in parse_dict() local
176 for( p_handler = p_handlers; in parse_dict()
177 p_handler->name && strcmp( node, p_handler->name ); in parse_dict()
178 p_handler++ ); in parse_dict()
179 if( !p_handler->name ) in parse_dict()
185 if( p_handler->type == COMPLEX_CONTENT ) in parse_dict()
191 p_handler = NULL; in parse_dict()
217 if( !p_handler || !p_handler->name in parse_dict()
225 if( !strcmp( p_handler->name, "key" ) ) in parse_dict()
231 else if( p_handler->pf_handler.smpl ) in parse_dict()
[all …]
H A Dxspf.c216 const xml_elem_hnd_t *p_handler = NULL; in parse_node() local
232 p_handler = get_handler(pl_elements, i_pl_elements, name); in parse_node()
233 if (!p_handler) in parse_node()
242 if (p_handler->cmplx) in parse_node()
249 p_handler = NULL; in parse_node()
256 if(!p_handler) in parse_node()
276 if(p_handler) in parse_node()
279 if (strcmp(p_handler->name, name)) in parse_node()
285 if (p_handler->pf_handler.smpl) in parse_node()
286 p_handler->pf_handler.smpl(p_input_item, p_handler->name, in parse_node()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dprint_string.cpp38 void add_print_handler(PrintHandlerList *p_handler) { in add_print_handler() argument
41 p_handler->next = print_handler_list; in add_print_handler()
42 print_handler_list = p_handler; in add_print_handler()
46 void remove_print_handler(PrintHandlerList *p_handler) { in remove_print_handler() argument
55 if (l == p_handler) { in remove_print_handler()
H A Derror_macros.cpp47 void add_error_handler(ErrorHandlerList *p_handler) { in add_error_handler() argument
50 p_handler->next = error_handler_list; in add_error_handler()
51 error_handler_list = p_handler; in add_error_handler()
55 void remove_error_handler(ErrorHandlerList *p_handler) { in remove_error_handler() argument
64 if (l == p_handler) { in remove_error_handler()
H A Dprint_string.h53 void add_print_handler(PrintHandlerList *p_handler);
54 void remove_print_handler(PrintHandlerList *p_handler);
H A Derror_macros.h73 void add_error_handler(ErrorHandlerList *p_handler);
74 void remove_error_handler(ErrorHandlerList *p_handler);
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dprint_string.cpp38 void add_print_handler(PrintHandlerList *p_handler) { in add_print_handler() argument
41 p_handler->next = print_handler_list; in add_print_handler()
42 print_handler_list = p_handler; in add_print_handler()
46 void remove_print_handler(PrintHandlerList *p_handler) { in remove_print_handler() argument
55 if (l == p_handler) { in remove_print_handler()
H A Derror_macros.cpp47 void add_error_handler(ErrorHandlerList *p_handler) { in add_error_handler() argument
50 p_handler->next = error_handler_list; in add_error_handler()
51 error_handler_list = p_handler; in add_error_handler()
55 void remove_error_handler(ErrorHandlerList *p_handler) { in remove_error_handler() argument
64 if (l == p_handler) { in remove_error_handler()
H A Dprint_string.h53 void add_print_handler(PrintHandlerList *p_handler);
54 void remove_print_handler(PrintHandlerList *p_handler);
H A Derror_macros.h73 void add_error_handler(ErrorHandlerList *p_handler);
74 void remove_error_handler(ErrorHandlerList *p_handler);
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dprint_string.cpp41 void add_print_handler(PrintHandlerList *p_handler) { in add_print_handler() argument
44 p_handler->next = print_handler_list; in add_print_handler()
45 print_handler_list = p_handler; in add_print_handler()
49 void remove_print_handler(PrintHandlerList *p_handler) { in remove_print_handler() argument
58 if (l == p_handler) { in remove_print_handler()
H A Derror_macros.cpp39 void add_error_handler(ErrorHandlerList *p_handler) { in add_error_handler() argument
42 p_handler->next = error_handler_list; in add_error_handler()
43 error_handler_list = p_handler; in add_error_handler()
47 void remove_error_handler(ErrorHandlerList *p_handler) { in remove_error_handler() argument
56 if (l == p_handler) { in remove_error_handler()
H A Dprint_string.h54 void add_print_handler(PrintHandlerList *p_handler);
55 void remove_print_handler(PrintHandlerList *p_handler);
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dprint_string.cpp41 void add_print_handler(PrintHandlerList *p_handler) { in add_print_handler() argument
44 p_handler->next = print_handler_list; in add_print_handler()
45 print_handler_list = p_handler; in add_print_handler()
49 void remove_print_handler(PrintHandlerList *p_handler) { in remove_print_handler() argument
58 if (l == p_handler) { in remove_print_handler()
H A Derror_macros.cpp39 void add_error_handler(ErrorHandlerList *p_handler) { in add_error_handler() argument
42 p_handler->next = error_handler_list; in add_error_handler()
43 error_handler_list = p_handler; in add_error_handler()
47 void remove_error_handler(ErrorHandlerList *p_handler) { in remove_error_handler() argument
56 if (l == p_handler) { in remove_error_handler()
H A Dprint_string.h54 void add_print_handler(PrintHandlerList *p_handler);
55 void remove_print_handler(PrintHandlerList *p_handler);
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Ddispatcher.hpp108 static handler_t * p_handler = NULL; \
110 if (unlikely( p_handler == NULL) ) { \
112 p_handler = &handler; \
113 p_handler->dispatcher.on_create (); \
116 return p_handler->dispatcher; \
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/dialogs/
H A Dexternal.hpp99 DialogWrapper(DialogHandler *p_handler, intf_thread_t *p_intf,
105 DialogHandler *p_handler; member in DialogWrapper
117 LoginDialogWrapper(DialogHandler *p_handler, intf_thread_t *p_intf,
135 QuestionDialogWrapper(DialogHandler *p_handler, intf_thread_t *p_intf,
149 ProgressDialogWrapper(DialogHandler *p_handler, intf_thread_t *p_intf,
H A Dexternal.cpp305 DialogWrapper::DialogWrapper(DialogHandler *p_handler, intf_thread_t *p_intf, in DialogWrapper() argument
308 , p_handler(p_handler) in DialogWrapper()
332 LoginDialogWrapper::LoginDialogWrapper(DialogHandler *p_handler, in LoginDialogWrapper() argument
336 : DialogWrapper(p_handler, p_intf, p_id, p_dialog) in LoginDialogWrapper()
357 QuestionDialogWrapper::QuestionDialogWrapper(DialogHandler *p_handler, in QuestionDialogWrapper() argument
363 : DialogWrapper(p_handler, p_intf, p_id, p_box) in QuestionDialogWrapper()
385 ProgressDialogWrapper::ProgressDialogWrapper(DialogHandler *p_handler, in ProgressDialogWrapper() argument
390 : DialogWrapper(p_handler, p_intf, p_id, p_progress) in ProgressDialogWrapper()
/dports/multimedia/vlc/vlc-3.0.16/modules/lua/libs/
H A Dhttpd.c123 void *opaque, httpd_handler_t *p_handler, char *psz_url, in vlclua_httpd_handler_callback() argument
128 VLC_UNUSED(p_handler); in vlclua_httpd_handler_callback()
203 httpd_handler_t *p_handler = httpd_HandlerNew( in vlclua_httpd_handler_new() local
206 if( !p_handler ) in vlclua_httpd_handler_new()
213 *pp_handler = p_handler; in vlclua_httpd_handler_new()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dplus4.cpp897 m_spi_user->p_handler<0>().set(m_user, FUNC(pet_user_port_device::write_b)); in plus4()
898 m_spi_user->p_handler<1>().set(m_user, FUNC(pet_user_port_device::write_k)); in plus4()
899 m_spi_user->p_handler<2>().set(m_user, FUNC(pet_user_port_device::write_4)); in plus4()
907 m_spi_kb->p_handler<0>().set(FUNC(plus4_state::write_kb0)); in plus4()
908 m_spi_kb->p_handler<1>().set(FUNC(plus4_state::write_kb1)); in plus4()
909 m_spi_kb->p_handler<2>().set(FUNC(plus4_state::write_kb2)); in plus4()
910 m_spi_kb->p_handler<3>().set(FUNC(plus4_state::write_kb3)); in plus4()
911 m_spi_kb->p_handler<4>().set(FUNC(plus4_state::write_kb4)); in plus4()
912 m_spi_kb->p_handler<5>().set(FUNC(plus4_state::write_kb5)); in plus4()
913 m_spi_kb->p_handler<6>().set(FUNC(plus4_state::write_kb6)); in plus4()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dplus4.cpp897 m_spi_user->p_handler<0>().set(m_user, FUNC(pet_user_port_device::write_b)); in plus4()
898 m_spi_user->p_handler<1>().set(m_user, FUNC(pet_user_port_device::write_k)); in plus4()
899 m_spi_user->p_handler<2>().set(m_user, FUNC(pet_user_port_device::write_4)); in plus4()
907 m_spi_kb->p_handler<0>().set(FUNC(plus4_state::write_kb0)); in plus4()
908 m_spi_kb->p_handler<1>().set(FUNC(plus4_state::write_kb1)); in plus4()
909 m_spi_kb->p_handler<2>().set(FUNC(plus4_state::write_kb2)); in plus4()
910 m_spi_kb->p_handler<3>().set(FUNC(plus4_state::write_kb3)); in plus4()
911 m_spi_kb->p_handler<4>().set(FUNC(plus4_state::write_kb4)); in plus4()
912 m_spi_kb->p_handler<5>().set(FUNC(plus4_state::write_kb5)); in plus4()
913 m_spi_kb->p_handler<6>().set(FUNC(plus4_state::write_kb6)); in plus4()
[all …]
/dports/www/p5-HTML-Parser/HTML-Parser-3.76/
H A Dhparser.h59 struct p_handler { struct
115 struct p_handler handlers[EVENT_COUNT];
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/jack-0.5.7/src/client/
H A Dasync_client.rs135 let (n_handler, p_handler, _client_ptr) = handler_tuple; in deactivate()
136 Ok((inner_client, n_handler, p_handler)) in deactivate()

123