Searched refs:__attribute__ (Results 1 - 16 of 16) sorted by relevance
| /httpd/include/ |
| H A D | ap_config.h | 229 #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 D | util_filter.h | 336 __attribute__((format(printf,3,4))); 603 __attribute__((format(printf,3,4)));
|
| H A D | http_log.h | 375 __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 D | httpd.h | 2164 __attribute__((noreturn)); 2302 AP_DECLARE(void) ap_abort_on_oom(void) __attribute__((noreturn)); 2311 __attribute__((malloc)) 2322 __attribute__((malloc))
|
| H A D | http_protocol.h | 443 __attribute__((format(printf,2,3)));
|
| /httpd/modules/filters/ |
| H A D | regexp.h | 73 __attribute__((format(printf,2,3)));
|
| /httpd/support/ |
| H A D | suexec.c | 149 __attribute__((format(printf,1,2))); 151 __attribute__((format(printf,1,2))); 153 __attribute__((format(printf,2,0)));
|
| /httpd/server/mpm/simple/ |
| H A D | simple_children.c | 54 static void clean_child_exit(int code) __attribute__ ((noreturn));
|
| /httpd/modules/ssl/ |
| H A D | ssl_private.h | 933 __attribute__((format(printf,8,9))); 938 __attribute__((format(printf,7,8))); 943 __attribute__((format(printf,7,8)));
|
| /httpd/server/ |
| H A D | util_expr_parse.c | 261 #ifndef __attribute__ 265 # define __attribute__(Spec) /* empty */ macro
|
| /httpd/server/mpm/motorz/ |
| H A D | motorz.c | 53 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 D | mpm_netware.c | 177 apr_bucket_alloc_t *bucket_alloc) __attribute__ ((noreturn));
|
| /httpd/server/mpm/prefork/ |
| H A D | prefork.c | 222 static void clean_child_exit(int code) __attribute__ ((noreturn));
|
| /httpd/server/mpm/worker/ |
| H A D | worker.c | 437 static void clean_child_exit(int code) __attribute__ ((noreturn));
|
| /httpd/server/mpm/event/ |
| H A D | event.c | 651 static void clean_child_exit(int code) __attribute__ ((noreturn));
|
| /httpd/modules/mappers/ |
| H A D | mod_rewrite.c | 440 __attribute__((format(printf,4,5)));
|
Completed in 79 milliseconds