Home | History | Annotate | Download | only in clinic

Lines Matching refs:Py_buffer

15 binascii_a2b_uu_impl(PyObject *module, Py_buffer *data);
21 Py_buffer data = {NULL, NULL};
46 binascii_b2a_uu_impl(PyObject *module, Py_buffer *data);
52 Py_buffer data = {NULL, NULL};
78 binascii_a2b_base64_impl(PyObject *module, Py_buffer *data);
84 Py_buffer data = {NULL, NULL};
109 binascii_b2a_base64_impl(PyObject *module, Py_buffer *data, int newline);
117 Py_buffer data = {NULL, NULL};
145 binascii_a2b_hqx_impl(PyObject *module, Py_buffer *data);
151 Py_buffer data = {NULL, NULL};
176 binascii_rlecode_hqx_impl(PyObject *module, Py_buffer *data);
182 Py_buffer data = {NULL, NULL};
208 binascii_b2a_hqx_impl(PyObject *module, Py_buffer *data);
214 Py_buffer data = {NULL, NULL};
240 binascii_rledecode_hqx_impl(PyObject *module, Py_buffer *data);
246 Py_buffer data = {NULL, NULL};
272 binascii_crc_hqx_impl(PyObject *module, Py_buffer *data, unsigned int crc);
278 Py_buffer data = {NULL, NULL};
311 binascii_crc32_impl(PyObject *module, Py_buffer *data, unsigned int crc);
317 Py_buffer data = {NULL, NULL};
353 binascii_b2a_hex_impl(PyObject *module, Py_buffer *data);
359 Py_buffer data = {NULL, NULL};
387 binascii_hexlify_impl(PyObject *module, Py_buffer *data);
393 Py_buffer data = {NULL, NULL};
422 binascii_a2b_hex_impl(PyObject *module, Py_buffer *hexstr);
428 Py_buffer hexstr = {NULL, NULL};
455 binascii_unhexlify_impl(PyObject *module, Py_buffer *hexstr);
461 Py_buffer hexstr = {NULL, NULL};
486 binascii_a2b_qp_impl(PyObject *module, Py_buffer *data, int header);
494 Py_buffer data = {NULL, NULL};
525 binascii_b2a_qp_impl(PyObject *module, Py_buffer *data, int quotetabs,
534 Py_buffer data = {NULL, NULL};