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

/forgerock/web-agents-v4/source/
H A Dprocess.c2061 char *repost_uri = NULL, *goto_value = NULL, *goto_encoded = NULL, local
2068 am_asprintf(&repost_uri, "%s%s", r->url.path, r->url.query);
2080 am_add_pdp_cache_entry(r, key, repost_uri, file, r->content_type);
2082 am_add_pdp_cache_entry(r, key, repost_uri, "0", r->content_type);
2138 AM_FREE(goto_value, goto_encoded, file, repost_uri);

Completed in 58 milliseconds