Home
last modified time | relevance | path

Searched refs:bytesep (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dbytearrayobject.c1459 PyObject *bytesep, *result; in bytearray_partition() local
1461 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_partition()
1462 if (! bytesep) in bytearray_partition()
1468 bytesep, in bytearray_partition()
1469 PyByteArray_AS_STRING(bytesep), PyByteArray_GET_SIZE(bytesep) in bytearray_partition()
1472 Py_DECREF(bytesep); in bytearray_partition()
1497 PyObject *bytesep, *result; in bytearray_rpartition() local
1499 bytesep = _PyByteArray_FromBufferObject(sep); in bytearray_rpartition()
1500 if (! bytesep) in bytearray_rpartition()
1506 bytesep, in bytearray_rpartition()
[all …]