Home
last modified time | relevance | path

Searched refs:g_slist_find_custom (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/dports/lang/lafontaine/lafontaine-0.4/src/
H A Dmc.c99 if(g_slist_find_custom(my_turtle.procedures, name, proc_comparison) != NULL) in mc_beginning_procedure()
151 if(g_slist_find_custom((my_turtle.cur_proc)->parameters, name, in mc_add_proc_parameter()
188 varInList = g_slist_find_custom((my_turtle.cur_proc)->variables, varname, in mc_add_variable()
195 varInList = g_slist_find_custom((my_turtle.cur_proc)->parameters, in mc_add_variable()
203 varInList = g_slist_find_custom((my_turtle.main_proc)->variables, in mc_add_variable()
251 varInList = g_slist_find_custom((my_turtle.cur_proc)->variables, varname, in mc_add_variable_reference()
258 varInList = g_slist_find_custom((my_turtle.cur_proc)->parameters, in mc_add_variable_reference()
266 varInList = g_slist_find_custom((my_turtle.main_proc)->variables, in mc_add_variable_reference()
415 elt = g_slist_find_custom(my_turtle.procedures, name, proc_comparison); in mc_find_procedure()
/dports/misc/lingoteach/lingoteach-ui-0.3.9/src/ui/gtk/
H A Dmodule.c122 if (g_slist_find_custom (plugins, name, (GCompareFunc) find_module) != NULL) in mod_load()
155 GSList* unload = g_slist_find_custom (plugins, name, in mod_unload()
175 GSList* active = g_slist_find_custom (plugins, name, in mod_set_content()
210 GSList* active = g_slist_find_custom (plugins, name, in mod_get_path()
/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dproto_data.c87 item = g_slist_find_custom(pinfo->proto_data, &temp, p_compare); in p_get_proto_data()
89 item = g_slist_find_custom(pinfo->fd->pfd, &temp, p_compare); in p_get_proto_data()
114 item = g_slist_find_custom(pinfo->proto_data, &temp, p_compare); in p_remove_proto_data()
117 item = g_slist_find_custom(pinfo->fd->pfd, &temp, p_compare); in p_remove_proto_data()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dproto_data.c87 item = g_slist_find_custom(pinfo->proto_data, &temp, p_compare); in p_get_proto_data()
89 item = g_slist_find_custom(pinfo->fd->pfd, &temp, p_compare); in p_get_proto_data()
114 item = g_slist_find_custom(pinfo->proto_data, &temp, p_compare); in p_remove_proto_data()
117 item = g_slist_find_custom(pinfo->fd->pfd, &temp, p_compare); in p_remove_proto_data()
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dproto_data.c87 item = g_slist_find_custom(pinfo->proto_data, &temp, p_compare); in p_get_proto_data()
89 item = g_slist_find_custom(pinfo->fd->pfd, &temp, p_compare); in p_get_proto_data()
114 item = g_slist_find_custom(pinfo->proto_data, &temp, p_compare); in p_remove_proto_data()
117 item = g_slist_find_custom(pinfo->fd->pfd, &temp, p_compare); in p_remove_proto_data()
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dproto_data.c87 item = g_slist_find_custom(pinfo->proto_data, &temp, p_compare); in p_get_proto_data()
89 item = g_slist_find_custom(pinfo->fd->pfd, &temp, p_compare); in p_get_proto_data()
114 item = g_slist_find_custom(pinfo->proto_data, &temp, p_compare); in p_remove_proto_data()
117 item = g_slist_find_custom(pinfo->fd->pfd, &temp, p_compare); in p_remove_proto_data()
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/common/
H A Dgtkrc-utils.c109 if (g_slist_find_custom (read_files, filename, (GCompareFunc) strcmp)) in gtkrc_get_details()
136 … if (!g_slist_find_custom (*symbolic_colors, scanner->value.v_identifier, (GCompareFunc) strcmp)) in gtkrc_get_details()
165 if (!g_slist_find_custom (*engines, scanner->value.v_string, (GCompareFunc) strcmp)) in gtkrc_get_details()
203 if (g_slist_find_custom (read_files, filename, (GCompareFunc) strcmp)) in gtkrc_get_color_scheme()
/dports/security/openvas/openvas-scanner-21.4.3/nasl/
H A Dlint.c142 if ((finfo_aux = g_slist_find_custom (*def_func_tree, fdata->caller_func, in reverse_search()
253 if (!g_slist_find_custom (func_params, args->x.str_val, in nasl_lint_def()
284 if (!g_slist_find_custom (*called_funcs, st->x.str_val, in nasl_lint_def()
337 if (!g_slist_find_custom (*called_funcs, st->x.str_val, in nasl_lint_call()
364 called_f_aux = g_slist_find_custom (*def_func_tree, st->x.str_val, in nasl_lint_call()
420 if (!g_slist_find_custom (*called_funcs, st->x.str_val, in nasl_lint_defvar()
457 if (!g_slist_find_custom (local_var_list, st->x.str_val, in nasl_lint_defvar()
499 if (!g_slist_find_custom (*defined_var, st->x.str_val, in nasl_lint_defvar()
501 && !g_slist_find_custom (local_var_list, st->x.str_val, in nasl_lint_defvar()
/dports/irc/bitlbee-discord/bitlbee-discord-0.4.3-7-g607f988/src/
H A Ddiscord-util.c239 GSList *sl = g_slist_find_custom(dd->servers, server_id, in get_server_by_id()
268 cl = g_slist_find_custom(dd->pchannels, channel_id, sfunc); in get_channel()
273 cl = g_slist_find_custom(sinfo->channels, channel_id, sfunc); in get_channel()
277 cl = g_slist_find_custom(sinfo->channels, channel_id, sfunc); in get_channel()
316 ul = g_slist_find_custom(sinfo->users, uname, sfunc); in get_user()
320 ul = g_slist_find_custom(sinfo->users, uname, sfunc); in get_user()
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/
H A Drosters-tools.c88 ul = g_slist_find_custom( in rosters_find_user()
115 ul = g_slist_find_custom( in find_username()
133 resource = g_slist_find_custom(resources, res, find_resource_func); in rosters_find_resource()
144 resource_list = g_slist_find_custom(server->my_resources, resource, in rosters_find_own_resource()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/tests/libecal/
H A Dtest-cal-client-get-attachment-uris.c93 res = g_slist_find_custom (attachment_uris, ATTACH1, g_str_equal) in manage_result()
94 && g_slist_find_custom (attachment_uris, ATTACH2, g_str_equal) in manage_result()
95 && g_slist_find_custom (attachment_uris, ATTACH3, g_str_equal); in manage_result()
/dports/audio/ario/ario-1.6/src/covers/
H A Dario-cover-manager.c132 found = g_slist_find_custom (cover_manager->priv->providers, in ario_cover_manager_update_providers()
144 found = g_slist_find_custom (providers, in ario_cover_manager_update_providers()
187 found = g_slist_find_custom (cover_manager->priv->providers, in ario_cover_manager_get_provider_from_id()
/dports/textproc/ibus/ibus-1.5.24/src/
H A Demoji-parser.c134 GSList *p = g_slist_find_custom (*list, in delete_emoji_from_list()
265 GSList *duplicated = g_slist_find_custom (dest_annotations, in emoji_data_update_object()
310 list = g_slist_find_custom ( in update_emoji_list()
324 list = g_slist_find_custom ( in update_emoji_list()
334 list = g_slist_find_custom ( in update_emoji_list()
438 GSList *duplicated = g_slist_find_custom (data->annotations, in unicode_annotations_text_cb()
817 duplicated = g_slist_find_custom (data->annotations, in parse_emojione_shortname()
870 duplicated = g_slist_find_custom (data->annotations, in parse_emojione_category()
926 GSList *duplicated = g_slist_find_custom (data->annotations, in parse_emojione_aliases_ascii()
963 GSList *duplicated = g_slist_find_custom (data->annotations, in parse_emojione_keywords()
[all …]
/dports/audio/ario/ario-1.6/src/lyrics/
H A Dario-lyrics-manager.c128 found = g_slist_find_custom (lyrics_manager->priv->providers, in ario_lyrics_manager_update_providers()
140 found = g_slist_find_custom (providers, in ario_lyrics_manager_update_providers()
183 found = g_slist_find_custom (lyrics_manager->priv->providers, in ario_lyrics_manager_get_provider_from_id()
/dports/emulators/fuse/fuse-1.6.0/
H A Duimedia.c87 item = g_slist_find_custom( registered_drives, &info, find_drive ); in ui_media_drive_find()
104 item = g_slist_find_custom( registered_drives, NULL, any_available ); in ui_media_drive_any_available()
330 item = g_slist_find_custom( registered_drives, NULL, eject_all ); in ui_media_drive_eject_all()
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-utils/
H A Dbrasero-pk.c293 if (g_slist_find_custom (already_tested, path, (GCompareFunc) g_strcmp0)) { in brasero_pk_install_missing_app()
353 if (g_slist_find_custom (already_tested, path, (GCompareFunc) g_strcmp0)) { in brasero_pk_install_missing_library()
400 if (g_slist_find_custom (already_tested, resource, (GCompareFunc) g_strcmp0)) { in brasero_pk_install_gstreamer_plugin()
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dssl.c341 } else if (g_slist_find_custom(trust_list, server_cert, in ssl_init_socket_with_method()
343 g_slist_find_custom(tmp_trust_list, server_cert, in ssl_init_socket_with_method()
348 } else if (g_slist_find_custom(reject_list, server_cert, in ssl_init_socket_with_method()
/dports/misc/mc/mc-4.8.27/lib/vfs/
H A Dgc.c152 stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare); in vfs_stamp()
173 stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare); in vfs_rmstamp()
/dports/misc/mc-nox11/mc-4.8.27/lib/vfs/
H A Dgc.c152 stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare); in vfs_stamp()
173 stamp = g_slist_find_custom (stamps, &what, vfs_stamp_compare); in vfs_rmstamp()
/dports/editors/abiword/abiword-3.0.5/plugins/goffice/unix/
H A Die_imp_GOComponent.cpp69 if (g_slist_find_custom (mime_types, szMIME, (GCompareFunc) strcmp) != NULL) in supports_mime()
224 if (g_slist_find_custom (mime_types, m_MimeType.c_str (), in _parseStream()
/dports/shells/viewglob/viewglob-2.0.4/vgdisplay/
H A Dexhibit.c64 search_result = g_slist_find_custom(e->dls, name, in exhibit_add()
100 while ( (search_result = g_slist_find_custom(e->dls, &next_rank, in exhibit_rearrange_and_show()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dgsb_data_budget.c663 list_tmp = g_slist_find_custom ( budget_list, in gsb_data_budget_get_number_by_name()
714 list_tmp = g_slist_find_custom ( budget -> sub_budget_list, in gsb_data_budget_get_sub_budget_number_by_name()
1435 duplicate = g_slist_find_custom ( budget -> sub_budget_list, in gsb_debug_duplicate_budget_check()
1488 duplicate = g_slist_find_custom ( budget -> sub_budget_list, in gsb_debug_duplicate_budget_fix()
1618 list_tmp = g_slist_find_custom ( budget_list, in gsb_data_budget_test_create_budget()
1670 list_tmp = g_slist_find_custom ( budget->sub_budget_list, in gsb_data_budget_test_create_sub_budget()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dmodules.c56 GSList *lmod = g_slist_find_custom(loaded_modules, arg, in module_load()
210 lmod = g_slist_find_custom(loaded_modules, arg, module_list_comparator); in module_unload()
364 lmod = g_slist_find_custom(loaded_modules, name, module_list_comparator); in module_info_print()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgslist.inc41 function g_slist_find_custom(list:PGSList; data:gconstpointer; func:TGCompareFunc):PGSList;cdecl;ex…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgslist.inc41 function g_slist_find_custom(list:PGSList; data:gconstpointer; func:TGCompareFunc):PGSList;cdecl;ex…

12345678910>>...33