Libav
Functions
url.c File Reference

URL utility functions. More...

#include "avformat.h"
#include "config.h"
#include "url.h"
#include "libavutil/avstring.h"

Go to the source code of this file.

Functions

int ff_url_join (char *str, int size, const char *proto, const char *authorization, const char *hostname, int port, const char *fmt,...)
 
void ff_make_absolute_url (char *buf, int size, const char *base, const char *rel)
 

Detailed Description

URL utility functions.

Definition in file url.c.

Function Documentation

§ ff_url_join()

int ff_url_join ( char *  str,
int  size,
const char *  proto,
const char *  authorization,
const char *  hostname,
int  port,
const char *  fmt,
  ... 
)

§ ff_make_absolute_url()

void ff_make_absolute_url ( char *  buf,
int  size,
const char *  base,
const char *  rel 
)

Definition at line 80 of file url.c.

Referenced by new_variant(), parse_location(), parse_playlist(), and test().