terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Static Package Functions | |
static unsafe int | ParseHostNumber (ReadOnlySpan< char > str, int start, int end) |
static unsafe bool | IsValid (char *name, int start, ref int end, bool allowIPv6, bool notImplicitFile, bool unknownScheme) |
static unsafe bool | IsValidCanonical (char *name, int start, ref int end, bool allowIPv6, bool notImplicitFile) |
static unsafe long | ParseNonCanonical (char *name, int start, ref int end, bool notImplicitFile) |
static unsafe string | ParseCanonicalName (string str, int start, int end, ref bool isLoopback) |
Static Private Member Functions | |
static unsafe bool | ParseCanonical (ReadOnlySpan< char > name, byte *numbers, int start, int end) |
static unsafe bool | Parse (string name, byte *numbers, int start, int end) |
Definition at line 10 of file IPv4AddressHelper.cs.