Lines Matching refs:input
12 if (PyByteArray_Check($input)) {
14 $1 = (char*) PyByteArray_AsString($input);
15 $2 = PyByteArray_Size($input);
24 if (PyByteArray_Check($input)) {
26 $1 = (uint8_t*) PyByteArray_AsString($input);
27 $2 = PyByteArray_Size($input);
36 if (PyByteArray_Check($input)) {
38 $1 = (uint8_t*) PyByteArray_AsString($input);
39 $2 = PyByteArray_Size($input);
72 if (!PyInt_Check($input)) {
76 $2 = PyInt_AsLong($input);
99 if (!PyInt_Check($input)) {
103 $2 = PyInt_AsLong($input);
126 if (!PyInt_Check($input)) {
130 $3 = PyInt_AsLong($input);