Searched refs:APR_STRINGIFY (Results 1 – 15 of 15) sorted by relevance
101 #ifndef APR_STRINGIFY103 #define APR_STRINGIFY(n) APR_STRINGIFY_HELPER(n) macro110 APR_STRINGIFY(APR_MAJOR_VERSION) "." \111 APR_STRINGIFY(APR_MINOR_VERSION) "." \112 APR_STRINGIFY(APR_PATCH_VERSION) \
148 #ifndef APR_STRINGIFY150 #define APR_STRINGIFY(n) APR_STRINGIFY_HELPER(n) macro
143 #define APR_POOL__FILE_LINE__ __FILE__ ":" APR_STRINGIFY(__LINE__)
126 #define SVN_VER_NUM APR_STRINGIFY(SVN_VER_MAJOR) \127 "." APR_STRINGIFY(SVN_VER_MINOR) \128 "." APR_STRINGIFY(SVN_VER_PATCH)
133 static const char lz4_version_str[] = APR_STRINGIFY(LZ4_VERSION_MAJOR) "." \ in svn_lz4__compiled_version()134 APR_STRINGIFY(LZ4_VERSION_MINOR) "." \ in svn_lz4__compiled_version()135 APR_STRINGIFY(LZ4_VERSION_RELEASE); in svn_lz4__compiled_version()
49 APR_STRINGIFY(UTF8PROC_VERSION_MAJOR) "." in svn_utf__utf8proc_compiled_version()50 APR_STRINGIFY(UTF8PROC_VERSION_MINOR) "." in svn_utf__utf8proc_compiled_version()51 APR_STRINGIFY(UTF8PROC_VERSION_PATCH); in svn_utf__utf8proc_compiled_version()
60 static const char xml_version_str[] = APR_STRINGIFY(XML_MAJOR_VERSION) in svn_xml__compiled_version()61 "." APR_STRINGIFY(XML_MINOR_VERSION) in svn_xml__compiled_version()62 "." APR_STRINGIFY(XML_MICRO_VERSION); in svn_xml__compiled_version()
1073 #define SERF_VERSION_STRING APR_STRINGIFY(SERF_MAJOR_VERSION) "." \1074 APR_STRINGIFY(SERF_MINOR_VERSION) "." \1075 APR_STRINGIFY(SERF_PATCH_VERSION)
143 APR_STRINGIFY(SVN_WC__VERSION) \
2409 APR_STRINGIFY(SVN_WC__VERSION) \
17 #define APR_DLL_BASENAME "libapr-" APR_STRINGIFY(APR_MAJOR_VERSION)
363 "Default is " APR_STRINGIFY(THREADPOOL_MAX_SIZE) "."378 APR_STRINGIFY(MAX_REQUEST_SIZE) ".")},
332 APR_STRINGIFY(SVN_INVALID_REVNUM), in translate_if_necessary()
151 APR_STRINGIFY(SVN_INVALID_REVNUM), in send_file_contents()
1420 ABTS_ASSERT(tc, "test_crypto_equals(" APR_STRINGIFY(x) ")" \ in test_crypto_equals()1421 " != " APR_STRINGIFY(r), \ in test_crypto_equals()