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);
821 *s = PyString_AS_STRING(obj);
949 p = PyString_AS_STRING(v);
954 assert(newsize - (p - PyString_AS_STRING(v)) >= 5);
974 assert(newsize - (p - PyString_AS_STRING(v)) >= 1);
977 if (_PyString_Resize(&v, (p - PyString_AS_STRING(v))))
1313 PyString_AS_STRING(self) + start,
1440 const char *s = PyString_AS_STRING(self), *sub;
1450 sub = PyString_AS_STRING(subobj);
1477 sep = PyString_AS_STRING(sep_obj);
1489 PyString_AS_STRING(self), PyString_GET_SIZE(self),
1508 sep = PyString_AS_STRING(sep_obj);
1520 PyString_AS_STRING(self), PyString_GET_SIZE(self),
1539 const char *s = PyString_AS_STRING(self), *sub;
1549 sub = PyString_AS_STRING(subobj);
1572 char *sep = PyString_AS_STRING(self);
1649 p = PyString_AS_STRING(res);
1654 Py_MEMCPY(p, PyString_AS_STRING(item), n);
1702 sub = PyString_AS_STRING(subobj);
1717 PyString_AS_STRING(self), PyString_GET_SIZE(self),
1721 PyString_AS_STRING(self), PyString_GET_SIZE(self),
1807 char *s = PyString_AS_STRING(self);
1809 char *sep = PyString_AS_STRING(sepobj);
1840 char *s = PyString_AS_STRING(self);
1977 s = PyString_AS_STRING(newobj);
1979 Py_MEMCPY(s, PyString_AS_STRING(self), n);
2010 s = PyString_AS_STRING(newobj);
2012 Py_MEMCPY(s, PyString_AS_STRING(self), n);
2032 char *s = PyString_AS_STRING(self), *s_new;
2067 char *s = PyString_AS_STRING(self), *s_new;
2106 const char *str = PyString_AS_STRING(self), *sub;
2114 sub = PyString_AS_STRING(sub_obj);
2146 char *s = PyString_AS_STRING(self), *s_new;
2196 table = PyString_AS_STRING(tableobj);
2227 del_table = PyString_AS_STRING(delobj);
2250 input = PyString_AS_STRING(input_obj);
2311 PyString_AS_STRING(self),
2371 self_s = PyString_AS_STRING(self);
2372 result_s = PyString_AS_STRING(result);
2406 self_s = PyString_AS_STRING(self);
2419 result_s = PyString_AS_STRING(result);
2449 self_s = PyString_AS_STRING(self);
2467 result_s = PyString_AS_STRING(result);
2499 self_s = PyString_AS_STRING(self);
2513 result_s = PyString_AS_STRING(result);
2547 self_s = PyString_AS_STRING(self);
2562 result_s = PyString_AS_STRING(result);
2597 self_s = PyString_AS_STRING(self);
2622 result_s = PyString_AS_STRING(result);
2663 self_s = PyString_AS_STRING(self);
2691 result_s = PyString_AS_STRING(result);
2812 from_s = PyString_AS_STRING(from);
2824 to_s = PyString_AS_STRING(to);
2856 sub = PyString_AS_STRING(substr);
2866 str = PyString_AS_STRING(self);
3075 e = PyString_AS_STRING(self) + PyString_GET_SIZE(self); /* end of input */
3076 for (p = PyString_AS_STRING(self); p < e; p++)
3106 q = PyString_AS_STRING(u); /* next output char */
3107 qe = PyString_AS_STRING(u) + PyString_GET_SIZE(u); /* end of output */
3109 for (p = PyString_AS_STRING(self); p < e; p++)
3158 memset(PyString_AS_STRING(u), fill, left);
3159 Py_MEMCPY(PyString_AS_STRING(u) + left,
3160 PyString_AS_STRING(self),
3163 memset(PyString_AS_STRING(u) + left + PyString_GET_SIZE(self),
3269 PyString_AS_STRING(self),
3281 p = PyString_AS_STRING(s);
3301 = (unsigned char *) PyString_AS_STRING(self);
3332 = (unsigned char *) PyString_AS_STRING(self);
3363 = (unsigned char *) PyString_AS_STRING(self);
3394 = (unsigned char *) PyString_AS_STRING(self);
3425 = (unsigned char *) PyString_AS_STRING(self);
3459 = (unsigned char *) PyString_AS_STRING(self);
3495 = (unsigned char *) PyString_AS_STRING(self);
3548 (PyObject*) self, PyString_AS_STRING(self), PyString_GET_SIZE(self),
3601 PyString_AS_STRING(format_spec),
3705 Py_MEMCPY(PyString_AS_STRING(pnew), PyString_AS_STRING(tmp), n+1);
4084 b1 = PyString_AS_STRING(r1);
4094 buf = PyString_AS_STRING(result);
4227 fmt = PyString_AS_STRING(format);
4252 res = PyString_AS_STRING(result)
4454 pbuf = PyString_AS_STRING(temp);
4526 pbuf = PyString_AS_STRING(temp);
4581 res = PyString_AS_STRING(result)
4675 rescnt = res - PyString_AS_STRING(result);
4679 (fmt - PyString_AS_STRING(format));