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

/openbsd-current/lib/libcbor/src/cbor/
H A Dcallbacks.h73 cbor_string_callback byte_string; member in struct:cbor_callbacks
H A Dstreaming.c215 CLAIM_BYTES_AND_INVOKE(byte_string, length, 0);
220 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint8, 1);
223 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint16, 2);
226 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint32, 4);
229 READ_CLAIM_INVOKE(byte_string, _cbor_load_uint64, 8);
H A Dcallbacks.c92 .byte_string = cbor_null_byte_string_callback,
/openbsd-current/lib/libcbor/src/
H A Dcbor.c26 .byte_string = &cbor_builder_byte_string_callback,
/openbsd-current/gnu/usr.bin/perl/dist/encoding-warnings/lib/encoding/
H A Dwarnings.pm135 my $byte_string = pack("C*", 0xA4, 0x40);
/openbsd-current/gnu/usr.bin/perl/
H A Dlocale.c2586 S_Win_byte_string_to_wstring(const UINT code_page, const char * byte_string) argument
2590 int req_size = MultiByteToWideChar(code_page, 0, byte_string, -1, NULL, 0);
2599 if (! MultiByteToWideChar(code_page, 0, byte_string, -1, wstring, req_size))
2619 char *byte_string; local
2620 Newx(byte_string, req_size, char);
2622 if (! WideCharToMultiByte(code_page, 0, wstring, -1, byte_string,
2625 Safefree(byte_string);
2630 return byte_string;
H A Dproto.h7131 S_Win_byte_string_to_wstring(const UINT code_page, const char *byte_string);

Completed in 143 milliseconds