ELinks 0.16.1.1
domain.c File Reference
#include <string.h>
#include "elinks.h"
#include "config/domain.h"
#include "config/options.h"
#include "protocol/uri.h"
#include "session/location.h"
#include "session/session.h"
#include "util/lists.h"
#include "viewer/text/vs.h"
Include dependency graph for domain.c:

Functions

static struct optionget_domain_option (char *domain_name, int domain_len, const char *name)
struct optionget_domain_option_from_session (const char *name, struct session *ses)
struct optionget_domain_tree (char *domain_name)
void done_domain_trees (void)

Variables

struct domain_tree list domain_trees = { D_LIST_HEAD(domain_trees) }

Function Documentation

◆ done_domain_trees()

void done_domain_trees ( void )

◆ get_domain_option()

struct option * get_domain_option ( char * domain_name,
int domain_len,
const char * name )
static

◆ get_domain_option_from_session()

struct option * get_domain_option_from_session ( const char * name,
struct session * ses )

◆ get_domain_tree()

struct option * get_domain_tree ( char * domain_name)

Variable Documentation

◆ domain_trees

struct domain_tree list domain_trees = { D_LIST_HEAD(domain_trees) }