CAEN Utility  2.0.2
Utilities for CAEN projects
Parse URL

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_tc_url_parse (const char *str)
 
void c_url_free (c_url_field_t *url)
 

Detailed Description

Utilities to parse a standard URL.

Author
Xsoda
Date
2014

Enumeration Type Documentation

◆ c_host_type_t

Enumerator
HOST_DOMAIN 
HOST_IPV4 
HOST_IPV6 

Definition at line 42 of file CAENUrlTypes.h.

Function Documentation

◆ c_url_parse()

c_url_field_t* c_url_parse ( const char *  str)

Definition at line 69 of file CAENUrl.c.

Here is the call graph for this function:

◆ c_url_free()

void c_url_free ( c_url_field_t url)

Definition at line 198 of file CAENUrl.c.

Here is the call graph for this function:
Here is the caller graph for this function: