Go to the documentation of this file.
77 int smf_dict_set(
SMFDict_T *dict,
const char * key,
const char * val);
86 char *smf_dict_get(
SMFDict_T *dict,
const char * key);
102 unsigned long smf_dict_get_ulong(
SMFDict_T *dict,
const char * key,
int *success);
110 void smf_dict_remove(
SMFDict_T *dict,
const char * key);
129 void smf_dict_map(
SMFDict_T *dict,
void(*func)(
char *key,
char *value,
void *args),
void *args);
136 #define smf_dict_count(dict) ((dict)->n)