Searched refs:__attribute__ (Results 1 - 16 of 16) sorted by relevance

/httpd/include/
H A Dap_config.h229 #define AP_FN_ATTR_SENTINEL __attribute__((sentinel))
237 #define AP_FN_ATTR_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
245 #define AP_FN_ATTR_ALLOC_SIZE(x) __attribute__((alloc_size(x)))
246 #define AP_FN_ATTR_ALLOC_SIZE2(x,y) __attribute__((alloc_size(x,y)))
256 #define AP_FN_ATTR_NONNULL_ALL __attribute__((nonnull))
258 #define AP_FN_ATTR_NONNULL(x) __attribute__((nonnull x))
H A Dutil_filter.h336 __attribute__((format(printf,3,4)));
603 __attribute__((format(printf,3,4)));
H A Dhttp_log.h375 __attribute__((format(printf,7,8)));
417 __attribute__((format(printf,7,8)));
459 __attribute__((format(printf,7,8)));
503 __attribute__((format(printf,7,8)));
552 __attribute__((format(printf,8,9)));
H A Dhttpd.h2164 __attribute__((noreturn));
2302 AP_DECLARE(void) ap_abort_on_oom(void) __attribute__((noreturn));
2311 __attribute__((malloc))
2322 __attribute__((malloc))
H A Dhttp_protocol.h443 __attribute__((format(printf,2,3)));
/httpd/modules/filters/
H A Dregexp.h73 __attribute__((format(printf,2,3)));
/httpd/support/
H A Dsuexec.c149 __attribute__((format(printf,1,2)));
151 __attribute__((format(printf,1,2)));
153 __attribute__((format(printf,2,0)));
/httpd/server/mpm/simple/
H A Dsimple_children.c54 static void clean_child_exit(int code) __attribute__ ((noreturn));
/httpd/modules/ssl/
H A Dssl_private.h933 __attribute__((format(printf,8,9)));
938 __attribute__((format(printf,7,8)));
943 __attribute__((format(printf,7,8)));
/httpd/server/
H A Dutil_expr_parse.c261 #ifndef __attribute__
265 # define __attribute__(Spec) /* empty */ macro
/httpd/server/mpm/motorz/
H A Dmotorz.c53 static void clean_child_exit(int code) __attribute__ ((noreturn));
57 static void clean_child_exit(int code) __attribute__ ((noreturn));
/httpd/server/mpm/netware/
H A Dmpm_netware.c177 apr_bucket_alloc_t *bucket_alloc) __attribute__ ((noreturn));
/httpd/server/mpm/prefork/
H A Dprefork.c222 static void clean_child_exit(int code) __attribute__ ((noreturn));
/httpd/server/mpm/worker/
H A Dworker.c437 static void clean_child_exit(int code) __attribute__ ((noreturn));
/httpd/server/mpm/event/
H A Devent.c651 static void clean_child_exit(int code) __attribute__ ((noreturn));
/httpd/modules/mappers/
H A Dmod_rewrite.c440 __attribute__((format(printf,4,5)));

Completed in 77 milliseconds