Home
last modified time | relevance | path

Searched refs:bytesequence (Results 1 – 4 of 4) sorted by relevance

/dports/net/py-ldap3/ldap3-2.8.1/ldap3/utils/
H A Dconv.py236 bytesequence = bytearray()
244 bytesequence.append(int(text[i+1:i+3], 16))
249 bytesequence.append(92) # "\" ASCII code
253 bytesequence.append(c)
260 bytesequence.append(int(text[i + 1:i + 3], 16))
265 bytesequence.append(92) # "\" ASCII code
267 bytesequence.append(text[i])
272 return bytes(bytesequence)
/dports/editors/libreoffice/libreoffice-7.2.6.2/udkapi/com/sun/star/connection/
H A DXConnection.idl37 <p> This method is blocking, meaning that it always returns a bytesequence
57 /** writes the given bytesequence to the stream.
/dports/editors/libreoffice6/libreoffice-6.4.7.2/udkapi/com/sun/star/connection/
H A DXConnection.idl37 <p> This method is blocking, meaning that it always returns a bytesequence
57 /** writes the given bytesequence to the stream.
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dmissing.h141 unsigned char bytesequence[4]; member