uriparser 0.9.8
|
Functions | |
URI_PUBLIC int | uriParseIpFourAddressA (unsigned char *octetOutput, const char *first, const char *afterLast) |
Holds the IPv4 parser interface. NOTE: This header includes itself twice.
URI_PUBLIC int uriParseIpFourAddressA | ( | unsigned char * | octetOutput, |
const char * | first, | ||
const char * | afterLast ) |
Converts a IPv4 text representation into four bytes.
octetOutput | Output destination |
first | First character of IPv4 text to parse |
afterLast | Position to stop parsing at |