Searched refs:fill_file_fields (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Objects/ |
D | fileobject.c | 146 fill_file_fields(PyFileObject *f, FILE *fp, PyObject *name, char *mode, in fill_file_fields() function 489 if (fill_file_fields(f, fp, o_name, mode, close) == NULL) { in PyFile_FromFile() 2445 if (fill_file_fields(foself, NULL, po, mode, in file_init() 2470 if (fill_file_fields(foself, NULL, o_name, mode, in file_init()
|