/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_openssl.c | 264 char buf[SIZE + 1]; in read_till_nl() local 658 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets() argument
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_pubkey.c | 572 BUF_MEM *buf = NULL; in i2d_PUBKEY() local
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.c | 366 unsigned char *buf; in OBJ_txt2obj() local 412 int OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *a, int no_name) in OBJ_obj2txt() argument 665 char buf[512]; OBJ_create_objects() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_parse.c | 604 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char() argument 619 static void put_str(const char *str, char **buf, size_t *remain, size_t *needed) in put_str() argument 671 put_num(int64_t val, char **buf, size_t *remain, size_t *needed) put_num() argument 697 ossl_property_list_to_string(OSSL_LIB_CTX *ctx, const OSSL_PROPERTY_LIST *list, char *buf, size_t bufsize) ossl_property_list_to_string() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_lib.c | 245 void RAND_seed(const void *buf, int num) in RAND_seed() argument 262 void RAND_add(const void *buf, int num, double randomness) in RAND_add() argument 285 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() argument 325 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_ argument 347 RAND_priv_bytes(unsigned char *buf, int num) RAND_priv_bytes() argument 354 RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num, unsigned int strength) RAND_bytes_ex() argument 376 RAND_bytes(unsigned char *buf, int num) RAND_bytes() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_exp.c | 515 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_TO_PREBUF() argument 533 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_FROM_PREBUF() argument
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 95 BUF_MEM *buf = NULL; in OSSL_ENCODER_to_data() local 662 BUF_MEM *buf; encoder_process() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | bio_asn1.c | 43 unsigned char *buf; member
|
H A D | tasn_dec.c | 707 BUF_MEM buf = { 0, NULL, 0, 0 }; in asn1_d2i_ex_primitive() local 1040 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) asn1_collect() argument 1097 collect_data(BUF_MEM *buf, const unsigned char **p, long plen) collect_data() argument [all...] |
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_dtls.c | 59 unsigned char *buf = NULL; in dtls1_hm_fragment_new() local
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-core.c | 159 char buf[1024]; in uv_resident_set_memory() local 216 char buf[128]; in uv_uptime() local 248 char buf[102 in uv__cpu_num() local 344 char buf[1024]; read_models() local 536 char buf[1024]; read_times() local 598 char buf[1024]; read_cpufreq() local 745 char buf[4096]; /* Large enough to hold all of /proc/meminfo. */ uv__read_proc_meminfo() local 798 char buf[32]; /* Large enough to hold an encoded uint64_t. */ uv__read_cgroups_uint64() local 822 char buf[128]; /* Large enough to hold all of /proc/loadavg. */ uv_loadavg() local [all...] |
H A D | os390-syscalls.c | 445 ssize_t os390_readlink(const char* path, char* buf, size_t len) { in os390_readlink() argument
|
H A D | process.c | 415 char buf[256]; in uv__spawn_init_can_use_setsid() local
|
/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 269 uv_buf_t buf; in uv__udp_queue_recv() local 455 uv_buf_t buf; in uv__process_udp_recv_req() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_mem.c | 218 char buf[sizeof(coap_string_t) + COAP_MAX_STRING_SIZE]; member 226 char buf[sizeof(coap_string_t) + COAP_MAX_ATTRIBUTE_SIZE]; member 259 char buf[COAP_DEFAULT_MAX_PDU_RX_SIZE]; member
|
/third_party/rust/crates/humantime/src/ |
H A D | date.rs | 312 let mut buf: [u8; 30] = [ in fmt() variables [all...] |
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 307 let mut buf = in fmt() variables
|
/third_party/openssl/test/ |
H A D | dtlstest.c | 402 unsigned char buf[] = { in test_just_finished() local 479 char buf[10]; in test_swap_records() local
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ByteStringTest.java | 296 @Override public int read(byte[] buf) { in read() argument 300 @Override public int read(byte[] buf, int offset, int size) { in read() argument 327 public int read(byte[] buf, int off, int len) { in read() argument 351 public void write(byte[] buf, int off, int len) { in write() argument [all...] |
/third_party/pulseaudio/src/daemon/ |
H A D | ohos_pa_main.c | 528 pa_strbuf *buf = NULL; in real_main() local
|
H A D | main.c | 514 pa_strbuf *buf = NULL; local
|
/third_party/pulseaudio/src/pulse/ |
H A D | format.c | 635 pa_strbuf *buf; in pa_format_info_set_prop_int_array() local 673 pa_strbuf *buf; in pa_format_info_set_prop_string_array() local [all...] |
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | webrtc.cc | 512 float **buf = ec->params.webrtc.play_buffer; in pa_webrtc_ec_play() local 530 float **buf = ec->params.webrtc.rec_buffer; in pa_webrtc_ec_record() local
|
/third_party/openssl/crypto/asn1/ |
H A D | a_strex.c | 39 static int send_bio_chars(void *arg, const void *buf, int len) in send_bio_chars() argument 49 static int send_fp_chars(void *arg, const void *buf, int len) in send_fp_chars() argument 139 static int do_buf(unsigned char *buf, int buflen, in do_buf() argument 235 static int do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, in do_hex_dump() argument [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 507 MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_TO_PREBUF() argument 525 MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx, int window) MOD_EXP_CTIME_COPY_FROM_PREBUF() argument
|