Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyString_AS_STRING

963         p = PyString_AS_STRING(v);
971 assert(newsize - (p - PyString_AS_STRING(v)) >= 5);
992 assert(newsize - (p - PyString_AS_STRING(v)) >= 1);
999 (void)_PyString_Resize(&v, (p - PyString_AS_STRING(v)));