Home
last modified time | relevance | path

Searched refs:last_valid (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/src/
H A DHttpServer.h96 const std::chrono::steady_clock::time_point &last_valid, in FileEntry()
101 last_valid(last_valid), in FileEntry()
112 std::chrono::steady_clock::time_point last_valid; member
H A DHttpServer.cc209 return ent->last_valid + FILE_ENTRY_MAX_AGE < now; in need_validation_file_entry()
231 ent->last_valid = now; in validate_file_entry()
/third_party/toybox/toys/pending/
H A Dbc.c2508 char last_valid, c; in bc_lex_number() local
2512 last_valid = 'Z'; in bc_lex_number()
2517 for (i = 0; (c = buf[i]) && (BC_LEX_NUM_CHAR(c, last_valid, pt) || in bc_lex_number()
2531 if (!BC_LEX_NUM_CHAR(c, last_valid, pt)) break; in bc_lex_number()

Completed in 13 milliseconds