Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dliolib.c316 static int read_chars (lua_State *L, FILE *f, size_t n) { in read_chars() function
349 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
362 read_chars(L, f, ~((size_t)0)); /* read MAX_SIZE_T chars */ in g_read()