Constant Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 AF_INET, (mosh socket)
 AF_INET6, (mosh socket)
 AF_UNSPEC, (mosh socket)
 AI_ADDRCONFIG, (mosh socket)
 AI_ALL, (mosh socket)
 AI_CANONNAME, (mosh socket)
 AI_NUMERICHOST, (mosh socket)
 AI_NUMERICSERV, (mosh socket)
 AI_PASSIVE, (mosh socket)
 AI_V4MAPPED, (mosh socket)
 align-of-bool, (mosh ffi)
 align-of-double, (mosh ffi)
 align-of-float, (mosh ffi)
 align-of-int, (mosh ffi)
 align-of-int16_t, (mosh ffi)
 align-of-int32_t, (mosh ffi)
 align-of-int64_t, (mosh ffi)
 align-of-int8_t, (mosh ffi)
 align-of-long, (mosh ffi)
 align-of-long-long, (mosh ffi)
 align-of-short, (mosh ffi)
 align-of-size_t, (mosh ffi)
 align-of-unsigned-long, (mosh ffi)
 align-of-unsigned-long-long, (mosh ffi)
 align-of-void*, (mosh ffi)
I
 IPPROTO_RAW, (mosh socket)
 IPPROTO_TCP, (mosh socket)
 IPPROTO_UDP, (mosh socket)
O
 on-darwin, (mosh ffi)
 on-freebsd, (mosh ffi)
 on-linux, (mosh ffi)
 on-openbsd, (mosh ffi)
 on-windows, (mosh ffi)
S
 SHUT_RD, (mosh socket)
 SHUT_RDWR, (mosh socket)
 SHUT_WR, (mosh socket)
 size-of-bool, (mosh ffi)
 size-of-double, (mosh ffi)
 size-of-float, (mosh ffi)
 size-of-int, (mosh ffi)
 size-of-long, (mosh ffi)
 size-of-long-long, (mosh ffi)
 size-of-pointer, (mosh ffi)
 size-of-short, (mosh ffi)
 size-of-size_t, (mosh ffi)
 size-of-unsigned-int, (mosh ffi)
 size-of-unsigned-long, (mosh ffi)
 size-of-unsigned-long-long, (mosh ffi)
 size-of-unsigned-short, (mosh ffi)
 size-of-void*, (mosh ffi)
 SOCK_DGRAM, (mosh socket)
 SOCK_STREAM, (mosh socket)
struct x { char y; bool z; };
struct x { char y; double z; };
struct x { char y; float z; };
struct x { char y; int z; };
struct x { char y; int16_t z; };
struct x { char y; int32_t z; };
struct x { char y; int64_t z; };
struct x { char y; int8_t z; };
struct x { char y; long z; };
struct x { char y; long long z; };
struct x { char y; short z; };
struct x { char y; size_t z; };
struct x { char y; unsigned long z; };
struct x { char y; unsigned-long long z; };
struct x { char y; void* z; };
sizeof(bool)
sizeof(double)
sizeof(float)
sizeof(int)
sizeof(long)
sizeof(long long)
alias for sizeof(void*)
sizeof(short)
sizeof(size_t)
sizeof(unsigned int)
sizeof(unsigned long)
sizeof(unsigned long long)
sizeof(unsigned short)
sizeof(void*)
Close