Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_version.h65 #define APR_PATCH_VERSION 2 macro
89 || ((major) == APR_MAJOR_VERSION && (minor) == APR_MINOR_VERSION && (patch) <= APR_PATCH_VERSION))
112 APR_STRINGIFY(APR_PATCH_VERSION) \
119 ##APR_PATCH_VERSION
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_version.h65 #define APR_PATCH_VERSION 2 macro
89 || ((major) == APR_MAJOR_VERSION && (minor) == APR_MINOR_VERSION && (patch) <= APR_PATCH_VERSION))
112 APR_STRINGIFY(APR_PATCH_VERSION) \
119 ##APR_PATCH_VERSION
/external/cronet/tot/third_party/apache-portable-runtime/src/misc/unix/
Dversion.c24 pvsn->patch = APR_PATCH_VERSION; in apr_version()
/external/cronet/stable/third_party/apache-portable-runtime/src/misc/unix/
Dversion.c24 pvsn->patch = APR_PATCH_VERSION; in apr_version()
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestvsn.c43 ABTS_INT_EQUAL(tc, APR_PATCH_VERSION, vsn.patch); in test_ints()
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestvsn.c43 ABTS_INT_EQUAL(tc, APR_PATCH_VERSION, vsn.patch); in test_ints()