Searched refs:outbytes (Results 1 – 5 of 5) sorted by relevance
/third_party/pulseaudio/src/pulse/ |
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/python/Objects/ |
D | unicodeobject.c | 7880 encode_code_page_strict(UINT code_page, PyObject **outbytes, in encode_code_page_strict() argument 7937 if (*outbytes == NULL) { in encode_code_page_strict() 7939 *outbytes = PyBytes_FromStringAndSize(NULL, outsize); in encode_code_page_strict() 7940 if (*outbytes == NULL) { in encode_code_page_strict() 7943 out = PyBytes_AS_STRING(*outbytes); in encode_code_page_strict() 7947 const Py_ssize_t n = PyBytes_Size(*outbytes); in encode_code_page_strict() 7952 if (_PyBytes_Resize(outbytes, n + outsize) < 0) { in encode_code_page_strict() 7955 out = PyBytes_AS_STRING(*outbytes) + n; in encode_code_page_strict() 7996 encode_code_page_errors(UINT code_page, PyObject **outbytes, in encode_code_page_errors() argument 8048 if (*outbytes == NULL) { in encode_code_page_errors() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpconnection.c | 660 GBytes ** outbytes) in gst_rtmp_connection_take_input_bytes() argument 664 if (outbytes) { in gst_rtmp_connection_take_input_bytes() 665 *outbytes = g_bytes_new (sc->input_bytes->data, size); in gst_rtmp_connection_take_input_bytes()
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 899 unsigned char *outbytes; in ssl_add_cert_to_wpacket() local 906 if (!WPACKET_sub_allocate_bytes_u24(pkt, len, &outbytes) in ssl_add_cert_to_wpacket() 907 || i2d_X509(x, &outbytes) != len) { in ssl_add_cert_to_wpacket()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25042-libgdbm-clang-dwarf5.so.6.0.0.abi | 111 …<parameter type-id='type-id-7' name='outbytes' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/s…
|