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

/forgerock/web-agents-v4/source/
H A Dprocess.c480 char *pdp_path = NULL; local
487 am_asprintf(&pdp_path, "%s%s%s",
490 if (ISVALID(pdp_path) && ISVALID(r->url.query) && strcmp(r->url.path, pdp_path) == 0) {
513 free(pdp_path);
516 am_free(pdp_path);

Completed in 27 milliseconds