Home
last modified time | relevance | path

Searched refs:query_func (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/utils/
H A Dos_module.c95 inst->query_func = (QueryInterfaces) inst->ifce_reg->QueryInterfaces; in gf_modules_load_library()
126 inst->query_func = (QueryInterfaces) GetProcAddress(inst->lib_handle, _T("QueryInterfaces")); in gf_modules_load_library()
152 inst->query_func = (QueryInterfaces) dlsym(inst->lib_handle, "QueryInterfaces"); in gf_modules_load_library()
157 if (!inst->filterreg_func && (!inst->load_func || !inst->query_func || !inst->destroy_func) ) { in gf_modules_load_library()
187 inst->query_func = NULL; in gf_modules_unload_library()
195 QueryInterface query_func; in enum_modules() local
224 query_func = (QueryInterface) GetProcAddress(ModuleLib, _T("QueryInterface")); in enum_modules()
230 query_func = (QueryInterface) GetProcAddress(ModuleLib, "QueryInterface"); in enum_modules()
251 query_func = (QueryInterface) dlsym(ModuleLib, "QueryInterface"); in enum_modules()
258 if (!filterreg_func && (!load_func || !query_func || !del_func) ) { in enum_modules()
[all …]
H A Dmodule.c341 if (!inst->query_func) { in gf_modules_load()
355 const u32 *si = inst->query_func(); in gf_modules_load()
380 if (!inst->query_func || !inst->query_func(InterfaceFamily) ) goto err_exit; in gf_modules_load()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/utils/
H A Dos_module.c95 inst->query_func = (QueryInterfaces) inst->ifce_reg->QueryInterfaces; in gf_modules_load_library()
126 inst->query_func = (QueryInterfaces) GetProcAddress(inst->lib_handle, _T("QueryInterfaces")); in gf_modules_load_library()
152 inst->query_func = (QueryInterfaces) dlsym(inst->lib_handle, "QueryInterfaces"); in gf_modules_load_library()
157 if (!inst->filterreg_func && (!inst->load_func || !inst->query_func || !inst->destroy_func) ) { in gf_modules_load_library()
187 inst->query_func = NULL; in gf_modules_unload_library()
195 QueryInterface query_func; in enum_modules() local
224 query_func = (QueryInterface) GetProcAddress(ModuleLib, _T("QueryInterface")); in enum_modules()
230 query_func = (QueryInterface) GetProcAddress(ModuleLib, "QueryInterface"); in enum_modules()
251 query_func = (QueryInterface) dlsym(ModuleLib, "QueryInterface"); in enum_modules()
258 if (!filterreg_func && (!load_func || !query_func || !del_func) ) { in enum_modules()
[all …]
H A Dmodule.c341 if (!inst->query_func) { in gf_modules_load()
355 const u32 *si = inst->query_func(); in gf_modules_load()
380 if (!inst->query_func || !inst->query_func(InterfaceFamily) ) goto err_exit; in gf_modules_load()
/dports/multimedia/xanim/xanim2920/
H A Dxa_vid_codec.c90 xaLONG (*query_func)(); member
444 static void Video_Add_Query_To_List( list, query_func ) in Video_Add_Query_To_List() argument
446 xaLONG (*query_func)();
450 new->query_func = query_func;
463 { if (query_lst->query_func) codec_ret = query_lst->query_func( codec_hdr );
480 if (query_lst->query_func) codec_ret = query_lst->query_func( codec_hdr );
/dports/biology/exonerate/exonerate-2.4.0/src/database/
H A Dfastapipe.c22 FastaPipe_NextSeq_Func query_func, in FastaPipe_create() argument
30 g_assert(query_func); in FastaPipe_create()
37 fasta_pipe->query_func = query_func; in FastaPipe_create()
115 fasta_pipe->query_func, in FastaPipe_process()
H A Dfastapipe.h38 FastaPipe_NextSeq_Func query_func; member
51 FastaPipe_NextSeq_Func query_func,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/native_client/src/untrusted/irt_stub/
H A Dppapi_plugin_start.c58 TYPE_nacl_irt_query query_func = grok_auxv(find_auxv()); in PpapiPluginStart() local
60 if (NULL == query_func) in PpapiPluginStart()
65 if (sizeof(hooks) != query_func(NACL_IRT_PPAPIHOOK_v0_1, in PpapiPluginStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/native_client/src/untrusted/irt_stub/
H A Dppapi_plugin_start.c58 TYPE_nacl_irt_query query_func = grok_auxv(find_auxv()); in PpapiPluginStart() local
60 if (NULL == query_func) in PpapiPluginStart()
65 if (sizeof(hooks) != query_func(NACL_IRT_PPAPIHOOK_v0_1, in PpapiPluginStart()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssshorthandpropertyimpl.c964 GtkStyleQueryFunc query_func, in pack_border() argument
972 _gtk_style_property_query (GTK_STYLE_PROPERTY (prop), &v, query_func, query_data); in pack_border()
977 _gtk_style_property_query (GTK_STYLE_PROPERTY (prop), &v, query_func, query_data); in pack_border()
982 _gtk_style_property_query (GTK_STYLE_PROPERTY (prop), &v, query_func, query_data); in pack_border()
987 _gtk_style_property_query (GTK_STYLE_PROPERTY (prop), &v, query_func, query_data); in pack_border()
1019 GtkStyleQueryFunc query_func, in pack_border_radius() argument
1027 v = (* query_func) (_gtk_css_style_property_get_id (prop), query_data); in pack_border_radius()
1137 GtkStyleQueryFunc query_func, in pack_font_description() argument
1210 GtkStyleQueryFunc query_func, in pack_first_element() argument
1223 query_func, in pack_first_element()
[all …]
H A Dgtkstyleproperty.c207 GtkStyleQueryFunc query_func, in _gtk_style_property_query() argument
214 g_return_if_fail (query_func != NULL); in _gtk_style_property_query()
218 klass->query (property, value, query_func, query_data); in _gtk_style_property_query()
H A Dgtkstylepropertyprivate.h58 GtkStyleQueryFunc query_func,
83 GtkStyleQueryFunc query_func,
H A Dgtkcssshorthandproperty.c80 GtkStyleQueryFunc query_func, in _gtk_css_shorthand_property_query() argument
85 shorthand->query (shorthand, value, query_func, query_data); in _gtk_css_shorthand_property_query()
H A Dgtkcsscustomproperty.c49 GtkStyleQueryFunc query_func, in gtk_css_custom_property_query() argument
56 css_value = (* query_func) (_gtk_css_style_property_get_id (style), query_data); in gtk_css_custom_property_query()
H A Dgtkcssstyle.c277 query_func (guint id, in query_func() function
290 _gtk_style_property_query (prop, &value, query_func, style); in gtk_css_style_get_pango_font()
H A Dgtkcssstyleproperty.c147 GtkStyleQueryFunc query_func, in _gtk_css_style_property_query() argument
153 css_value = (* query_func) (GTK_CSS_STYLE_PROPERTY (property)->id, query_data); in _gtk_css_style_property_query()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dkod.h40 kod_query_callback_ftype *query_func);
50 kod_query_callback_ftype *query_func);
H A Dkod-cisco.c48 kod_query_callback_ftype *query_func)
55 gdb_kod_query = query_func;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dkod.h40 kod_query_callback_ftype *query_func);
50 kod_query_callback_ftype *query_func);
H A Dkod-cisco.c48 kod_query_callback_ftype *query_func) in cisco_kod_open() argument
55 gdb_kod_query = query_func; in cisco_kod_open()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/public/
H A Dirt_core.h54 void nacl_irt_enter_user_code(uint32_t *info, nacl_irt_query_func_t query_func);
65 nacl_irt_query_func_t query_func);
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/irt/
H A Dirt_entry.c48 nacl_irt_query_func_t query_func) { in nacl_irt_enter_user_code() argument
101 entry->a_un.a_val = (uintptr_t) query_func; in nacl_irt_enter_user_code()
/dports/math/faiss/faiss-1.7.1/faiss/
H A DMetaIndexes.cpp249 auto query_func = [n, in search() local
278 query_func(i); in search()
287 v.emplace_back(wt->add([i, query_func]() { query_func(i); })); in search()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsearch.c491 if (!sr->query_func) in gnm_search_replace_query_fail()
494 sr->query_func (GNM_SRQ_FAIL, sr, in gnm_search_replace_query_fail()
502 if (!sr->query || !sr->query_func) in gnm_search_replace_query_cell()
505 return sr->query_func (GNM_SRQ_QUERY, sr, in gnm_search_replace_query_cell()
515 if (!sr->query || !sr->query_func) in gnm_search_replace_query_comment()
518 return sr->query_func (GNM_SRQ_QUERY_COMMENT, sr, in gnm_search_replace_query_comment()
/dports/accessibility/accerciser/accerciser-3.38.0/plugins/
H A Dapi_view.py123 query_func = getattr(self.acc, 'query%s' % iface)
127 self.curr_iface = query_func()

123456789