#include <libwapcaplet.h>
Public Attributes | |
struct lwc_string_s ** | prevptr |
struct lwc_string_s * | next |
size_t | len |
lwc_hash | hash |
lwc_refcounter | refcnt |
struct lwc_string_s * | insensitive |
An interned string.
NOTE: The contents of this struct are considered PRIVATE and may change in future revisions. Do not rely on them whatsoever. They're only here at all so that the ref, unref and matches etc can use them.
Definition at line 41 of file libwapcaplet.h.
lwc_hash lwc_string_s::hash |
Definition at line 45 of file libwapcaplet.h.
struct lwc_string_s* lwc_string_s::insensitive |
Definition at line 47 of file libwapcaplet.h.
size_t lwc_string_s::len |
Definition at line 44 of file libwapcaplet.h.
struct lwc_string_s* lwc_string_s::next |
Definition at line 43 of file libwapcaplet.h.
struct lwc_string_s** lwc_string_s::prevptr |
Definition at line 42 of file libwapcaplet.h.
lwc_refcounter lwc_string_s::refcnt |
Definition at line 46 of file libwapcaplet.h.