Searched refs:APREQ_DECLARE_NONSTD (Results 1 - 2 of 2) sorted by relevance

/httpd/include/
H A Dap_config.h125 #define APREQ_DECLARE_NONSTD(d) APR_DECLARE_NONSTD(d) macro
129 * @see APREQ_DECLARE @see APREQ_DECLARE_NONSTD
139 #define APREQ_DECLARE_NONSTD(type) type macro
143 #define APREQ_DECLARE_NONSTD(type) __declspec(dllexport) type macro
147 #define APREQ_DECLARE_NONSTD(type) __declspec(dllimport) type macro
H A Dapreq_parser.h69 #define APREQ_DECLARE_PARSER(f) APREQ_DECLARE_NONSTD(apr_status_t) \
75 #define APREQ_DECLARE_HOOK(f) APREQ_DECLARE_NONSTD(apr_status_t) \

Completed in 490 milliseconds