ELinks 0.18.0
|
Useful interned string tables implementation. More...
#include "elinks.h"
#include <libcss/libcss.h>
#include <dom/dom.h>
#include "document/libdom/corestrings.h"
#include "document/libdom/corestringlist.h"
Macros | |
#define | CORESTRING_LWC_VALUE(NAME, VALUE) lwc_string *corestring_lwc_##NAME |
#define | CORESTRING_DOM_VALUE(NAME, VALUE) dom_string *corestring_dom_##NAME |
#define | CORESTRING_LWC_VALUE(NAME, VALUE) |
#define | CORESTRING_DOM_VALUE(NAME, VALUE) |
#define | CORESTRING_LWC_VALUE(NAME, VALUE) |
#define | CORESTRING_DOM_VALUE(NAME, VALUE) |
Functions | |
int | corestrings_fini (void) |
int | corestrings_init (void) |
Useful interned string tables implementation.
#define CORESTRING_DOM_VALUE | ( | NAME, | |
VALUE ) dom_string *corestring_dom_##NAME |
#define CORESTRING_DOM_VALUE | ( | NAME, | |
VALUE ) |
#define CORESTRING_DOM_VALUE | ( | NAME, | |
VALUE ) |
#define CORESTRING_LWC_VALUE | ( | NAME, | |
VALUE ) lwc_string *corestring_lwc_##NAME |
#define CORESTRING_LWC_VALUE | ( | NAME, | |
VALUE ) |
#define CORESTRING_LWC_VALUE | ( | NAME, | |
VALUE ) |
int corestrings_fini | ( | void | ) |
int corestrings_init | ( | void | ) |