Home
last modified time | relevance | path

Searched refs:byte_string (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/libcbor/src/cbor/
H A Dstreaming.c215 CLAIM_BYTES_AND_INVOKE(byte_string, length, 0); in cbor_stream_decode()
220 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint8, 1); in cbor_stream_decode()
223 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint16, 2); in cbor_stream_decode()
226 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint32, 4); in cbor_stream_decode()
229 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint64, 8); in cbor_stream_decode()
H A Dcallbacks.h73 cbor_string_callback byte_string; member
H A Dcallbacks.c92 .byte_string = cbor_null_byte_string_callback,
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dlocale90 typedef basic_string<char, char_traits<char>, Byte_alloc> byte_string;
109 wide_string from_bytes(const byte_string& str);
112 byte_string to_bytes(Elem wchar);
113 byte_string to_bytes(const Elem* wptr);
114 byte_string to_bytes(const wide_string& wstr);
115 byte_string to_bytes(const Elem* first, const Elem* last);
3116 typedef basic_string<char, char_traits<char>, _ByteAlloc> byte_string;
3122 byte_string __byte_err_string_;
3157 _LIBCPP_HIDE_FROM_ABI byte_string to_bytes(const _Elem* __wptr) {
3181 const byte_string& __byte_err, const wide_string& __wide_err)
[all …]
/freebsd-14.2/contrib/libcbor/test/
H A Dstream_expectations.c296 .byte_string = &byte_string_callback,
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Darc_summary297 def f_bytes(byte_string): argument
313 bites = int(byte_string)
/freebsd-14.2/contrib/libcbor/src/
H A Dcbor.c27 .byte_string = &cbor_builder_byte_string_callback, in cbor_load()