Searched defs:cookie_table (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_exits.c34 struct cookie_table struct
43 struct cookie_table in, out, err_out;
49 static const char * cookie_table_get(struct cookie_table * table, const char * key)
59 static void cookie_table_add(struct cookie_table * table, const char * key, const char * value)
75 static void cookie_table_clear(struct cookie_table * table)
91 static void cookie_table_set(struct cookie_table * table, const char * key, const char * value)
108 static void cookie_table_unset(struct cookie_table * table, const char * key)
122 void cookie_table_dump(char * title, struct cookie_table * table)

Completed in 47 milliseconds