Lines Matching refs:PyBytes_Check
217 if (!PyBytes_Check(args[7])) {
271 if (!PyBytes_Check(arg)) {
503 if (PyBytes_Check(args[0]) && PyBytes_GET_SIZE(args[0]) == 1) {
516 if (PyBytes_Check(args[1]) && PyBytes_GET_SIZE(args[1]) == 1) {
529 if (PyBytes_Check(args[2]) && PyBytes_GET_SIZE(args[2]) == 1) {
542 if (PyBytes_Check(args[3]) && PyBytes_GET_SIZE(args[3]) == 1) {
555 if (PyBytes_Check(args[4]) && PyBytes_GET_SIZE(args[4]) == 1) {
568 if (PyBytes_Check(args[5]) && PyBytes_GET_SIZE(args[5]) == 1) {
581 if (PyBytes_Check(args[6]) && PyBytes_GET_SIZE(args[6]) == 1) {
594 if (PyBytes_Check(args[7]) && PyBytes_GET_SIZE(args[7]) == 1) {
607 if (PyBytes_Check(args[8]) && PyBytes_GET_SIZE(args[8]) == 1) {
620 if (PyBytes_Check(args[9]) && PyBytes_GET_SIZE(args[9]) == 1) {
633 if (PyBytes_Check(args[10]) && PyBytes_GET_SIZE(args[10]) == 1) {
646 if (PyBytes_Check(args[11]) && PyBytes_GET_SIZE(args[11]) == 1) {
659 if (PyBytes_Check(args[12]) && PyBytes_GET_SIZE(args[12]) == 1) {
672 if (PyBytes_Check(args[13]) && PyBytes_GET_SIZE(args[13]) == 1) {
3248 if (!PyBytes_Check(args[0])) {