Home
last modified time | relevance | path

Searched refs:sc_item (Results 1 – 22 of 22) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dcapture.c795 if_stat_cache_item_t *sc_item; in capture_stat_start() local
829 sc_item = g_new0(if_stat_cache_item_t, 1); in capture_stat_start()
849 if_stat_cache_item_t *sc_item; in capture_stat_cache_update() local
865 if (strcmp(sc_item->name, stat_parts[0]) == 0) { in capture_stat_cache_update()
878 if_stat_cache_item_t *sc_item; in capture_stats() local
886 sc_item = (if_stat_cache_item_t *)sc_entry->data; in capture_stats()
887 if (strcmp(sc_item->name, ifname) == 0) { in capture_stats()
899 if_stat_cache_item_t *sc_item; in capture_stat_stop() local
916 sc_item = (if_stat_cache_item_t *)sc_entry->data; in capture_stat_stop()
917 g_free(sc_item->name); in capture_stat_stop()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dcapture.c795 if_stat_cache_item_t *sc_item; in capture_stat_start() local
829 sc_item = g_new0(if_stat_cache_item_t, 1); in capture_stat_start()
849 if_stat_cache_item_t *sc_item; in capture_stat_cache_update() local
865 if (strcmp(sc_item->name, stat_parts[0]) == 0) { in capture_stat_cache_update()
878 if_stat_cache_item_t *sc_item; in capture_stats() local
886 sc_item = (if_stat_cache_item_t *)sc_entry->data; in capture_stats()
887 if (strcmp(sc_item->name, ifname) == 0) { in capture_stats()
899 if_stat_cache_item_t *sc_item; in capture_stat_stop() local
916 sc_item = (if_stat_cache_item_t *)sc_entry->data; in capture_stat_stop()
917 g_free(sc_item->name); in capture_stat_stop()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dcapture.c795 if_stat_cache_item_t *sc_item; in capture_stat_start() local
829 sc_item = g_new0(if_stat_cache_item_t, 1); in capture_stat_start()
849 if_stat_cache_item_t *sc_item; in capture_stat_cache_update() local
865 if (strcmp(sc_item->name, stat_parts[0]) == 0) { in capture_stat_cache_update()
878 if_stat_cache_item_t *sc_item; in capture_stats() local
886 sc_item = (if_stat_cache_item_t *)sc_entry->data; in capture_stats()
887 if (strcmp(sc_item->name, ifname) == 0) { in capture_stats()
899 if_stat_cache_item_t *sc_item; in capture_stat_stop() local
916 sc_item = (if_stat_cache_item_t *)sc_entry->data; in capture_stat_stop()
917 g_free(sc_item->name); in capture_stat_stop()
[all …]
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dcapture.c795 if_stat_cache_item_t *sc_item; in capture_stat_start() local
829 sc_item = g_new0(if_stat_cache_item_t, 1); in capture_stat_start()
849 if_stat_cache_item_t *sc_item; in capture_stat_cache_update() local
865 if (strcmp(sc_item->name, stat_parts[0]) == 0) { in capture_stat_cache_update()
878 if_stat_cache_item_t *sc_item; in capture_stats() local
886 sc_item = (if_stat_cache_item_t *)sc_entry->data; in capture_stats()
887 if (strcmp(sc_item->name, ifname) == 0) { in capture_stats()
899 if_stat_cache_item_t *sc_item; in capture_stat_stop() local
916 sc_item = (if_stat_cache_item_t *)sc_entry->data; in capture_stat_stop()
917 g_free(sc_item->name); in capture_stat_stop()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/ScormAicc/classes/
H A Dclass.ilObjSCORMLearningModule.php77 $sc_item = new ilSCORMItem($child["obj_id"]);
78 if ($sc_item->getIdentifierRef() != "") {
79 $items[count($items)] = $sc_item;
259 $sc_item = new ilSCORMItem($sco_rec["sco_id"]);
260 if ($sc_item->getIdentifierRef() != "") {
261 $items[count($items)] = $sc_item;
491 $sc_item = new ilSCORMItem($sco_rec["sco_id"]);
492 $data[] = array("sco_id" => $sco_rec["sco_id"], "title" => $sc_item->getTitle(),
/dports/www/ilias6/ILIAS-6.14/Modules/ScormAicc/classes/
H A Dclass.ilObjSCORMLearningModule.php77 $sc_item = new ilSCORMItem($child["obj_id"]);
78 if ($sc_item->getIdentifierRef() != "") {
79 $items[count($items)] = $sc_item;
259 $sc_item = new ilSCORMItem($sco_rec["sco_id"]);
260 if ($sc_item->getIdentifierRef() != "") {
261 $items[count($items)] = $sc_item;
491 $sc_item = new ilSCORMItem($sco_rec["sco_id"]);
492 $data[] = array("sco_id" => $sco_rec["sco_id"], "title" => $sc_item->getTitle(),
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/
H A Dcomplete_preferences.cpp313 QTreeWidgetItem *sc_item = cat_item->child( i_sc_index ); in doAll() local
314 for( int i_module = 0 ; i_module < sc_item->childCount(); in doAll()
317 PrefsItemData *data = sc_item->child( i_module )-> in doAll()
327 PrefsItemData *data = sc_item->data( 0, Qt::UserRole). in doAll()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mojito.c444 proto_item *sc_item; in dissect_mojito_store_response() local
455 …sc_tree = proto_tree_add_subtree_format(tree, tvb, offset, 23, ett_mojito_status_code, &sc_item, "… in dissect_mojito_store_response()
480 proto_item_set_len(sc_item, offset-start_offset); in dissect_mojito_store_response()
H A Dpacket-giop.c3855 proto_item *sc_item; in decode_ServiceContextList() local
3896 sc_item = proto_tree_add_item(tree, hf_giop_iiop_sc, tvb, *offset-4, -1, ENC_NA); in decode_ServiceContextList()
3897 sc_tree = proto_item_add_subtree (sc_item, ett_giop_sc); in decode_ServiceContextList()
3981 proto_item_set_end(sc_item, tvb, *offset); in decode_ServiceContextList()
H A Dpacket-assa_r3.c5213 proto_item *sc_item; in dissect_r3_cmd_setconfig() local
5230sc_item = proto_tree_add_item (sc_tree, hf_r3_configitemlength, payload_tvb, offset + 0, 1, ENC_LI… in dissect_r3_cmd_setconfig()
5233 expert_add_info_format(pinfo, sc_item, &ei_r3_malformed_length, "Invalid item length"); in dissect_r3_cmd_setconfig()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mojito.c444 proto_item *sc_item; in dissect_mojito_store_response() local
455 …sc_tree = proto_tree_add_subtree_format(tree, tvb, offset, 23, ett_mojito_status_code, &sc_item, "… in dissect_mojito_store_response()
480 proto_item_set_len(sc_item, offset-start_offset); in dissect_mojito_store_response()
H A Dpacket-giop.c3855 proto_item *sc_item; in decode_ServiceContextList() local
3896 sc_item = proto_tree_add_item(tree, hf_giop_iiop_sc, tvb, *offset-4, -1, ENC_NA); in decode_ServiceContextList()
3897 sc_tree = proto_item_add_subtree (sc_item, ett_giop_sc); in decode_ServiceContextList()
3981 proto_item_set_end(sc_item, tvb, *offset); in decode_ServiceContextList()
H A Dpacket-assa_r3.c5213 proto_item *sc_item; in dissect_r3_cmd_setconfig() local
5230sc_item = proto_tree_add_item (sc_tree, hf_r3_configitemlength, payload_tvb, offset + 0, 1, ENC_LI… in dissect_r3_cmd_setconfig()
5233 expert_add_info_format(pinfo, sc_item, &ei_r3_malformed_length, "Invalid item length"); in dissect_r3_cmd_setconfig()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mojito.c444 proto_item *sc_item; in dissect_mojito_store_response() local
455 …sc_tree = proto_tree_add_subtree_format(tree, tvb, offset, 23, ett_mojito_status_code, &sc_item, "… in dissect_mojito_store_response()
480 proto_item_set_len(sc_item, offset-start_offset); in dissect_mojito_store_response()
H A Dpacket-giop.c3855 proto_item *sc_item; in decode_ServiceContextList() local
3896 sc_item = proto_tree_add_item(tree, hf_giop_iiop_sc, tvb, *offset-4, -1, ENC_NA); in decode_ServiceContextList()
3897 sc_tree = proto_item_add_subtree (sc_item, ett_giop_sc); in decode_ServiceContextList()
3981 proto_item_set_end(sc_item, tvb, *offset); in decode_ServiceContextList()
H A Dpacket-assa_r3.c5213 proto_item *sc_item;
5230sc_item = proto_tree_add_item (sc_tree, hf_r3_configitemlength, payload_tvb, offset + 0, 1, ENC_LI…
5233 expert_add_info_format(pinfo, sc_item, &ei_r3_malformed_length, "Invalid item length");
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mojito.c444 proto_item *sc_item; in dissect_mojito_store_response() local
455 …sc_tree = proto_tree_add_subtree_format(tree, tvb, offset, 23, ett_mojito_status_code, &sc_item, "… in dissect_mojito_store_response()
480 proto_item_set_len(sc_item, offset-start_offset); in dissect_mojito_store_response()
H A Dpacket-giop.c3855 proto_item *sc_item; in decode_ServiceContextList() local
3896 sc_item = proto_tree_add_item(tree, hf_giop_iiop_sc, tvb, *offset-4, -1, ENC_NA); in decode_ServiceContextList()
3897 sc_tree = proto_item_add_subtree (sc_item, ett_giop_sc); in decode_ServiceContextList()
3981 proto_item_set_end(sc_item, tvb, *offset); in decode_ServiceContextList()
H A Dpacket-assa_r3.c5213 proto_item *sc_item; in dissect_r3_cmd_setconfig() local
5230sc_item = proto_tree_add_item (sc_tree, hf_r3_configitemlength, payload_tvb, offset + 0, 1, ENC_LI… in dissect_r3_cmd_setconfig()
5233 expert_add_info_format(pinfo, sc_item, &ei_r3_malformed_length, "Invalid item length"); in dissect_r3_cmd_setconfig()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/devices/
H A DSBC_DevicesView.java824 final MenuItem sc_item = new MenuItem(menu, SWT.PUSH); in fillMenu() local
826 sc_item.setText(MessageText.getString("devices.copy_url")); in fillMenu()
834 sc_item.addSelectionListener(new SelectionAdapter() { in fillMenu()
842 sc_item.setEnabled(false); in fillMenu()
846 sc_item.setEnabled(false); in fillMenu()
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_sky_coord.py747 sc_item = sc[()]
748 assert sc_item.shape == ()
/dports/www/ilias/ILIAS-5.4.25/setup/sql/
H A Dilias3.sql36773 CREATE TABLE `sc_item` (