Lines Matching +full:- +full:t
3 file at the top-level directory of this distribution.
5 Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6 http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7 <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
19 byte_array_init(buf, buf_len, &c->mem.c_x_bstr); in c_x_init()
22 enum err c_x_set(enum c_x_type t, const uint8_t *c_x_raw_buf, in c_x_set() argument
25 if (t == INT) { in c_x_set()
26 out->type = INT; in c_x_set()
27 out->mem.c_x_int = c_x_int; in c_x_set()
30 out->type = BSTR; in c_x_set()
31 out->mem.c_x_bstr.len = c_x_raw_buf_len; in c_x_set()
32 return _memcpy_s(out->mem.c_x_bstr.ptr, out->mem.c_x_bstr.len, in c_x_set()