Home
last modified time | relevance | path

Searched refs:hdr_buf (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsamidec.c51 AVBPrint buf, hdr_buf; in sami_read_header() local
64 av_bprint_init(&hdr_buf, 0, AV_BPRINT_SIZE_UNLIMITED); in sami_read_header()
85 av_bprintf(&hdr_buf, "%s", buf.str); in sami_read_header()
90 av_bprint_finalize(&hdr_buf, NULL); in sami_read_header()
99 av_bprint_finalize(&hdr_buf, NULL); in sami_read_header()
109 res = ff_bprint_to_codecpar_extradata(st->codecpar, &hdr_buf); in sami_read_header()
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c133 char hdr_buf[4096]; variable
197 LWIP_ASSERT("sizeof(hdr_buf) must fit into an u16_t", sizeof(hdr_buf) <= 0xffff); in main()
1038 memset(hdr_buf, 0, sizeof(hdr_buf)); in file_write_http_header()
1067 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
1077 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
1117 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
1127 memcpy(&hdr_buf[hdr_len], intbuf, cur_len); in file_write_http_header()
1153 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
1163 memcpy(&hdr_buf[hdr_len], modbuf, cur_len); in file_write_http_header()
1182 memcpy(&hdr_buf[hdr_len], cur_string, cur_len); in file_write_http_header()
[all …]
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
Ddecode_msblob2key.c101 unsigned char hdr_buf[16], *buf = NULL; in msblob2key_decode() local
111 if (BIO_read(in, hdr_buf, 16) != 16) { in msblob2key_decode()
116 p = hdr_buf; in msblob2key_decode()
/third_party/openssl/providers/implementations/encode_decode/
Ddecode_msblob2key.c89 unsigned char hdr_buf[16], *buf = NULL; in msblob2key_decode() local
99 if (BIO_read(in, hdr_buf, 16) != 16) { in msblob2key_decode()
104 p = hdr_buf; in msblob2key_decode()
/third_party/openssl/crypto/pem/
Dpvkfmt.c324 unsigned char hdr_buf[16], *buf = NULL; in ossl_b2i_bio() local
330 if (BIO_read(in, hdr_buf, 16) != 16) { in ossl_b2i_bio()
334 p = hdr_buf; in ossl_b2i_bio()
/third_party/node/deps/openssl/openssl/crypto/pem/
Dpvkfmt.c324 unsigned char hdr_buf[16], *buf = NULL; in ossl_b2i_bio() local
330 if (BIO_read(in, hdr_buf, 16) != 16) { in ossl_b2i_bio()
334 p = hdr_buf; in ossl_b2i_bio()