|
CAEN Utility
2.0.2
Utilities for CAEN projects
|
Utilities to parse a standard URL. More...
Data Structures | |
| struct | c_url_field_t |
Enumerations | |
| enum | c_host_type_t { HOST_DOMAIN, HOST_IPV4, HOST_IPV6 } |
Functions | |
| c_url_field_t * | c_url_parse (const char *str) |
| void | c_url_free (c_url_field_t *url) |
Utilities to parse a standard URL.
| enum c_host_type_t |
| Enumerator | |
|---|---|
| HOST_DOMAIN | |
| HOST_IPV4 | |
| HOST_IPV6 | |
Definition at line 42 of file CAENUrlTypes.h.
| c_url_field_t* c_url_parse | ( | const char * | str | ) |
| void c_url_free | ( | c_url_field_t * | url | ) |