Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyString_AS_STRING

394     if (_PyString_Resize(&string, s - PyString_AS_STRING(string)))
644 r = PyString_AS_STRING(w);
825 *s = PyString_AS_STRING(obj);
954 p = PyString_AS_STRING(v);
959 assert(newsize - (p - PyString_AS_STRING(v)) >= 5);
979 assert(newsize - (p - PyString_AS_STRING(v)) >= 1);
982 if (_PyString_Resize(&v, (p - PyString_AS_STRING(v))))
1330 PyString_AS_STRING(self) + start,
1457 const char *s = PyString_AS_STRING(self), *sub;
1467 sub = PyString_AS_STRING(subobj);
1494 sep = PyString_AS_STRING(sep_obj);
1506 PyString_AS_STRING(self), PyString_GET_SIZE(self),
1525 sep = PyString_AS_STRING(sep_obj);
1537 PyString_AS_STRING(self), PyString_GET_SIZE(self),
1556 const char *s = PyString_AS_STRING(self), *sub;
1566 sub = PyString_AS_STRING(subobj);
1589 char *sep = PyString_AS_STRING(self);
1666 p = PyString_AS_STRING(res);
1671 Py_MEMCPY(p, PyString_AS_STRING(item), n);
1719 sub = PyString_AS_STRING(subobj);
1734 PyString_AS_STRING(self), PyString_GET_SIZE(self),
1738 PyString_AS_STRING(self), PyString_GET_SIZE(self),
1824 char *s = PyString_AS_STRING(self);
1826 char *sep = PyString_AS_STRING(sepobj);
1857 char *s = PyString_AS_STRING(self);
1994 s = PyString_AS_STRING(newobj);
1996 Py_MEMCPY(s, PyString_AS_STRING(self), n);
2027 s = PyString_AS_STRING(newobj);
2029 Py_MEMCPY(s, PyString_AS_STRING(self), n);
2049 char *s = PyString_AS_STRING(self), *s_new;
2084 char *s = PyString_AS_STRING(self), *s_new;
2123 const char *str = PyString_AS_STRING(self), *sub;
2131 sub = PyString_AS_STRING(sub_obj);
2163 char *s = PyString_AS_STRING(self), *s_new;
2215 table = PyString_AS_STRING(tableobj);
2246 del_table = PyString_AS_STRING(delobj);
2269 input = PyString_AS_STRING(input_obj);
2330 PyString_AS_STRING(self),
2390 self_s = PyString_AS_STRING(self);
2391 result_s = PyString_AS_STRING(result);
2425 self_s = PyString_AS_STRING(self);
2438 result_s = PyString_AS_STRING(result);
2468 self_s = PyString_AS_STRING(self);
2486 result_s = PyString_AS_STRING(result);
2518 self_s = PyString_AS_STRING(self);
2532 result_s = PyString_AS_STRING(result);
2566 self_s = PyString_AS_STRING(self);
2581 result_s = PyString_AS_STRING(result);
2616 self_s = PyString_AS_STRING(self);
2641 result_s = PyString_AS_STRING(result);
2682 self_s = PyString_AS_STRING(self);
2710 result_s = PyString_AS_STRING(result);
2831 from_s = PyString_AS_STRING(from);
2843 to_s = PyString_AS_STRING(to);
2875 sub = PyString_AS_STRING(substr);
2885 str = PyString_AS_STRING(self);
3094 e = PyString_AS_STRING(self) + PyString_GET_SIZE(self); /* end of input */
3095 for (p = PyString_AS_STRING(self); p < e; p++) {
3126 q = PyString_AS_STRING(u); /* next output char */
3127 qe = PyString_AS_STRING(u) + PyString_GET_SIZE(u); /* end of output */
3129 for (p = PyString_AS_STRING(self); p < e; p++) {
3179 memset(PyString_AS_STRING(u), fill, left);
3180 Py_MEMCPY(PyString_AS_STRING(u) + left,
3181 PyString_AS_STRING(self),
3184 memset(PyString_AS_STRING(u) + left + PyString_GET_SIZE(self),
3290 PyString_AS_STRING(self),
3302 p = PyString_AS_STRING(s);
3322 = (unsigned char *) PyString_AS_STRING(self);
3353 = (unsigned char *) PyString_AS_STRING(self);
3384 = (unsigned char *) PyString_AS_STRING(self);
3415 = (unsigned char *) PyString_AS_STRING(self);
3446 = (unsigned char *) PyString_AS_STRING(self);
3480 = (unsigned char *) PyString_AS_STRING(self);
3516 = (unsigned char *) PyString_AS_STRING(self);
3569 (PyObject*) self, PyString_AS_STRING(self), PyString_GET_SIZE(self),
3622 PyString_AS_STRING(format_spec),
3726 Py_MEMCPY(PyString_AS_STRING(pnew), PyString_AS_STRING(tmp), n+1);
4104 buf = PyString_AS_STRING(result);
4262 fmt = PyString_AS_STRING(format);
4287 res = PyString_AS_STRING(result)
4493 pbuf = PyString_AS_STRING(temp);
4568 pbuf = PyString_AS_STRING(temp);
4623 res = PyString_AS_STRING(result)
4717 rescnt = res - PyString_AS_STRING(result);
4721 (fmt - PyString_AS_STRING(format));