Lines Matching refs:PyByteArray_Check
100 if (!PyByteArray_Check(arg)) { in byte_array_object_converter()
235 else if (PyByteArray_Check(args[0]) && PyByteArray_GET_SIZE(args[0]) == 1) { in char_converter()
248 else if (PyByteArray_Check(args[1]) && PyByteArray_GET_SIZE(args[1]) == 1) { in char_converter()
261 else if (PyByteArray_Check(args[2]) && PyByteArray_GET_SIZE(args[2]) == 1) { in char_converter()
274 else if (PyByteArray_Check(args[3]) && PyByteArray_GET_SIZE(args[3]) == 1) { in char_converter()
287 else if (PyByteArray_Check(args[4]) && PyByteArray_GET_SIZE(args[4]) == 1) { in char_converter()
300 else if (PyByteArray_Check(args[5]) && PyByteArray_GET_SIZE(args[5]) == 1) { in char_converter()
313 else if (PyByteArray_Check(args[6]) && PyByteArray_GET_SIZE(args[6]) == 1) { in char_converter()
326 else if (PyByteArray_Check(args[7]) && PyByteArray_GET_SIZE(args[7]) == 1) { in char_converter()
339 else if (PyByteArray_Check(args[8]) && PyByteArray_GET_SIZE(args[8]) == 1) { in char_converter()
352 else if (PyByteArray_Check(args[9]) && PyByteArray_GET_SIZE(args[9]) == 1) { in char_converter()
365 else if (PyByteArray_Check(args[10]) && PyByteArray_GET_SIZE(args[10]) == 1) { in char_converter()
378 else if (PyByteArray_Check(args[11]) && PyByteArray_GET_SIZE(args[11]) == 1) { in char_converter()
391 else if (PyByteArray_Check(args[12]) && PyByteArray_GET_SIZE(args[12]) == 1) { in char_converter()
404 else if (PyByteArray_Check(args[13]) && PyByteArray_GET_SIZE(args[13]) == 1) { in char_converter()