#include <Python.h>
Go to the source code of this file.
Defines | |
| #define | PY_SSIZE_T_CLEAN |
Functions | |
| PyMODINIT_FUNC | initspeedups () |
| static PyObject * | websocket_mask (PyObject *self, PyObject *args) |
Variables | |
| static PyMethodDef | methods [] |
| #define PY_SSIZE_T_CLEAN |
Definition at line 1 of file speedups.c.
| PyMODINIT_FUNC initspeedups | ( | ) |
Definition at line 49 of file speedups.c.
| static PyObject* websocket_mask | ( | PyObject * | self, |
| PyObject * | args | ||
| ) | [static] |
Definition at line 4 of file speedups.c.
PyMethodDef methods[] [static] |
{
{"websocket_mask", websocket_mask, METH_VARARGS, ""},
{NULL, NULL, 0, NULL}
}
Definition at line 29 of file speedups.c.