Searched refs:len_out (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libkvazaar.c | 125 uint32_t len_out; in libkvazaar_init() local 128 if (!api->encoder_headers(enc, &data_out, &len_out)) in libkvazaar_init() 131 avctx->extradata = p = av_mallocz(len_out + AV_INPUT_BUFFER_PADDING_SIZE); in libkvazaar_init() 137 avctx->extradata_size = len_out; in libkvazaar_init() 175 uint32_t len_out = 0; in libkvazaar_encode() local 229 &data_out, &len_out, in libkvazaar_encode() 243 retval = ff_alloc_packet2(avctx, avpkt, len_out, len_out); in libkvazaar_encode() 250 av_assert0(written + chunk->len <= len_out); in libkvazaar_encode()
|
/third_party/curl/lib/ |
D | curl_ntlm_wb.c | 264 size_t len_in = strlen(input), len_out = 0; in ntlm_wb_response() local 297 len_out = Curl_dyn_len(&b); in ntlm_wb_response() 299 if(len_out && ptr[len_out - 1] == '\n') { in ntlm_wb_response() 300 ptr[len_out - 1] = '\0'; in ntlm_wb_response() 308 len_out == 3 && in ntlm_wb_response() 312 if(len_out < 4) in ntlm_wb_response()
|
/third_party/ltp/testcases/kernel/irq/ |
D | irqbalance01.c | 58 static char *read_proc_file(const char *const path, size_t *const len_out) in read_proc_file() argument 85 if (len_out) in read_proc_file() 86 *len_out = used_len; in read_proc_file()
|
/third_party/openssl/crypto/pem/ |
D | pem_lib.c | 900 unsigned char **data, long *len_out, unsigned int flags) in PEM_read_bio_ex() argument 909 *len_out = 0; in PEM_read_bio_ex() 968 *len_out = len; in PEM_read_bio_ex()
|
/third_party/libsoup/libsoup/ |
D | soup-auth-ntlm.c | 223 size_t len_in = strlen (input), len_out = sizeof (buf); in sso_ntlm_response() local 237 while (len_out > 0) { in sso_ntlm_response() 238 size = read (priv->fd_out, tmpbuf, len_out); in sso_ntlm_response() 250 len_out -= size; in sso_ntlm_response()
|