Home
last modified time | relevance | path

Searched refs:zxid_parse_conf_raw (Results 1 – 11 of 11) sorted by relevance

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidsimp.c111 zxid_parse_conf_raw(cf, len, buf); in zxid_conf_to_cf_len()
123 zxid_parse_conf_raw(cf, len, cc); in zxid_conf_to_cf_len()
131 zxid_parse_conf_raw(cf, conf_len, cc); in zxid_conf_to_cf_len()
142 zxid_parse_conf_raw(cf, len, cc); in zxid_conf_to_cf_len()
H A Dzxidconf.c1505 zxid_parse_conf_raw(cf, len, buf); /* Recurse */ in zxid_parse_conf_path_raw()
1528 zxid_parse_conf_raw(cf, len, buf); /* Recurse */ in zxid_parse_inc()
1730 int zxid_parse_conf_raw(zxid_conf* cf, int qs_len, char* qs) in zxid_parse_conf_raw() function
2038 return zxid_parse_conf_raw(cf, strlen(qs), qs); in zxid_parse_conf()
H A Dzxid.h898 ZXID_DECL int zxid_parse_conf_raw(zxid_conf* cf, int qs_len, char* qs);
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A DzxidjniJNI.java1254 public final static native int zxid_parse_conf_raw(long jarg1, int jarg2, String jarg3);
H A Dzxidjni.java4464 return zxidjniJNI.zxid_parse_conf_raw(zxid_conf.getCPtr(cf), qs_len, qs);
H A Dzxid_wrap.c20891 result = (int)zxid_parse_conf_raw(arg1,arg2,arg3);
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML.pm203 *parse_conf_raw = *Net::SAMLc::zxid_parse_conf_raw;
H A DSAML_wrap.c41688 result = (int)zxid_parse_conf_raw(arg1,arg2,arg3); in XS()
/dports/security/p5-Net-SAML/zxid-1.42/csharp/
H A Dzxid.cs3504 public static int zxid_parse_conf_raw(SWIGTYPE_p_zxid_conf cf, int qs_len, string qs) { in zxid_parse_conf_raw() method in zxid
3505 int ret = zxidPINVOKE.zxid_parse_conf_raw(SWIGTYPE_p_zxid_conf.getCPtr(cf), qs_len, qs); in zxid_parse_conf_raw()
H A DzxidPINVOKE.cs2660 public static extern int zxid_parse_conf_raw(HandleRef jarg1, int jarg2, string jarg3); in zxid_parse_conf_raw() method in zxidPINVOKE
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c37697 result = (int)zxid_parse_conf_raw(arg1,arg2,arg3); in ZEND_NAMED_FUNCTION()
45885 SWIG_ZEND_NAMED_FE(zxid_parse_conf_raw,_wrap_zxid_parse_conf_raw,NULL)