Home
last modified time | relevance | path

Searched refs:known_attributes (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/binutils/binutils-2.37/gold/
H A Dattributes.h242 known_attributes() in known_attributes() function
246 known_attributes() const in known_attributes() function
318 known_attributes(int vendor) in known_attributes() function
321 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
325 known_attributes(int vendor) const in known_attributes() function
328 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
H A Dattributes.cc403 &pasd->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
405 &this->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gold/
H A Dattributes.h242 known_attributes() in known_attributes() function
246 known_attributes() const in known_attributes() function
318 known_attributes(int vendor) in known_attributes() function
321 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
325 known_attributes(int vendor) const in known_attributes() function
328 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
H A Dattributes.cc403 &pasd->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
405 &this->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
/dports/devel/arm-elf-binutils/binutils-2.37/gold/
H A Dattributes.h242 known_attributes() in known_attributes() function
246 known_attributes() const in known_attributes() function
318 known_attributes(int vendor) in known_attributes() function
321 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
325 known_attributes(int vendor) const in known_attributes() function
328 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
H A Dattributes.cc403 &pasd->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
405 &this->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
/dports/devel/gnulibiberty/binutils-2.37/gold/
H A Dattributes.h242 known_attributes() in known_attributes() function
246 known_attributes() const in known_attributes() function
318 known_attributes(int vendor) in known_attributes() function
321 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
325 known_attributes(int vendor) const in known_attributes() function
328 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
/dports/lang/gnatdroid-binutils/binutils-2.27/gold/
H A Dattributes.h242 known_attributes() in known_attributes() function
246 known_attributes() const in known_attributes() function
318 known_attributes(int vendor) in known_attributes() function
321 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
325 known_attributes(int vendor) const in known_attributes() function
328 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
/dports/net-im/libnice/libnice-0.1.18/stun/tests/
H A Dtest-parse.c214 uint16_t known_attributes[] = {STUN_ATTRIBUTE_USERNAME, in test_message() local
232 stun_agent_init (&agent, known_attributes, in test_message()
234 stun_agent_init (&agent2, known_attributes, in test_message()
369 uint16_t known_attributes[] = {STUN_ATTRIBUTE_MESSAGE_INTEGRITY, STUN_ATTRIBUTE_USERNAME, 0}; in test_attribute() local
373 stun_agent_init (&agent, known_attributes, in test_attribute()
611 uint16_t known_attributes[] = { in test_vectors() local
617 stun_agent_init (&agent, known_attributes, in test_vectors()
H A Dtest-format.c141 …uint16_t known_attributes[] = {STUN_ATTRIBUTE_USERNAME, STUN_ATTRIBUTE_MESSAGE_INTEGRITY, STUN_ATT… in check_af() local
143 stun_agent_init (&agent, known_attributes, in check_af()
190 uint16_t known_attributes[] = {STUN_ATTRIBUTE_USERNAME, in main() local
195 stun_agent_init (&agent, known_attributes, in main()
H A Dtest-bind.c198 uint16_t known_attributes[] = { in bad_responses() local
206 stun_agent_init (&agent, known_attributes, in bad_responses()
272 uint16_t known_attributes[] = { in responses() local
280 stun_agent_init (&agent, known_attributes, in responses()
405 uint16_t known_attributes[] = { in keepalive() local
413 stun_agent_init (&agent, known_attributes, in keepalive()
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/tests/
H A Dtest-parse.c214 uint16_t known_attributes[] = {STUN_ATTRIBUTE_USERNAME, in test_message() local
232 stun_agent_init (&agent, known_attributes, in test_message()
234 stun_agent_init (&agent2, known_attributes, in test_message()
369 uint16_t known_attributes[] = {STUN_ATTRIBUTE_MESSAGE_INTEGRITY, STUN_ATTRIBUTE_USERNAME, 0}; in test_attribute() local
373 stun_agent_init (&agent, known_attributes, in test_attribute()
611 uint16_t known_attributes[] = { in test_vectors() local
617 stun_agent_init (&agent, known_attributes, in test_vectors()
H A Dtest-format.c141 …uint16_t known_attributes[] = {STUN_ATTRIBUTE_USERNAME, STUN_ATTRIBUTE_MESSAGE_INTEGRITY, STUN_ATT… in check_af() local
143 stun_agent_init (&agent, known_attributes, in check_af()
190 uint16_t known_attributes[] = {STUN_ATTRIBUTE_USERNAME, in main() local
195 stun_agent_init (&agent, known_attributes, in main()
H A Dtest-bind.c198 uint16_t known_attributes[] = { in bad_responses() local
206 stun_agent_init (&agent, known_attributes, in bad_responses()
272 uint16_t known_attributes[] = { in responses() local
280 stun_agent_init (&agent, known_attributes, in responses()
405 uint16_t known_attributes[] = { in keepalive() local
413 stun_agent_init (&agent, known_attributes, in keepalive()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/imapx/
H A Dcamel-imapx-list-response.c53 static const gchar *known_attributes[] = {
99 for (ii = 0; ii < G_N_ELEMENTS (known_attributes); ii++) { in camel_imapx_list_response_class_init()
100 const gchar *string = known_attributes[ii]; in camel_imapx_list_response_class_init()
101 known_attributes[ii] = g_intern_static_string (string); in camel_imapx_list_response_class_init()
704 for (ii = 0; ii < G_N_ELEMENTS (known_attributes); ii++) { in camel_imapx_list_response_add_attribute()
705 if (g_ascii_strcasecmp (attribute, known_attributes[ii]) == 0) { in camel_imapx_list_response_add_attribute()
706 canonical = known_attributes[ii]; in camel_imapx_list_response_add_attribute()
/dports/net-im/libnice/libnice-0.1.18/stun/tools/
H A Dstund.c93 static const uint16_t known_attributes[] = { variable
267 stun_agent_init (&oldagent, known_attributes, in run()
269 stun_agent_init (&newagent, known_attributes, in run()
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/tools/
H A Dstund.c93 static const uint16_t known_attributes[] = { variable
267 stun_agent_init (&oldagent, known_attributes, in run()
269 stun_agent_init (&newagent, known_attributes, in run()
/dports/www/p5-HTML-WikiConverter/HTML-WikiConverter-0.68/bin/
H A Dhtml2wiki26 my %attrs = known_attributes();
47 sub known_attributes {
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/
H A Dstunagent.h202 uint16_t *known_attributes; member
308 void stun_agent_init (StunAgent *agent, const uint16_t *known_attributes,
H A Dstunagent.c56 void stun_agent_init (StunAgent *agent, const uint16_t *known_attributes, in stun_agent_init() argument
61 agent->known_attributes = (uint16_t *) known_attributes; in stun_agent_init()
690 uint16_t *known_attr = agent->known_attributes; in stun_agent_is_unknown()
/dports/net-im/libnice/libnice-0.1.18/stun/
H A Dstunagent.h202 uint16_t *known_attributes; member
308 void stun_agent_init (StunAgent *agent, const uint16_t *known_attributes,
H A Dstunagent.c56 void stun_agent_init (StunAgent *agent, const uint16_t *known_attributes, in stun_agent_init() argument
61 agent->known_attributes = (uint16_t *) known_attributes; in stun_agent_init()
690 uint16_t *known_attr = agent->known_attributes; in stun_agent_is_unknown()
/dports/net-im/farstream/farstream-0.2.9/tests/check/transmitter/
H A Dstunalternd.c62 static const uint16_t known_attributes[] = { variable
346 stun_agent_init (&td->oldagent, known_attributes, in stun_alternd_init()
348 stun_agent_init (&td->newagent, known_attributes, in stun_alternd_init()
/dports/textproc/p5-Text-CSV_XS/Text-CSV_XS-1.47/t/
H A D12_acc.t268 is_deeply ([ Text::CSV_XS::known_attributes () ], $attr, "Known attributes (function)");
269 is_deeply ([ Text::CSV_XS->known_attributes () ], $attr, "Known attributes (class method)");
270 is_deeply ([ Text::CSV_XS->new->known_attributes () ], $attr, "Known attributes (method)");
/dports/textproc/p5-Text-CSV/Text-CSV-2.01/t/
H A D12_acc.t269 is_deeply ([ Text::CSV::known_attributes () ], $attr, "Known attributes (function)");
270 is_deeply ([ Text::CSV->known_attributes () ], $attr, "Known attributes (class method)");
271 is_deeply ([ Text::CSV->new->known_attributes () ], $attr, "Known attributes (method)");

123