Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 51 – 75 of 83) sorted by relevance

1234

/PHP-8.3/ext/ffi/tests/
H A D046.phpt14 $x = FFI::type("enum __attribute__((packed)) {a2, b2}");
/PHP-8.3/ext/mysqli/
H A Dphp_mysqli_structs.h118 # define PHP_MYSQLI_API __attribute__ ((visibility("default")))
/PHP-8.3/ext/sockets/
H A Dphp_sockets.h62 # define PHP_SOCKETS_API __attribute__ ((visibility("default")))
/PHP-8.3/main/
H A DSAPI.h37 # define SAPI_API __attribute__ ((visibility("default")))
H A Dphp.h69 # define PHPAPI __attribute__ ((visibility("default")))
H A Dfastcgi.c473 void __attribute__((weak)) fcgi_log(int type, const char *format, ...) { in fcgi_log()
/PHP-8.3/ext/imap/
H A Dconfig.m436 # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
272 # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.h422 __attribute__((format(printf, 2, 3)))
/PHP-8.3/ext/ffi/
H A Dphp_ffi.h68 # define PHP_FFI_API __attribute__ ((visibility("default")))
H A Dffi.g467 ("__attribute"|"__attribute__")
797 | "__attribute__"
836 | "__attribute__"
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch994 -cdf_malloc(const char *file __attribute__((__unused__)),
995 - size_t line __attribute__((__unused__)), size_t n)
1006 -cdf_realloc(const char *file __attribute__((__unused__)),
1016 -cdf_calloc(const char *file __attribute__((__unused__)),
1483 __attribute__((__format__(__printf__, 2, 0)));
1552 - __attribute__((__format_arg__(2)));
1574 - __attribute__((__format__(__printf__, 1, 2)));
1576 - __attribute__((__format__(__printf__, 1, 2)));
1938 - const char *inname __attribute__ ((__unused__)),
2305 - LPVOID lpvReserved __attribute__((__unused__)))
[all …]
/PHP-8.3/ext/fileinfo/libmagic/
H A Dis_json.c53 #define __file_debugused __attribute__((__unused__))
H A Dcompress.c231 __attribute__((__format__(__printf__, 3, 4)));
387 sread(int fd, void *buf, size_t n, int canbepipe __attribute__((__unused__))) in sread()
H A Dfuncs.c185 __attribute__((__format__(__printf__, 3, 0)))
H A Dapprentice.c1018 size_t nmagic __attribute__((__unused__))) in apprentice_magic_strength()
2381 size_t len __attribute__((__unused__))) in parse_strength()
/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h112 # define XXH_PUBLIC_API static __inline __attribute__((unused))
633 # define XXH_FALLTHROUGH __attribute__ ((fallthrough))
1015 # define XXH_ALIGN(n) __attribute__ ((aligned(n)))
1523 # define XXH_FORCE_INLINE static __attribute__((unused))
1530 # define XXH_FORCE_INLINE static __inline__ __attribute__((always_inline, unused))
1531 # define XXH_NO_INLINE static __attribute__((noinline))
1704 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign;
1708 typedef union { xxh_u32 u32; } __attribute__((packed)) xxh_unalign; in XXH_read32()
2347 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) unalign64;
2351 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) xxh_unalign64; in XXH_read64()
/PHP-8.3/Zend/
H A Dzend_virtual_cwd.h136 # define CWD_API __attribute__ ((visibility("default")))
H A Dzend_string.c386 # define NOIPA __attribute__((noipa))
/PHP-8.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-opt64.c22 # define ALLOW_MISALIGNED_ACCESS __attribute__((no_sanitize("alignment")))
/PHP-8.3/ext/standard/
H A Dcrc32_x86.c320 …86_CRC32_TYPE type, uint32_t *crc, const unsigned char *p, size_t nr) __attribute__((ifunc("resolv…
H A Dmath.c1309 __attribute__((no_sanitize("float-divide-by-zero")))
/PHP-8.3/ext/hash/murmur/
H A DPMurHash128.c70 #define FORCE_INLINE static inline __attribute__((always_inline))
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_internal.h85 #define PCRE2_KEEP_UNINITIALIZED __attribute__((uninitialized))
/PHP-8.3/
H A Dconfigure.ac36 # define ZEND_API __attribute__ ((visibility("default")))
37 # define ZEND_DLEXPORT __attribute__ ((visibility("default")))
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c310 __attribute__((no_sanitize_address))

Completed in 151 milliseconds

1234