Searched refs:byte_string (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/libcbor/src/cbor/ |
| H A D | streaming.c | 199 callbacks->byte_string(context, source + 1, length); in cbor_stream_decode() 210 callbacks->byte_string(context, source + 1 + 1, length); in cbor_stream_decode() 221 callbacks->byte_string(context, source + 1 + 2, length); in cbor_stream_decode() 232 callbacks->byte_string(context, source + 1 + 4, length); in cbor_stream_decode() 243 callbacks->byte_string(context, source + 1 + 8, length); in cbor_stream_decode()
|
| H A D | callbacks.h | 71 cbor_string_callback byte_string; member
|
| H A D | callbacks.c | 87 .byte_string = cbor_null_byte_string_callback,
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | locale | 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); 3665 byte_string __byte_err_string_; 3702 wide_string from_bytes(const byte_string& __str) 3707 byte_string to_bytes(_Elem __wchar) 3710 byte_string to_bytes(const _Elem* __wptr) 3713 byte_string to_bytes(const wide_string& __wstr) [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/arc_summary/ |
| H A D | arc_summary3 | 312 def f_bytes(byte_string): argument 328 bites = int(byte_string)
|
| /freebsd-13.1/contrib/libcbor/test/ |
| H A D | stream_expectations.c | 286 .byte_string = &byte_string_callback,
|
| /freebsd-13.1/contrib/libcbor/src/ |
| H A D | cbor.c | 26 .byte_string = &cbor_builder_byte_string_callback, in cbor_load()
|