Searched refs:cookie_table_add (Results 1 - 1 of 1) sorted by relevance
/forgerock/web-agents-v4/tests/ |
H A D | test_exits.c | 59 static void cookie_table_add(struct cookie_table * table, const char * key, const char * value) function 105 cookie_table_add(table, key, value); 164 cookie_table_add(&ctx->err_out, "Set-Cookie", header); 168 cookie_table_add(&ctx->in, "Cookie", header); 193 cookie_table_add(&ctx->err_out, key, value); 238 cookie_table_add(&ctx->out, "Location", text);
|
Completed in 52 milliseconds