Home
last modified time | relevance | path

Searched defs:AP_DECLARE (Results 1 – 5 of 5) sorted by relevance

/dports/www/htdigest/httpd-2.4.6/include/
H A Dap_config.h67 #define AP_DECLARE(type) type macro
92 #define AP_DECLARE(type) type __stdcall macro
96 #define AP_DECLARE(type) __declspec(dllexport) type __stdcall macro
100 #define AP_DECLARE(type) __declspec(dllimport) type __stdcall macro
H A Dhttpd.h344 # define AP_DECLARE(type) type macro
/dports/www/apache24/httpd-2.4.53/include/
H A Dap_config.h67 #define AP_DECLARE(type) type macro
92 #define AP_DECLARE(type) type __stdcall macro
96 #define AP_DECLARE(type) __declspec(dllexport) type __stdcall macro
100 #define AP_DECLARE(type) __declspec(dllimport) type __stdcall macro
H A Dhttpd.h349 # define AP_DECLARE(type) type macro
/dports/www/mod_auth_cas/mod_auth_cas-1.2/tests/
H A Dap_stubs.c100 AP_DECLARE(ap_filter_rec_t *) ap_register_input_filter(const char *name, in AP_DECLARE() function