Home
last modified time | relevance | path

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

/external/libopus/celt/
Dbands.c1590 unsigned char *bytes_buf; in quant_all_bands() local
1617 bytes_buf = ec_save.buf+nstart_bytes; in quant_all_bands()
1619 OPUS_COPY(bytes_save, bytes_buf, save_bytes); in quant_all_bands()
1644 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.c1733 unsigned char *bytes_buf = NULL; in _certificate_to_der() local
1737 bytes_buf = NULL; in _certificate_to_der()
1738 len = i2d_X509(certificate, &bytes_buf); in _certificate_to_der()
1744 retval = PyBytes_FromStringAndSize((const char *) bytes_buf, len); in _certificate_to_der()
1745 OPENSSL_free(bytes_buf); in _certificate_to_der()