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

/forgerock/web-agents-v4/source/
H A Dprocess.c1869 am_status_t pdp_status = AM_ERROR; local
1875 pdp_status = am_get_pdp_cache_entry(r, key, &data, &url_sz, &content_type);
1876 if (pdp_status == AM_SUCCESS) {
1958 pdp_status = AM_EINVAL;
1973 thisfunc, key, am_strerror(pdp_status));
1982 if (pdp_status != AM_SUCCESS) {
2035 am_status_t pdp_status = AM_SUCCESS; local
2047 pdp_status = AM_ERROR;
2056 pdp_status = AM_ERROR;
2060 if (pdp_status
[all...]

Completed in 26 milliseconds