ELinks 0.18.0
parser.c File Reference
#include <stdlib.h>
#include "elinks.h"
#include "cookies/parser.h"
#include "util/string.h"
Include dependency graph for parser.c:

Macros

#define debug_cookie_parser(cstr, pos, ws, eq)
 

Functions

struct cookie_strparse_cookie_str (struct cookie_str *cstr, char *str)
 

Macro Definition Documentation

◆ debug_cookie_parser

#define debug_cookie_parser ( cstr,
pos,
ws,
eq )

Function Documentation

◆ parse_cookie_str()

struct cookie_str * parse_cookie_str ( struct cookie_str * cstr,
char * str )