Searched refs:outbytes (Results 1 - 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
H A D | utf8.c | 195 size_t res, inbytes, outbytes; in iconv_simple() local 212 outbytes = len; in iconv_simple() 214 res = iconv(cd, &inbuf, &inbytes, &outbuf, &outbytes); in iconv_simple()
|
/third_party/backends/backend/ |
H A D | dc25.c | 2293 static int outbytes; variable 2508 outbytes = 0; in sane_start() 2602 * If outbytes is zero, then this is the first time in sane_read() 2615 if (outbytes == 0) in sane_read() 2635 if (outbytes >= filesize) in sane_read() 2665 if (max_length > filesize - outbytes) in sane_read() 2667 *length = filesize - outbytes; in sane_read() 2674 memcpy (data, pp->planes + outbytes, *length); in sane_read() 2675 outbytes += *length; in sane_read()
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 7725 encode_code_page_strict(UINT code_page, PyObject **outbytes, in encode_code_page_strict() argument 7782 if (*outbytes == NULL) { in encode_code_page_strict() 7784 *outbytes = PyBytes_FromStringAndSize(NULL, outsize); in encode_code_page_strict() 7785 if (*outbytes == NULL) { in encode_code_page_strict() 7788 out = PyBytes_AS_STRING(*outbytes); in encode_code_page_strict() 7792 const Py_ssize_t n = PyBytes_Size(*outbytes); in encode_code_page_strict() 7797 if (_PyBytes_Resize(outbytes, n + outsize) < 0) { in encode_code_page_strict() 7800 out = PyBytes_AS_STRING(*outbytes) + n; in encode_code_page_strict() 7841 encode_code_page_errors(UINT code_page, PyObject **outbytes, in encode_code_page_errors() argument 7893 if (*outbytes in encode_code_page_errors() 8030 PyObject *outbytes = NULL; encode_code_page() local [all...] |
/third_party/lame/frontend/ |
H A D | get_audio.c | 927 size_t outbytes; in read_samples_mp3() local 936 out = mpg123_decode_frame(global.hip->mh, NULL, (unsigned char**)&outbuf, &outbytes); in read_samples_mp3() 948 out = outbytes/(sizeof(short)*global_decoder.mp3input_data.stereo); in read_samples_mp3()
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem_lib.c | 935 unsigned char *outbytes; in ssl_add_cert_to_wpacket() local 942 if (!WPACKET_sub_allocate_bytes_u24(pkt, len, &outbytes) in ssl_add_cert_to_wpacket() 943 || i2d_X509(x, &outbytes) != len) { in ssl_add_cert_to_wpacket()
|
/third_party/openssl/ssl/statem/ |
H A D | statem_lib.c | 900 unsigned char *outbytes; in ssl_add_cert_to_wpacket() local 907 if (!WPACKET_sub_allocate_bytes_u24(pkt, len, &outbytes) in ssl_add_cert_to_wpacket() 908 || i2d_X509(x, &outbytes) != len) { in ssl_add_cert_to_wpacket()
|
Completed in 25 milliseconds