|
ELinks 0.19.1
|


Data Structures | |
| struct | dom_string |
Macros | |
| #define | INIT_DOM_STRING(strvalue, strlength) |
| #define | STATIC_DOM_STRING(strvalue) |
| #define | copy_dom_string(string1, string2) |
| #define | init_dom_string(string, str, len) |
| #define | is_dom_string_set(str) |
| #define | done_dom_string(str) |
| #define | isquote(c) |
Functions | |
| static void | set_dom_string (struct dom_string *string, char *value, size_t length) |
| static int | dom_string_casecmp (const struct dom_string *string1, const struct dom_string *string2) |
| static int | dom_string_ncasecmp (struct dom_string *string1, struct dom_string *string2, size_t length) |
| static struct dom_string * | add_to_dom_string (struct dom_string *string, const char *str, size_t len) |
| #define copy_dom_string | ( | string1, | |
| string2 ) |
| #define done_dom_string | ( | str | ) |
| #define INIT_DOM_STRING | ( | strvalue, | |
| strlength ) |
| #define init_dom_string | ( | string, | |
| str, | |||
| len ) |
| #define is_dom_string_set | ( | str | ) |
| #define isquote | ( | c | ) |
| #define STATIC_DOM_STRING | ( | strvalue | ) |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |