Home
last modified time | relevance | path

Searched refs:borrow_read (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Parser/tokenizer/
Dfile_tokenizer.c392 borrow_read(void *cookie, char *buf, size_t size) in borrow_read() function
401 cookie_io_functions_t io_cb = {borrow_read, NULL, NULL, NULL}; in fdopen_borrow()