Lines Matching refs:PyString_AS_STRING
845 *p = PyString_AS_STRING(arg)[0]; in convertsimple()
857 PyString_AS_STRING(arg), PyString_GET_SIZE(arg), in convertsimple()
867 PyString_AS_STRING(uarg), PyString_GET_SIZE(uarg), in convertsimple()
887 *p = PyString_AS_STRING(arg); in convertsimple()
896 *p = PyString_AS_STRING(uarg); in convertsimple()
912 *p = PyString_AS_STRING(arg); in convertsimple()
919 *p = PyString_AS_STRING(uarg); in convertsimple()
939 PyString_AS_STRING(arg), PyString_GET_SIZE(arg), in convertsimple()
949 PyString_AS_STRING(uarg), PyString_GET_SIZE(uarg), in convertsimple()
973 *p = PyString_AS_STRING(arg); in convertsimple()
982 *p = PyString_AS_STRING(uarg); in convertsimple()
1000 *p = PyString_AS_STRING(arg); in convertsimple()
1007 *p = PyString_AS_STRING(uarg); in convertsimple()
1157 PyString_AS_STRING(s), in convertsimple()
1174 if ((Py_ssize_t)strlen(PyString_AS_STRING(s)) in convertsimple()
1193 PyString_AS_STRING(s), in convertsimple()