Home
last modified time | relevance | path

Searched refs:zxid_cache_epr (Results 1 – 7 of 7) sorted by relevance

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidepr.c169 int zxid_cache_epr(zxid_conf* cf, zxid_ses* ses, zxid_epr* epr, int rank) in zxid_cache_epr() function
229 if (zxid_cache_epr(cf, ses, epr, wsf20)) { in zxid_snarf_eprs()
520 if (zxid_cache_epr(cf, ses, epr, wsf20)) { in zxid_discover_epr()
H A Dzxidwsctool.c118 zxid_cache_epr(cf, ses, epr, 1); in main()
H A Dzxidpriv.h313 ZXID_DECL int zxid_cache_epr(zxid_conf* cf, zxid_ses* ses, zxid_epr* epr, int rank);
H A Dzxid-wsf.pd72 EPR cache (internally zxid_cache_epr() is called).
H A DChanges501 - Fixed ses check in case of no ses in zxid_cache_epr()
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A Dzxid.cs4394 …public static int zxid_cache_epr(SWIGTYPE_p_zxid_conf cf, SWIGTYPE_p_zxid_ses ses, SWIGTYPE_p_zx_a… in zxid_cache_epr() method in zxid
4395 …int ret = zxidPINVOKE.zxid_cache_epr(SWIGTYPE_p_zxid_conf.getCPtr(cf), SWIGTYPE_p_zxid_ses.getCPtr… in zxid_cache_epr()
H A DzxidPINVOKE.cs3140 public static extern int zxid_cache_epr(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3); in zxid_cache_epr() method in zxidPINVOKE