Home
last modified time | relevance | path

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

123456

/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr_posix.c705 void *handler_info;
711 info = handler_info;
754 void *handler_info;
765 info = handler_info;
851 handler_info->fdlist_reset(env, handler_info);
871 handler_info->fdlist_reset(env, handler_info);
887 if ((nfds = handler_info->network_event_wait(handler_info,
1020 COMPQUIET(handler_info, NULL);
1210 if (handler_info->fd_set_info)
1768 handler_info = NULL;
[all …]
/dports/devel/ptypes/ptypes-2.1.1/wshare/
H A Dmodules.cxx19 static handler_info* method_list;
20 static handler_info* path_list;
21 static handler_info* file_list;
24 handler_info::handler_info(handler_info* inext, void* icallback, const string& iparam) in handler_info() function in handler_info
32 method_list = new handler_info(method_list, (void*)cb, method); in add_method_handler()
38 path_list = new handler_info(path_list, (void*)cb, path); in add_path_handler()
45 file_list = new handler_info(file_list, (void*)cb, ext); in add_file_handler()
49 handler_info* find_handler(handler_info* list, const string& param) in find_handler()
61 handler_info* find_method_handler(const string& method) in find_method_handler()
67 handler_info* find_path_handler(const string& path) in find_path_handler()
[all …]
H A Dmodules.h96 struct handler_info struct
98 handler_info* next; argument
102 handler_info(handler_info*, void*, const string&); argument
106 handler_info* find_method_handler(const string& method);
107 handler_info* find_path_handler(const string& path);
108 handler_info* find_file_handler(const string& ext);
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/test/qa-tests/buildscripts/resmokelib/logging/
H A Dconfig.py61 handler_info = _get_buildlogger_handler_info(logger_info)
62 if handler_info is None:
92 handler_info = _get_buildlogger_handler_info(logger_info)
93 if handler_info is None:
104 **handler_info)
121 for handler_info in logger_info.get("handlers", []):
122 handler_class = handler_info["class"]
157 for handler_info in logger_info["handlers"]:
158 handler_info = handler_info.copy()
159 if handler_info.pop("class") == "buildlogger":
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokelib/logging/
H A Dloggers.py29 for handler_info in logger_info["handlers"]:
30 if handler_info["class"] == "buildlogger":
114 self._add_handler(handler_info, formatter)
116 def _add_handler(self, handler_info, formatter): argument
117 handler_class = handler_info["class"]
226 if handler_info is not None:
264 if handler_info is not None:
353 for handler_info in logger_info["handlers"]:
354 handler_info = handler_info.copy()
355 if handler_info.pop("class") == "buildlogger":
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_event.c186 if (handler_info) { in PSEventPostVar()
188 handler_info->func(key_var, value_var, handler_info->user_data); in PSEventPostVar()
256 struct PSMessageHandlerInfo* handler_info = in PSEventRegisterMessageHandler() local
258 handler_info->message_name = strdup(message_name); in PSEventRegisterMessageHandler()
259 handler_info->func = func; in PSEventRegisterMessageHandler()
260 handler_info->user_data = user_data; in PSEventRegisterMessageHandler()
261 handler_info->next = NULL; in PSEventRegisterMessageHandler()
262 handler_info->prev = s_handler_tail; in PSEventRegisterMessageHandler()
265 s_handler_tail->next = handler_info; in PSEventRegisterMessageHandler()
266 s_handler_tail = handler_info; in PSEventRegisterMessageHandler()
[all …]
/dports/audio/libmikmod/libmikmod-3.3.11.1/drivers/dos/
H A Ddosirq.c80 __dpmi_meminfo handler_info; in _allocate_iret_wrapper() local
95 handler_info.size = wrappersize; in _allocate_iret_wrapper()
96 if (__dpmi_lock_linear_region(&handler_info)) { in _allocate_iret_wrapper()
127 __dpmi_meminfo handler_info; in _free_iret_wrapper() local
131 handler_info.address = __djgpp_base_address + info->pm_offset; in _free_iret_wrapper()
132 handler_info.size = *(unsigned long *)info->pm_offset; in _free_iret_wrapper()
133 __dpmi_unlock_linear_region(&handler_info); in _free_iret_wrapper()
143 __dpmi_meminfo handler_info, struct_info; in irq_hook() local
165 handler_info.size = size; in irq_hook()
166 if (__dpmi_lock_linear_region(&handler_info)) { in irq_hook()
[all …]
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/djgpp/
H A Ddosirq.c81 __dpmi_meminfo handler_info; in _allocate_iret_wrapper() local
96 handler_info.size = wrappersize; in _allocate_iret_wrapper()
97 if (__dpmi_lock_linear_region(&handler_info)) { in _allocate_iret_wrapper()
128 __dpmi_meminfo handler_info; in _free_iret_wrapper() local
132 handler_info.address = __djgpp_base_address + info->pm_offset; in _free_iret_wrapper()
133 handler_info.size = *(unsigned long *)info->pm_offset; in _free_iret_wrapper()
134 __dpmi_unlock_linear_region(&handler_info); in _free_iret_wrapper()
144 __dpmi_meminfo handler_info, struct_info; in irq_hook() local
166 handler_info.size = size; in irq_hook()
167 if (__dpmi_lock_linear_region(&handler_info)) { in irq_hook()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/
H A Dtest_pipe_handler_info.py11 from ansible_collections.sensu.sensu_go.plugins.modules import handler_info
29 handler_info.main()
41 handler_info.main()
53 handler_info.main()
63 handler_info.main()
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dhandle-channels-context.c158 if (self->handler_info != NULL) in tp_handle_channels_context_dispose()
160 g_hash_table_unref (self->handler_info); in tp_handle_channels_context_dispose()
161 self->handler_info = NULL; in tp_handle_channels_context_dispose()
206 g_value_set_boxed (value, self->handler_info); in tp_handle_channels_context_get_property()
249 self->handler_info = g_value_dup_boxed (value); in tp_handle_channels_context_set_property()
278 g_assert (self->handler_info != NULL); in tp_handle_channels_context_constructed()
446 GHashTable *handler_info, in _tp_handle_channels_context_new() argument
455 "handler-info", handler_info, in _tp_handle_channels_context_new()
711 return self->handler_info; in tp_handle_channels_context_get_handler_info()
732 request_props = tp_asv_get_boxed (self->handler_info, "request-properties", in tp_handle_channels_context_get_requests()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/file_handlers/
H A Dapp_file_handler_util_unittest.cc18 apps::FileHandlerInfo handler_info; in CreateHandlerInfoFromExtension() local
19 handler_info.extensions.insert(extension); in CreateHandlerInfoFromExtension()
20 return handler_info; in CreateHandlerInfoFromExtension()
25 apps::FileHandlerInfo handler_info; in CreateHandlerInfoFromIncludeDirectories() local
26 handler_info.include_directories = include_directories; in CreateHandlerInfoFromIncludeDirectories()
27 return handler_info; in CreateHandlerInfoFromIncludeDirectories()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/file_handlers/
H A Dapp_file_handler_util_unittest.cc18 apps::FileHandlerInfo handler_info; in CreateHandlerInfoFromExtension() local
19 handler_info.extensions.insert(extension); in CreateHandlerInfoFromExtension()
20 return handler_info; in CreateHandlerInfoFromExtension()
25 apps::FileHandlerInfo handler_info; in CreateHandlerInfoFromIncludeDirectories() local
26 handler_info.include_directories = include_directories; in CreateHandlerInfoFromIncludeDirectories()
27 return handler_info; in CreateHandlerInfoFromIncludeDirectories()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/manifest_handlers/
H A Dfile_handler_info.cc59 const base::Value& handler_info, in LoadFileHandler() argument
68 const base::Value* mime_types = handler_info.FindKey(keys::kFileHandlerTypes); in LoadFileHandler()
76 handler_info.FindKey(keys::kFileHandlerExtensions); in LoadFileHandler()
85 handler_info.FindKey(keys::kFileHandlerIncludeDirectories); in LoadFileHandler()
97 handler_info.FindKey(keys::kFileHandlerVerb); in LoadFileHandler()
147 for (const auto& entry : handler_info.DictItems()) { in LoadFileHandler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/manifest_handlers/
H A Dfile_handler_info.cc59 const base::Value& handler_info, in LoadFileHandler() argument
68 const base::Value* mime_types = handler_info.FindKey(keys::kFileHandlerTypes); in LoadFileHandler()
76 handler_info.FindKey(keys::kFileHandlerExtensions); in LoadFileHandler()
85 handler_info.FindKey(keys::kFileHandlerIncludeDirectories); in LoadFileHandler()
97 handler_info.FindKey(keys::kFileHandlerVerb); in LoadFileHandler()
147 for (const auto& entry : handler_info.DictItems()) { in LoadFileHandler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libdrm/src/tests/vbltest/
H A Dvbltest.c102 struct vbl_info handler_info; in main() local
139 handler_info.vbl_count = 0; in main()
140 gettimeofday(&handler_info.start, NULL); in main()
147 vbl.request.signal = (unsigned long)&handler_info; in main()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/sensu/sensu_go/tests/integration/molecule/module_handler_set/
H A Dconverge.yml52 handler_info:
62 handler_info:
87 handler_info:
101 handler_info:
/dports/graphics/libdrm/libdrm-2.4.110/tests/vbltest/
H A Dvbltest.c102 struct vbl_info handler_info; in main() local
139 handler_info.vbl_count = 0; in main()
140 gettimeofday(&handler_info.start, NULL); in main()
147 vbl.request.signal = (unsigned long)&handler_info; in main()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dpyexpat.c88 static struct HandlerInfo handler_info[64]; variable
958 for (i = 0; handler_info[i].name != NULL; i++) in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1145 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1186 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_getter()
1187 int handlernum = (int)(hi - handler_info); in xmlparse_handler_getter()
1198 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_setter()
1199 int handlernum = (int)(hi - handler_info); in xmlparse_handler_setter()
1451 for (i = 0; handler_info[i].name != NULL; i++) in xmlparse_traverse()
1610 hi->getset.closure = &handler_info[i]; in init_handler_descrs()
1893 for (; handler_info[i].name != NULL; i++) { in clear_handlers()
[all …]
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dpyexpat.c88 static struct HandlerInfo handler_info[64]; variable
958 for (i = 0; handler_info[i].name != NULL; i++) in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1145 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1186 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_getter()
1187 int handlernum = (int)(hi - handler_info); in xmlparse_handler_getter()
1198 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_setter()
1199 int handlernum = (int)(hi - handler_info); in xmlparse_handler_setter()
1451 for (i = 0; handler_info[i].name != NULL; i++) in xmlparse_traverse()
1610 hi->getset.closure = &handler_info[i]; in init_handler_descrs()
1893 for (; handler_info[i].name != NULL; i++) { in clear_handlers()
[all …]
/dports/lang/python39/Python-3.9.9/Modules/
H A Dpyexpat.c88 static struct HandlerInfo handler_info[64]; variable
957 for (i = 0; handler_info[i].name != NULL; i++) in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1145 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1187 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_getter()
1188 int handlernum = (int)(hi - handler_info); in xmlparse_handler_getter()
1199 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_setter()
1200 int handlernum = (int)(hi - handler_info); in xmlparse_handler_setter()
1452 for (i = 0; handler_info[i].name != NULL; i++) in xmlparse_traverse()
1611 hi->getset.closure = &handler_info[i]; in init_handler_descrs()
1894 for (; handler_info[i].name != NULL; i++) { in clear_handlers()
[all …]
/dports/lang/python38/Python-3.8.12/Modules/
H A Dpyexpat.c88 static struct HandlerInfo handler_info[64]; variable
958 for (i = 0; handler_info[i].name != NULL; i++) in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1145 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1186 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_getter()
1187 int handlernum = (int)(hi - handler_info); in xmlparse_handler_getter()
1198 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_setter()
1199 int handlernum = (int)(hi - handler_info); in xmlparse_handler_setter()
1451 for (i = 0; handler_info[i].name != NULL; i++) in xmlparse_traverse()
1610 hi->getset.closure = &handler_info[i]; in init_handler_descrs()
1893 for (; handler_info[i].name != NULL; i++) { in clear_handlers()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dpyexpat.c88 static struct HandlerInfo handler_info[64]; variable
958 for (i = 0; handler_info[i].name != NULL; i++) in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1145 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1186 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_getter()
1187 int handlernum = (int)(hi - handler_info); in xmlparse_handler_getter()
1198 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_setter()
1199 int handlernum = (int)(hi - handler_info); in xmlparse_handler_setter()
1451 for (i = 0; handler_info[i].name != NULL; i++) in xmlparse_traverse()
1610 hi->getset.closure = &handler_info[i]; in init_handler_descrs()
1893 for (; handler_info[i].name != NULL; i++) { in clear_handlers()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dpyexpat.c88 static struct HandlerInfo handler_info[64]; variable
958 for (i = 0; handler_info[i].name != NULL; i++) in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1145 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1186 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_getter()
1187 int handlernum = (int)(hi - handler_info); in xmlparse_handler_getter()
1198 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_setter()
1199 int handlernum = (int)(hi - handler_info); in xmlparse_handler_setter()
1451 for (i = 0; handler_info[i].name != NULL; i++) in xmlparse_traverse()
1610 hi->getset.closure = &handler_info[i]; in init_handler_descrs()
1893 for (; handler_info[i].name != NULL; i++) { in clear_handlers()
[all …]
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dpyexpat.c97 static struct HandlerInfo handler_info[64]; variable
979 for (i = 0; handler_info[i].name != NULL; i++) in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1171 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1229 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_getter()
1230 int handlernum = (int)(hi - handler_info); in xmlparse_handler_getter()
1241 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_setter()
1242 int handlernum = (int)(hi - handler_info); in xmlparse_handler_setter()
1602 struct HandlerInfo *hi = &handler_info[i]; in init_handler_descrs()
1606 hi->getset.closure = &handler_info[i]; in init_handler_descrs()
2039 for (; handler_info[i].name != NULL; i++) { in clear_handlers()
[all …]
/dports/lang/python310/Python-3.10.1/Modules/
H A Dpyexpat.c97 static struct HandlerInfo handler_info[64]; variable
979 for (i = 0; handler_info[i].name != NULL; i++) in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1171 for (i = 0; handler_info[i].name != NULL; i++) in newxmlparseobject()
1229 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_getter()
1230 int handlernum = (int)(hi - handler_info); in xmlparse_handler_getter()
1241 assert((hi - handler_info) < (Py_ssize_t)Py_ARRAY_LENGTH(handler_info)); in xmlparse_handler_setter()
1242 int handlernum = (int)(hi - handler_info); in xmlparse_handler_setter()
1602 struct HandlerInfo *hi = &handler_info[i]; in init_handler_descrs()
1606 hi->getset.closure = &handler_info[i]; in init_handler_descrs()
2039 for (; handler_info[i].name != NULL; i++) { in clear_handlers()
[all …]

123456