Searched refs:fp_setreadl (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Parser/ |
D | tokenizer.c | 468 fp_setreadl(struct tok_state *tok, const char* enc) in fp_setreadl() function 526 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets() 532 if (!check_coding_spec(line, strlen(line), tok, fp_setreadl)) { in decoding_fgets()
|
/external/python/cpython3/Parser/ |
D | tokenizer.c | 495 fp_setreadl(struct tok_state *tok, const char* enc) in fp_setreadl() function 605 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets() 611 if (!check_coding_spec(line, strlen(line), tok, fp_setreadl)) { in decoding_fgets()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 11539 - Issue #10095: fp_setreadl() doesn't reopen the file, instead reuse the file 16278 - Issue #3594: Fix Parser/tokenizer.c:fp_setreadl() to open the file being
|