Home
last modified time | relevance | path

Searched refs:least_version (Results 1 - 8 of 8) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_version.c34 nghttp2_info *nghttp2_version(int least_version) { in nghttp2_version() argument
35 if (least_version > NGHTTP2_VERSION_NUM) in nghttp2_version()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_version.c34 const ngtcp2_info *ngtcp2_version(int least_version) { in ngtcp2_version() argument
35 if (least_version > NGTCP2_VERSION_NUM) { in ngtcp2_version()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_version.c34 nghttp2_info *nghttp2_version(int least_version) { in nghttp2_version() argument
35 if (least_version > NGHTTP2_VERSION_NUM) in nghttp2_version()
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_version.c34 const nghttp3_info *nghttp3_version(int least_version) { in nghttp3_version() argument
35 if (least_version > NGHTTP3_VERSION_NUM) { in nghttp3_version()
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h2593 * The |least_version| argument can be set to a 24 bit numerical value
2598 NGHTTP3_EXTERN const nghttp3_info *nghttp3_version(int least_version);
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5056 * about the run-time library in use. The |least_version| argument
5061 NGHTTP2_EXTERN nghttp2_info *nghttp2_version(int least_version);
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h5040 * about the run-time library in use. The |least_version| argument
5045 NGHTTP2_EXTERN nghttp2_info *nghttp2_version(int least_version);
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H A Dngtcp2.h5595 * |least_version| argument can be set to a 24 bit numerical value for
5600 NGTCP2_EXTERN const ngtcp2_info *ngtcp2_version(int least_version);

Completed in 21 milliseconds