Go to the documentation of this file.
27 #define CKVP_DECL_BEGIN__ extern "C" {
28 #define CKVP_DECL_END__ }
30 #define CKVP_DECL_BEGIN__
31 #define CKVP_DECL_END__
36 #define CKVP_OUT_SIZE 511
37 #define CKVP_OUT_SIZE_STR "511"
38 #define CKVP_INIT { CKVP_NONE, 1, 1, 0x0002, 0, "" }
52 unsigned int internal;
64 #define CKVP_OUT_FULL 1
65 #define CKVP_OUT_KEY 2
66 #define CKVP_OUT_VALUE 3
86 extern size_t ckvp_parse(ckvp_t *ckvp, size_t size, const char in[]);