Searched refs:m_tag (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.h | 113 struct m_tag *m_tag_alloc(uint32_t, int, int, int); 119 struct m_tag *m_tag_copy(struct m_tag *, int); 162 struct m_tag { struct 163 SLIST_ENTRY(m_tag) m_tag_link; /* List of packet tags */ 167 void (*m_tag_free)(struct m_tag *); argument 183 SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */ 318 void m_tag_delete(struct mbuf *, struct m_tag *); 319 void m_tag_delete_chain(struct mbuf *, struct m_tag *); 321 void m_tag_free_default(struct m_tag *);
|
D | user_mbuf.c | 452 m_tag_unlink(struct mbuf *m, struct m_tag *t) in m_tag_unlink() 455 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link); in m_tag_unlink() 462 m_tag_free(struct m_tag *t) in m_tag_free() 475 m_tag_setup(struct m_tag *t, uint32_t cookie, int type, int len) in m_tag_setup() 697 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete() 707 m_tag_delete_chain(struct mbuf *m, struct m_tag *t) in m_tag_delete_chain() 710 struct m_tag *p, *q; in m_tag_delete_chain() 1188 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() 1227 struct m_tag * 1228 m_tag_copy(struct m_tag *t, int how) in m_tag_copy() [all …]
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestLog.hpp | 381 , m_tag (tag) in LogValueInfo() 391 qpSampleValueTag m_tag; member in tcu::LogValueInfo 402 , m_tag (tag) in LogNumber() 413 qpKeyValueTag m_tag; member in tcu::LogNumber 529 log.writeValueInfo(m_name, m_description, m_unit, m_tag); in write() 535 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write() 541 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value); in write()
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 5137 std::string m_tag; member in Catch::TestSpec::TagPattern 14650 , m_tag( toLower( tag ) ) in TagPattern() 14656 m_tag) != end(testCase.lcaseTags); in matches()
|