Home
last modified time | relevance | path

Searched refs:msg_table (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/util/
H A Dmsg_setup.pl16 my $msg_table = 0;
63 $msg_table = 1;
69 die "Validation Error\n" if(!$msg_table);
76 die "Validation Error\n" if(!$msg_table);
80 die "Validation Error\n" if(!$msg_table || !$table);
84 die "Validation Error\n" if(!$msg_table || !$table || !$define);
88 die "Validation Error\n" if(!$msg_table || !$table || !$define || $message);
99 $msg_table = 0;
/dports/devel/kf5-ki18n/ki18n-5.89.0/autotests/
H A Dklazylocalizedstringtest.cpp48 } static constexpr const msg_table[] = { in testStaticMessageTable() local
60 for (const auto &entry : msg_table) { in testStaticMessageTable()
67 for (const auto &entry : msg_table) { in testStaticMessageTable()
/dports/graphics/fpc-pasjpeg/fpc-3.2.2/packages/pasjpeg/examples/
H A Dcderror.pas115 msg_table = Array[ADDON_MESSAGE_CODE] of string[80];
117 cdjpeg_message_table : msg_table = (
/dports/lang/fpc-source/fpc-3.2.2/packages/pasjpeg/examples/
H A Dcderror.pas115 msg_table = Array[ADDON_MESSAGE_CODE] of string[80];
117 cdjpeg_message_table : msg_table = (
/dports/java/jlint/jlint-3.1.2/
H A Djlint.cc46 message_descriptor msg_table[] = variable
171 if ((reported_message_mask & msg_table[code].category) in format_message()
172 && msg_table[code].enabled) in format_message()
189 hp += sprintf(hp, "%s", msg_table[code].name); in format_message()
192 char const* src = msg_table[code].format; in format_message()
236 if ((index >= 2 || msg_table[code].position_dependent) in format_message()
977 if (msg_table[i].category == msg_category_option[j].msg_cat) { in usage()
980 msg_table[i].name, msg_table[i].format); in usage()
1064 if (stricmp(msg_table[j].name, option) == 0) { in main()
1065 msg_table[j].enabled = enabled; in main()
/dports/mail/libetpan/libetpan-1.9.4/src/driver/implementation/db/
H A Ddbdriver.c452 chash * msg_table; in expunge_folder() local
471 msg_table = chash_new(CHASH_DEFAULTSIZE, CHASH_COPYKEY); in expunge_folder()
472 if (msg_table == NULL) { in expunge_folder()
508 chash_set(msg_table, &key, &value, NULL); in expunge_folder()
514 chash_set(msg_table, &key, &value, NULL); in expunge_folder()
520 chash_set(msg_table, &key, &value, NULL); in expunge_folder()
532 r = mail_cache_db_clean_up(maildb, msg_table); in expunge_folder()
534 chash_free(msg_table); in expunge_folder()
551 chash_free(msg_table); in expunge_folder()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hdcp2.c109 static wmem_map_t *msg_table = NULL; variable
147 mi = (msg_info_t *)wmem_map_lookup(msg_table, in dissect_hdcp2()
368 msg_table = wmem_map_new(wmem_epan_scope(), g_direct_hash, g_direct_equal); in proto_register_hdcp2()
370 wmem_map_insert(msg_table, in proto_register_hdcp2()
H A Dpacket-sasp.c195 static const value_string msg_table[] = {
216 static value_string_ext msg_table_ext = VALUE_STRING_EXT_INIT(msg_table);
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hdcp2.c109 static wmem_map_t *msg_table = NULL; variable
147 mi = (msg_info_t *)wmem_map_lookup(msg_table, in dissect_hdcp2()
368 msg_table = wmem_map_new(wmem_epan_scope(), g_direct_hash, g_direct_equal); in proto_register_hdcp2()
370 wmem_map_insert(msg_table, in proto_register_hdcp2()
H A Dpacket-sasp.c195 static const value_string msg_table[] = { variable
216 static value_string_ext msg_table_ext = VALUE_STRING_EXT_INIT(msg_table);
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hdcp2.c109 static wmem_map_t *msg_table = NULL;
147 mi = (msg_info_t *)wmem_map_lookup(msg_table,
368 msg_table = wmem_map_new(wmem_epan_scope(), g_direct_hash, g_direct_equal);
370 wmem_map_insert(msg_table,
H A Dpacket-sasp.c195 static const value_string msg_table[] = { variable
216 static value_string_ext msg_table_ext = VALUE_STRING_EXT_INIT(msg_table);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-hdcp2.c109 static wmem_map_t *msg_table = NULL; variable
147 mi = (msg_info_t *)wmem_map_lookup(msg_table, in dissect_hdcp2()
368 msg_table = wmem_map_new(wmem_epan_scope(), g_direct_hash, g_direct_equal); in proto_register_hdcp2()
370 wmem_map_insert(msg_table, in proto_register_hdcp2()
H A Dpacket-sasp.c195 static const value_string msg_table[] = { variable
216 static value_string_ext msg_table_ext = VALUE_STRING_EXT_INIT(msg_table);
/dports/graphics/fpc-pasjpeg/fpc-3.2.2/packages/pasjpeg/src/
H A Djdeferr.pas257 msg_table = Array[J_MESSAGE_CODE] of string[80];
259 jpeg_std_message_table : msg_table = (
H A Djpeglib.pas764 jpeg_message_table : ^msg_table; { Library errors }
772 addon_message_table : ^msg_table; { Non-library errors }
/dports/lang/fpc-source/fpc-3.2.2/packages/pasjpeg/src/
H A Djdeferr.pas257 msg_table = Array[J_MESSAGE_CODE] of string[80];
259 jpeg_std_message_table : msg_table = (
H A Djpeglib.pas764 jpeg_message_table : ^msg_table; { Library errors }
772 addon_message_table : ^msg_table; { Non-library errors }
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dmh.c146 static GSList *mh_get_uncached_msgs (GHashTable *msg_table,
222 GHashTable *msg_table; in mh_get_msg_list_full() local
255 msg_table = procmsg_msg_hash_table_create(mlist); in mh_get_msg_list_full()
256 newlist = mh_get_uncached_msgs(msg_table, item); in mh_get_msg_list_full()
259 if (msg_table) in mh_get_msg_list_full()
260 g_hash_table_destroy(msg_table); in mh_get_msg_list_full()
1476 static GSList *mh_get_uncached_msgs(GHashTable *msg_table, FolderItem *item) argument
1508 if (msg_table) {
1515 (msg_table, GUINT_TO_POINTER(num));
H A Dprocmsg.c80 GHashTable *msg_table; in procmsg_msg_hash_table_create() local
84 msg_table = g_hash_table_new(NULL, g_direct_equal); in procmsg_msg_hash_table_create()
85 procmsg_msg_hash_table_append(msg_table, mlist); in procmsg_msg_hash_table_create()
87 return msg_table; in procmsg_msg_hash_table_create()
90 void procmsg_msg_hash_table_append(GHashTable *msg_table, GSList *mlist) in procmsg_msg_hash_table_append() argument
95 if (msg_table == NULL || mlist == NULL) return; in procmsg_msg_hash_table_append()
100 g_hash_table_insert(msg_table, in procmsg_msg_hash_table_append()
108 GHashTable *msg_table; in procmsg_to_folder_hash_table_create() local
114 msg_table = g_hash_table_new(NULL, g_direct_equal); in procmsg_to_folder_hash_table_create()
118 g_hash_table_insert(msg_table, msginfo->to_folder, msginfo); in procmsg_to_folder_hash_table_create()
[all …]
H A Dprocmsg.h224 void procmsg_msg_hash_table_append (GHashTable *msg_table,
H A Dimap.c1031 GHashTable *msg_table; in imap_get_msg_list_full() local
1150 msg_table = procmsg_msg_hash_table_create(mlist); in imap_get_msg_list_full()
1151 if (msg_table == NULL) in imap_get_msg_list_full()
1161 (msg_table, GUINT_TO_POINTER(uid)) in imap_get_msg_list_full()
1169 g_hash_table_destroy(msg_table); in imap_get_msg_list_full()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/gssapi/spnego/
H A Dspnego_mech.c1820 } msg_table[] = { variable
1877 for (i = 0; i < sizeof(msg_table) / sizeof(*msg_table); i++) { in spnego_gss_display_status()
1878 if (status_value == msg_table[i].status) { in spnego_gss_display_status()
1879 msg = dgettext(KRB5_TEXTDOMAIN, msg_table[i].msg); in spnego_gss_display_status()
/dports/security/krb5/krb5-1.19.2/src/lib/gssapi/spnego/
H A Dspnego_mech.c1822 } msg_table[] = { variable
1879 for (i = 0; i < sizeof(msg_table) / sizeof(*msg_table); i++) { in spnego_gss_display_status()
1880 if (status_value == msg_table[i].status) { in spnego_gss_display_status()
1881 msg = dgettext(KRB5_TEXTDOMAIN, msg_table[i].msg); in spnego_gss_display_status()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/drbd/
H A Ddrbd_state.c1029 static const char *msg_table[] = { in print_sanitize_warnings() local
1039 drbd_warn(device, "%s\n", msg_table[warn]); in print_sanitize_warnings()

12