Lines Matching refs:PyBytes_AS_STRING
492 *p = PyBytes_AS_STRING(arg)[0];
531 *pbuf = PyBytes_AS_STRING(v);
556 *pbuf = PyBytes_AS_STRING(result);
566 *pbuf = PyBytes_AS_STRING(result);
911 pbuf = PyBytes_AS_STRING(temp);
1250 *s = PyBytes_AS_STRING(obj);
1433 memcpy(PyBytes_AS_STRING(result), va.buf, va.len);
1434 memcpy(PyBytes_AS_STRING(result) + va.len, vb.buf, vb.len);
1491 return _Py_bytes_contains(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), arg);
1635 PyBytes_AS_STRING(self) + start,
1639 source_buf = PyBytes_AS_STRING(self);
1644 result_buf = PyBytes_AS_STRING(result);
1733 const char *s = PyBytes_AS_STRING(self), *sub;
1773 PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self),
1800 PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self),
1818 const char *s = PyBytes_AS_STRING(self), *sub;
1870 return _Py_bytes_find(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args);
1876 return _Py_bytes_index(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args);
1883 return _Py_bytes_rfind(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args);
1890 return _Py_bytes_rindex(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args);
1898 const char *s = PyBytes_AS_STRING(self);
1938 const char *s = PyBytes_AS_STRING(self);
2032 return _Py_bytes_count(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args);
2068 table_chars = PyBytes_AS_STRING(table);
2091 del_table_chars = PyBytes_AS_STRING(deletechars);
2115 output_start = output = PyBytes_AS_STRING(result);
2116 input = PyBytes_AS_STRING(input_obj);
2236 const char *self_start = PyBytes_AS_STRING(self);
2274 const char *self_start = PyBytes_AS_STRING(self);
2299 return _Py_bytes_startswith(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args);
2305 return _Py_bytes_endswith(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self), args);
2349 (PyObject*) self, PyBytes_AS_STRING(self),
2482 const char *argbuf = PyBytes_AS_STRING(self);
2563 return _PyBytes_FormatEx(PyBytes_AS_STRING(self), PyBytes_GET_SIZE(self),
2911 memcpy(PyBytes_AS_STRING(pnew),
2912 PyBytes_AS_STRING(tmp), n+1);
3012 memcpy(PyBytes_AS_STRING(*pv) + oldsize, wb.buf, wb.len);
3326 return PyBytes_AS_STRING(writer->buffer);
3424 dest = PyBytes_AS_STRING(writer->buffer);