Lines Matching refs:byte
401 for use in the bytes or bytearray translate method where each byte\n\
402 in frm is mapped to the byte at the same position in to.\n\
444 and doesn't touch the byte parameter.
446 to byte, and sets subobj to NULL.
454 PyObject **subobj, char *byte,
482 PyErr_SetString(PyExc_ValueError, "byte must be in range(0, 256)");
487 *byte = (char)ival;
511 char byte;
519 &subobj, &byte, &start, &end))
530 sub = &byte;
661 char byte;
668 &sub_obj, &byte, &start, &end))
679 sub = &byte;
711 PyErr_SetString(PyExc_ValueError, "byte must be in range(0, 256)");