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

/httpd/include/
H A Dap_config.h257 /* listed arguments, use with double braces: AP_FN_ATTR_NONNULL((1,3,6)) */
258 #define AP_FN_ATTR_NONNULL(x) __attribute__((nonnull x)) macro
261 #define AP_FN_ATTR_NONNULL(x) macro

Completed in 42 milliseconds