Searched defs:AP_DECLARE_NONSTD (Results 1 - 5 of 5) sorted by relevance

/httpd/include/
H A Dap_config.h62 * Core functions with variable arguments must use AP_DECLARE_NONSTD().
71 * AP_DECLARE_NONSTD(), as they must use the C language calling convention.
74 * AP_DECLARE_NONSTD(rettype) ap_func(args [...])
77 #define AP_DECLARE_NONSTD(type) type macro
93 #define AP_DECLARE_NONSTD(type) type macro
97 #define AP_DECLARE_NONSTD(type) __declspec(dllexport) type macro
101 #define AP_DECLARE_NONSTD(type) __declspec(dllimport) type macro
H A Dhttpd.h347 #ifndef AP_DECLARE_NONSTD
349 * Stuff marked #AP_DECLARE_NONSTD is part of the API, and intended for
351 * #AP_DECLARE_NONSTD is that the latter is required for any functions
355 # define AP_DECLARE_NONSTD(type) type macro
385 # define AP_CORE_DECLARE_NONSTD AP_DECLARE_NONSTD
/httpd/docs/log-message-tags/
H A Dmacros.h2 #define AP_DECLARE_NONSTD(x) x macro
/httpd/server/
H A Dutil_filter.c676 AP_DECLARE_NONSTD(apr_status_t) ap_filter_flush(apr_bucket_brigade *bb, function
703 AP_DECLARE_NONSTD(apr_status_t) ap_fputstrs(ap_filter_t *f, function
715 AP_DECLARE_NONSTD(apr_status_t) ap_fprintf(ap_filter_t *f, function
H A Dutil.c2509 AP_DECLARE_NONSTD(apr_status_t) ap_pool_cleanup_set_null(void *data_) function

Completed in 38 milliseconds