Searched defs:name_bytes (Results 1 – 2 of 2) sorted by relevance
83 const std::vector<uint8_t>& name_bytes) { in NameEntry()95 const std::vector<uint8_t>& name_bytes) { in NameEntry()124 const std::vector<uint8_t>* name_bytes) { in Init()141 const std::vector<uint8_t>& name_bytes) { in NameEntryBuilder()179 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes) { in SetName()186 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes, in SetName()199 const std::vector<uint8_t>* name_bytes) { in Init()682 UChar* NameTable::ConvertFromNameBytes(std::vector<uint8_t>* name_bytes, in ConvertFromNameBytes()
4314 PyObject *name_bytes; in _ssl__SSLContext_set_ecdh_curve() local