Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_posixsubprocess.c220 long end_fd = safe_get_max_fd(); in _close_fds_by_brute_force() local
233 if (start_fd <= end_fd) { in _close_fds_by_brute_force()
234 _Py_closerange(start_fd, end_fd); in _close_fds_by_brute_force()
/third_party/nghttp2/src/
Dshrpx.cc1242 auto end_fd = std::find(env, envend, ','); in get_inherited_quic_lingering_worker_process_from_env() local
1243 if (end_fd == envend) { in get_inherited_quic_lingering_worker_process_from_env()
1248 util::parse_uint(reinterpret_cast<const uint8_t *>(env), end_fd - env); in get_inherited_quic_lingering_worker_process_from_env()
1251 << StringRef{env, static_cast<size_t>(end_fd - env)}; in get_inherited_quic_lingering_worker_process_from_env()
1263 auto p = end_fd + 1; in get_inherited_quic_lingering_worker_process_from_env()