Lines Matching refs:PyString_AS_STRING
23 #define BUF(v) PyString_AS_STRING((PyStringObject *)v)
1588 char *s = PyString_AS_STRING(result); in PyFile_GetLine()
1733 buffer = PyString_AS_STRING(big_buffer); in file_readlines()
1740 buffer = PyString_AS_STRING(big_buffer); in file_readlines()
1823 s = PyString_AS_STRING(text); in file_write()
1829 encoding = PyString_AS_STRING(f->f_encoding); in file_write()
1833 errors = PyString_AS_STRING(f->f_errors); in file_write()
1839 s = PyString_AS_STRING(encoded); in file_write()
1970 nwritten = fwrite(PyString_AS_STRING(line), in file_writelines()
2298 memcpy(PyString_AS_STRING(s) + skip, f->f_bufptr, len); in readahead_get_line_skip()
2312 memcpy(PyString_AS_STRING(s) + skip, bufptr, len); in readahead_get_line_skip()
2568 char *cenc = PyString_AS_STRING(enc); in PyFile_WriteObject()
2570 "strict" : PyString_AS_STRING(fobj->f_errors); in PyFile_WriteObject()