Home
last modified time | relevance | path

Searched refs:bytes_buf (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dbands.c1589 unsigned char *bytes_buf; in quant_all_bands() local
1616 bytes_buf = ec_save.buf+nstart_bytes; in quant_all_bands()
1618 OPUS_COPY(bytes_save, bytes_buf, save_bytes); in quant_all_bands()
1643 OPUS_COPY(bytes_buf, bytes_save, save_bytes); in quant_all_bands()
/external/python/cpython2/Modules/
D_ssl.c1429 unsigned char *bytes_buf = NULL; in _certificate_to_der() local
1433 bytes_buf = NULL; in _certificate_to_der()
1434 len = i2d_X509(certificate, &bytes_buf); in _certificate_to_der()
1440 retval = PyBytes_FromStringAndSize((const char *) bytes_buf, len); in _certificate_to_der()
1441 OPENSSL_free(bytes_buf); in _certificate_to_der()
/external/python/cpython3/Modules/
D_ssl.c1844 unsigned char *bytes_buf = NULL; in _certificate_to_der() local
1848 bytes_buf = NULL; in _certificate_to_der()
1849 len = i2d_X509(certificate, &bytes_buf); in _certificate_to_der()
1855 retval = PyBytes_FromStringAndSize((const char *) bytes_buf, len); in _certificate_to_der()
1856 OPENSSL_free(bytes_buf); in _certificate_to_der()