Home
last modified time | relevance | path

Searched refs:name_tree (Results 51 – 75 of 199) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/
H A Dmessage_bundle.h136 bool GetPlaceholders(const base::DictionaryValue& name_tree,
H A Dextension_l10n_util_unittest.cc296 auto name_tree = std::make_unique<base::DictionaryValue>(); in CreateManifestBundle() local
297 name_tree->SetString("message", "name"); in CreateManifestBundle()
298 catalog->Set("name", std::move(name_tree)); in CreateManifestBundle()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-msproxy.c558 proto_tree *name_tree;
563 name_tree = proto_tree_add_subtree_format(tree, tvb, offset, length + 1,
567 proto_tree_add_item(name_tree, hf_msproxy_req_resolve_length, tvb, offset, 1, ENC_NA);
572 proto_tree_add_item(name_tree, hf_msproxy_host_name, tvb, offset, length, ENC_ASCII|ENC_NA);
H A Dpacket-rtmpt.c870 proto_tree *name_tree; in dissect_amf0_property_list() local
893 name_tree = proto_tree_add_subtree_format(prop_tree, tvb, in dissect_amf0_property_list()
897 proto_tree_add_uint(name_tree, hf_amf_stringlength, tvb, offset, 2, iStringLength); in dissect_amf0_property_list()
899 … proto_tree_add_item(name_tree, hf_amf_string, tvb, offset, iStringLength, ENC_UTF_8|ENC_NA); in dissect_amf0_property_list()
1177 proto_tree *name_tree; in dissect_amf3_value_type() local
1400name_tree = proto_tree_add_subtree_format(traits_tree, tvb, in dissect_amf3_value_type()
1405 …proto_tree_add_uint(name_tree, hf_amf_classnamelength, tvb, iValueOffset, iValueLength, iStringLen… in dissect_amf3_value_type()
1407 …proto_tree_add_string(name_tree, hf_amf_classname, tvb, iValueOffset, iStringLength, iStringValue); in dissect_amf3_value_type()
1452name_tree = proto_tree_add_subtree_format(subval_tree, tvb, in dissect_amf3_value_type()
1457 …proto_tree_add_uint(name_tree, hf_amf_membernamelength, tvb, iValueOffset, iValueLength, iStringLe… in dissect_amf3_value_type()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-msproxy.c558 proto_tree *name_tree; in dissect_request_resolve() local
563 name_tree = proto_tree_add_subtree_format(tree, tvb, offset, length + 1, in dissect_request_resolve()
567 proto_tree_add_item(name_tree, hf_msproxy_req_resolve_length, tvb, offset, 1, ENC_NA); in dissect_request_resolve()
572 proto_tree_add_item(name_tree, hf_msproxy_host_name, tvb, offset, length, ENC_ASCII|ENC_NA); in dissect_request_resolve()
H A Dpacket-rtmpt.c870 proto_tree *name_tree; in dissect_amf0_property_list() local
893 name_tree = proto_tree_add_subtree_format(prop_tree, tvb, in dissect_amf0_property_list()
897 proto_tree_add_uint(name_tree, hf_amf_stringlength, tvb, offset, 2, iStringLength); in dissect_amf0_property_list()
899 … proto_tree_add_item(name_tree, hf_amf_string, tvb, offset, iStringLength, ENC_UTF_8|ENC_NA); in dissect_amf0_property_list()
1177 proto_tree *name_tree; in dissect_amf3_value_type() local
1400name_tree = proto_tree_add_subtree_format(traits_tree, tvb, in dissect_amf3_value_type()
1405 …proto_tree_add_uint(name_tree, hf_amf_classnamelength, tvb, iValueOffset, iValueLength, iStringLen… in dissect_amf3_value_type()
1407 …proto_tree_add_string(name_tree, hf_amf_classname, tvb, iValueOffset, iStringLength, iStringValue); in dissect_amf3_value_type()
1452name_tree = proto_tree_add_subtree_format(subval_tree, tvb, in dissect_amf3_value_type()
1457 …proto_tree_add_uint(name_tree, hf_amf_membernamelength, tvb, iValueOffset, iValueLength, iStringLe… in dissect_amf3_value_type()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-msproxy.c558 proto_tree *name_tree;
563 name_tree = proto_tree_add_subtree_format(tree, tvb, offset, length + 1,
567 proto_tree_add_item(name_tree, hf_msproxy_req_resolve_length, tvb, offset, 1, ENC_NA);
572 proto_tree_add_item(name_tree, hf_msproxy_host_name, tvb, offset, length, ENC_ASCII|ENC_NA);
H A Dpacket-rtmpt.c870 proto_tree *name_tree;
893 name_tree = proto_tree_add_subtree_format(prop_tree, tvb,
897 proto_tree_add_uint(name_tree, hf_amf_stringlength, tvb, offset, 2, iStringLength);
899 … proto_tree_add_item(name_tree, hf_amf_string, tvb, offset, iStringLength, ENC_UTF_8|ENC_NA);
1177 proto_tree *name_tree;
1400name_tree = proto_tree_add_subtree_format(traits_tree, tvb,
1405 …proto_tree_add_uint(name_tree, hf_amf_classnamelength, tvb, iValueOffset, iValueLength, iStringLen…
1407 …proto_tree_add_string(name_tree, hf_amf_classname, tvb, iValueOffset, iStringLength, iStringValue);
1452name_tree = proto_tree_add_subtree_format(subval_tree, tvb,
1457 …proto_tree_add_uint(name_tree, hf_amf_membernamelength, tvb, iValueOffset, iValueLength, iStringLe…
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-msproxy.c558 proto_tree *name_tree; in dissect_request_resolve() local
563 name_tree = proto_tree_add_subtree_format(tree, tvb, offset, length + 1, in dissect_request_resolve()
567 proto_tree_add_item(name_tree, hf_msproxy_req_resolve_length, tvb, offset, 1, ENC_NA); in dissect_request_resolve()
572 proto_tree_add_item(name_tree, hf_msproxy_host_name, tvb, offset, length, ENC_ASCII|ENC_NA); in dissect_request_resolve()
H A Dpacket-rtmpt.c870 proto_tree *name_tree; in dissect_amf0_property_list() local
893 name_tree = proto_tree_add_subtree_format(prop_tree, tvb, in dissect_amf0_property_list()
897 proto_tree_add_uint(name_tree, hf_amf_stringlength, tvb, offset, 2, iStringLength); in dissect_amf0_property_list()
899 … proto_tree_add_item(name_tree, hf_amf_string, tvb, offset, iStringLength, ENC_UTF_8|ENC_NA); in dissect_amf0_property_list()
1177 proto_tree *name_tree; in dissect_amf3_value_type() local
1400name_tree = proto_tree_add_subtree_format(traits_tree, tvb, in dissect_amf3_value_type()
1405 …proto_tree_add_uint(name_tree, hf_amf_classnamelength, tvb, iValueOffset, iValueLength, iStringLen… in dissect_amf3_value_type()
1407 …proto_tree_add_string(name_tree, hf_amf_classname, tvb, iValueOffset, iStringLength, iStringValue); in dissect_amf3_value_type()
1452name_tree = proto_tree_add_subtree_format(subval_tree, tvb, in dissect_amf3_value_type()
1457 …proto_tree_add_uint(name_tree, hf_amf_membernamelength, tvb, iValueOffset, iValueLength, iStringLe… in dissect_amf3_value_type()
[all …]
/dports/cad/pcb/pcb-4.2.0/src/
H A Dremove.c276 if (DestroyTarget->name_tree[n]) in DestroyElement()
277 r_delete_entry (DestroyTarget->name_tree[n], (BoxType *) text); in DestroyElement()
H A Dmymem.c799 if (data->name_tree[i]) in FreeDataMemory()
800 r_destroy_tree (&data->name_tree[i]); in FreeDataMemory()
H A Dmisc.c395 if (Data && Data->name_tree[n]) in SetElementBoundingBox()
396 r_delete_entry (Data->name_tree[n], (BoxType *) text); in SetElementBoundingBox()
398 if (Data && !Data->name_tree[n]) in SetElementBoundingBox()
399 Data->name_tree[n] = r_create_tree (NULL, 0, 0); in SetElementBoundingBox()
401 r_insert_entry (Data->name_tree[n], (BoxType *) text, 0); in SetElementBoundingBox()
2615 r_delete_entry (data->name_tree[n], (BoxType *) text); in r_delete_element()
H A Dchange.c943 r_delete_entry (PCB->Data->name_tree[n], (BoxType *) text); in ChangeElementNameSize()
946 r_insert_entry (PCB->Data->name_tree[n], (BoxType *) text, 0); in ChangeElementNameSize()
1048 r_delete_entry (data->name_tree[which], in ChangeElementText()
1054 r_insert_entry (data->name_tree[which], in ChangeElementText()
H A Ddraw.c663 r_search (PCB->Data->name_tree[NAME_INDEX (PCB)], drawn_area, NULL, name_callback, &side); in DrawEverything()
955 r_search (PCB->Data->name_tree[NAME_INDEX (PCB)], drawn_area, NULL, name_callback, &side); in DrawSilk()
970 r_search (PCB->Data->name_tree[NAME_INDEX (PCB)], drawn_area, NULL, name_callback, &side); in DrawSilk()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/score/
H A Dscore.c698 tree name_tree; in score_asm_file_end() local
705 name_tree = get_identifier (p->name); in score_asm_file_end()
706 if (!TREE_ASM_WRITTEN (name_tree) in score_asm_file_end()
707 && TREE_SYMBOL_REFERENCED (name_tree)) in score_asm_file_end()
709 TREE_ASM_WRITTEN (name_tree) = 1; in score_asm_file_end()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/score/
H A Dscore.c718 tree name_tree; in score_asm_file_end() local
725 name_tree = get_identifier (p->name); in score_asm_file_end()
726 if (!TREE_ASM_WRITTEN (name_tree) in score_asm_file_end()
727 && TREE_SYMBOL_REFERENCED (name_tree)) in score_asm_file_end()
729 TREE_ASM_WRITTEN (name_tree) = 1; in score_asm_file_end()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/score/
H A Dscore.c718 tree name_tree; in score_asm_file_end() local
725 name_tree = get_identifier (p->name); in score_asm_file_end()
726 if (!TREE_ASM_WRITTEN (name_tree) in score_asm_file_end()
727 && TREE_SYMBOL_REFERENCED (name_tree)) in score_asm_file_end()
729 TREE_ASM_WRITTEN (name_tree) = 1; in score_asm_file_end()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/
H A Dextension_l10n_util_unittest.cc266 auto name_tree = std::make_unique<base::DictionaryValue>(); in CreateManifestBundle() local
267 name_tree->SetString("message", "name"); in CreateManifestBundle()
268 catalog->Set("name", std::move(name_tree)); in CreateManifestBundle()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/go/
H A Dgo-gcc.cc492 tree name_tree = get_identifier_from_string(name); in function_type() local
498 name_tree, field_type_tree); in function_type()
537 tree name_tree = get_identifier_from_string(p->name); in fill_in_struct() local
541 tree field = build_decl(p->location.gcc_location(), FIELD_DECL, name_tree, in fill_in_struct()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfdoc.c1595 pdf_obj *name_tree; in pdf_doc_close_names() local
1599 name_tree = pdf_names_create_tree(data, &count, NULL); in pdf_doc_close_names()
1601 name_tree = pdf_names_create_tree(data, &count, &pdoc.gotos); in pdf_doc_close_names()
1610 if (name_tree) { in pdf_doc_close_names()
1615 pdf_ref_obj(name_tree)); in pdf_doc_close_names()
1616 pdf_release_obj(name_tree); in pdf_doc_close_names()
/dports/lang/gcc48/gcc-4.8.5/gcc/go/
H A Dgo-gcc.cc534 tree name_tree = get_identifier_from_string(name); in function_type() local
540 name_tree, field_type_tree); in function_type()
579 tree name_tree = get_identifier_from_string(p->name); in fill_in_struct() local
583 tree field = build_decl(p->location.gcc_location(), FIELD_DECL, name_tree, in fill_in_struct()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/align/
H A Dreference.c107 BSTree name_tree; member
289 BSTreeInit( &self->name_tree ); in ReferenceList_MakeCursor()
393 … rc = BSTreeInsertUnique( &self->name_tree, &node->by_name, NULL, ReferenceObj_SortName ); in ReferenceList_MakeCursor()
756 const BSTNode* n = BSTreeFind( &cself->name_tree, b, ReferenceObj_CmpName ); in ReferenceList_Find()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/align/
H A Dreference.c107 BSTree name_tree; member
289 BSTreeInit( &self->name_tree ); in ReferenceList_MakeCursor()
393 … rc = BSTreeInsertUnique( &self->name_tree, &node->by_name, NULL, ReferenceObj_SortName ); in ReferenceList_MakeCursor()
756 const BSTNode* n = BSTreeFind( &cself->name_tree, b, ReferenceObj_CmpName ); in ReferenceList_Find()
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/mycss/selectors/
H A Dparser.c148 …css_namespace_entry_by_name(entry->ns, entry->stylesheet->ns_stylesheet.name_tree, str->data, str-… in mycss_selectors_parser_selector_namespace()

12345678