Home
last modified time | relevance | path

Searched refs:name_bytes (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/pdb-0.7.0/src/
H A Dpe.rs64 let name_bytes = parse_buffer.take(8)?; in parse() localVariable
68 name_bytes[0], in parse()
69 name_bytes[1], in parse()
70 name_bytes[2], in parse()
71 name_bytes[3], in parse()
72 name_bytes[4], in parse()
73 name_bytes[5], in parse()
74 name_bytes[6], in parse()
75 name_bytes[7], in parse()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc86 &name_bytes); in NameEntry()
124 if (name_bytes) { in Init()
125 name_bytes_ = *name_bytes; in Init()
144 &name_bytes); in NameEntryBuilder()
179 std::copy(name_bytes.begin(), in SetName()
180 name_bytes.end(), in SetName()
188 std::copy(name_bytes.begin() + offset, in SetName()
189 name_bytes.begin() + offset + length, in SetName()
683 if (name_bytes == NULL || name_bytes->size() == 0) { in ConvertFromNameBytes()
714 name_bytes->size(), in ConvertFromNameBytes()
[all …]
H A Dname_table.h449 NameEntry(const NameEntryId& name_entry_id, const std::vector<uint8_t>& name_bytes);
454 const std::vector<uint8_t>& name_bytes);
480 int32_t name_id, const std::vector<uint8_t>* name_bytes);
495 const std::vector<uint8_t>& name_bytes);
501 virtual void SetName(const std::vector<uint8_t>& name_bytes);
502 virtual void SetName(const std::vector<uint8_t>& name_bytes,
513 int32_t name_id, const std::vector<uint8_t>* name_bytes);
733 static UChar* ConvertFromNameBytes(std::vector<uint8_t>* name_bytes,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc88 &name_bytes); in NameEntry()
126 if (name_bytes) { in Init()
127 name_bytes_ = *name_bytes; in Init()
146 &name_bytes); in NameEntryBuilder()
181 std::copy(name_bytes.begin(), in SetName()
182 name_bytes.end(), in SetName()
190 std::copy(name_bytes.begin() + offset, in SetName()
191 name_bytes.begin() + offset + length, in SetName()
681 if (name_bytes == NULL || name_bytes->size() == 0) { in ConvertFromNameBytes()
712 name_bytes->size(), in ConvertFromNameBytes()
[all …]
H A Dname_table.h449 NameEntry(const NameEntryId& name_entry_id, const ByteVector& name_bytes);
454 const ByteVector& name_bytes);
480 int32_t name_id, const ByteVector* name_bytes);
495 const ByteVector& name_bytes);
501 virtual void SetName(const ByteVector& name_bytes);
502 virtual void SetName(const ByteVector& name_bytes,
513 int32_t name_id, const ByteVector* name_bytes);
733 static UChar* ConvertFromNameBytes(ByteVector* name_bytes,
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/cython/
H A DfuncWrapper.h35 PyObject* name_bytes = PyUnicode_AsASCIIString(name); in getMessage() local
38 PyObject* name_bytes = PyObject_Bytes(name); in getMessage() local
42 if (name_bytes) { in getMessage()
43 msg += PyBytes_AsString(name_bytes); in getMessage()
44 Py_DECREF(name_bytes); in getMessage()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/http/
H A Dservlet.py135 name_bytes = name.encode("ascii")
137 if name_bytes in args:
139 return int(args[name_bytes][0])
246 name_bytes = name.encode("ascii")
248 if name_bytes in args:
320 name_bytes = name.encode("ascii")
322 if name_bytes in args:
323 return args[name_bytes][0]
513 name_bytes = name.encode("ascii")
515 if name_bytes in args:
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Ntlm/
H A DType2Message.cs152 byte [] name_bytes = null, target = null; in GetBytes()
156 name_bytes = enc.GetBytes (TargetName); in GetBytes()
157 name_len = (short) name_bytes.Length; in GetBytes()
200 uint info_offset = (uint) (name_offset + name_bytes.Length); in GetBytes()
209 Buffer.BlockCopy (name_bytes, 0, data, (int) name_offset, name_len); in GetBytes()
/dports/devel/py-gitpython/GitPython-3.1.24/git/objects/
H A Dfun.py52 name_bytes = name.encode(defenc)
54 name_bytes = name # type: ignore[unreachable] # check runtime types - is always str?
55 write(b''.join((mode_str, b' ', name_bytes, b'\0', binsha)))
93 name_bytes = data[ns:i]
94 name = safe_decode(name_bytes)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Mrm/
H A DMrmwrefs.c148 MrmCount name_bytes; /* # bytes for name & NULL */ in Urm__CW_AddWRef() local
165 name_bytes = strlen(w_name); in Urm__CW_AddWRef()
166 for ( ndx=0 ; ndx<name_bytes ; ndx++ ) in Urm__CW_AddWRef()
168 name_bytes += 1; in Urm__CW_AddWRef()
170 bytes_needed = sizeof(URMWRef) + name_bytes; in Urm__CW_AddWRef()
190 new_offs = UrmRCBufSize(wref_id) - refdsc->heap_size - name_bytes; in Urm__CW_AddWRef()
195 refdsc->heap_size += name_bytes; in Urm__CW_AddWRef()
/dports/security/botan110/Botan-1.10.17/src/ssl/
H A Dhello.cpp168 u16bit name_bytes = reader.get_u16bit(); in deserialize() local
170 while(name_bytes) in deserialize()
173 name_bytes--; in deserialize()
184 name_bytes -= (2 + name.size()); in deserialize()
188 reader.discard_next(name_bytes); in deserialize()
189 name_bytes = 0; in deserialize()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/tls/
H A Dtls_extensions.cpp173 uint16_t name_bytes = reader.get_uint16_t(); in Server_Name_Indicator() local
175 if(name_bytes + 2 != extension_size) in Server_Name_Indicator()
178 while(name_bytes) in Server_Name_Indicator()
181 name_bytes--; in Server_Name_Indicator()
186 name_bytes -= static_cast<uint16_t>(2 + m_sni_host_name.size()); in Server_Name_Indicator()
190 reader.discard_next(name_bytes); in Server_Name_Indicator()
191 name_bytes = 0; in Server_Name_Indicator()
257 const uint16_t name_bytes = reader.get_uint16_t(); in Application_Layer_Protocol_Notification() local
261 if(name_bytes != bytes_remaining) in Application_Layer_Protocol_Notification()
/dports/security/botan2/Botan-2.18.2/src/lib/tls/
H A Dtls_extensions.cpp173 uint16_t name_bytes = reader.get_uint16_t(); in Server_Name_Indicator() local
175 if(name_bytes + 2 != extension_size) in Server_Name_Indicator()
178 while(name_bytes) in Server_Name_Indicator()
181 name_bytes--; in Server_Name_Indicator()
186 name_bytes -= static_cast<uint16_t>(2 + m_sni_host_name.size()); in Server_Name_Indicator()
190 reader.discard_next(name_bytes); in Server_Name_Indicator()
191 name_bytes = 0; in Server_Name_Indicator()
257 const uint16_t name_bytes = reader.get_uint16_t(); in Application_Layer_Protocol_Notification() local
261 if(name_bytes != bytes_remaining) in Application_Layer_Protocol_Notification()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/tls/
H A Dtls_extensions.cpp173 uint16_t name_bytes = reader.get_uint16_t(); in Server_Name_Indicator() local
175 if(name_bytes + 2 != extension_size) in Server_Name_Indicator()
178 while(name_bytes) in Server_Name_Indicator()
181 name_bytes--; in Server_Name_Indicator()
186 name_bytes -= static_cast<uint16_t>(2 + m_sni_host_name.size()); in Server_Name_Indicator()
190 reader.discard_next(name_bytes); in Server_Name_Indicator()
191 name_bytes = 0; in Server_Name_Indicator()
257 const uint16_t name_bytes = reader.get_uint16_t(); in Application_Layer_Protocol_Notification() local
261 if(name_bytes != bytes_remaining) in Application_Layer_Protocol_Notification()
/dports/games/freeciv/freeciv-2.6.6/tools/ruledit/
H A Dtab_building.cpp152 QByteArray name_bytes; in name_given() local
170 name_bytes = name->text().toUtf8(); in name_given()
173 name_bytes.data(), in name_given()
H A Dtab_unit.cpp152 QByteArray name_bytes; in name_given() local
170 name_bytes = name->text().toUtf8(); in name_given()
173 name_bytes.data(), in name_given()
/dports/games/freeciv-nox11/freeciv-2.6.6/tools/ruledit/
H A Dtab_building.cpp152 QByteArray name_bytes; in name_given() local
170 name_bytes = name->text().toUtf8(); in name_given()
173 name_bytes.data(), in name_given()
H A Dtab_unit.cpp152 QByteArray name_bytes; in name_given() local
170 name_bytes = name->text().toUtf8(); in name_given()
173 name_bytes.data(), in name_given()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/atty/src/
H A Dlib.rs126 let name_bytes = in msys_tty_on() localVariable
129 name_bytes.as_ptr() as *const u16, name_bytes.len() / 2); in msys_tty_on()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/git2-0.13.25/src/
H A Dsignature.rs69 str::from_utf8(self.name_bytes()).ok() in name()
73 pub fn name_bytes(&self) -> &[u8] { in name_bytes() method
155 String::from_utf8_lossy(self.name_bytes()), in fmt()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/git2-0.13.22/src/
H A Dsignature.rs69 str::from_utf8(self.name_bytes()).ok() in name()
73 pub fn name_bytes(&self) -> &[u8] { in name_bytes() method
155 String::from_utf8_lossy(self.name_bytes()), in fmt()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/git2-0.13.11/src/
H A Dsignature.rs69 str::from_utf8(self.name_bytes()).ok() in name()
73 pub fn name_bytes(&self) -> &[u8] { in name_bytes() method
155 String::from_utf8_lossy(self.name_bytes()), in fmt()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/git2-0.13.23/src/
H A Dsignature.rs69 str::from_utf8(self.name_bytes()).ok() in name()
73 pub fn name_bytes(&self) -> &[u8] { in name_bytes() method
155 String::from_utf8_lossy(self.name_bytes()), in fmt()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/git2-0.13.6/src/
H A Dsignature.rs69 str::from_utf8(self.name_bytes()).ok() in name()
73 pub fn name_bytes(&self) -> &[u8] { in name_bytes() method
155 String::from_utf8_lossy(self.name_bytes()), in fmt()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/git2-0.13.18/src/
H A Dsignature.rs69 str::from_utf8(self.name_bytes()).ok() in name()
73 pub fn name_bytes(&self) -> &[u8] { in name_bytes() method
155 String::from_utf8_lossy(self.name_bytes()), in fmt()

12345678910>>...23