Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyString_AS_STRING

1419     p = PyString_AS_STRING(str) + strlen;
1444 assert(p == PyString_AS_STRING(str));
1494 p = PyString_AS_STRING(str) + sz;
1520 assert(p > PyString_AS_STRING(str));
1572 assert(p > PyString_AS_STRING(str));
1610 if (p != PyString_AS_STRING(str)) {
1611 char *q = PyString_AS_STRING(str);
1617 (Py_ssize_t) (q - PyString_AS_STRING(str)));
1991 base, PyString_AS_STRING(strrepr));
4033 char *string = PyString_AS_STRING(x);
4043 base, PyString_AS_STRING(srepr));
4047 return PyLong_FromString(PyString_AS_STRING(x), NULL, base);