Home
last modified time | relevance | path

Searched refs:wsc_soap_content_type (Results 1 – 6 of 6) sorted by last modified time

/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML_wrap.c17044 if (arg1->wsc_soap_content_type) free((char*)arg1->wsc_soap_content_type); in XS()
17047 …arg1->wsc_soap_content_type = (char *)(char *)memcpy((char *)malloc((size)*sizeof(char)), (const c… in XS()
17049 arg1->wsc_soap_content_type = 0; in XS()
17080 result = (char *) ((arg1)->wsc_soap_content_type); in XS()
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c14899 free(arg1->wsc_soap_content_type); in ZEND_NAMED_FUNCTION()
14901 arg1->wsc_soap_content_type = (char *) malloc(strlen((const char *)arg2)+1); in ZEND_NAMED_FUNCTION()
14902 strcpy((char *)arg1->wsc_soap_content_type, (const char *)arg2); in ZEND_NAMED_FUNCTION()
14904 arg1->wsc_soap_content_type = 0; in ZEND_NAMED_FUNCTION()
14930 result = (char *) ((arg1)->wsc_soap_content_type); in ZEND_NAMED_FUNCTION()
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A Dzxid_wrap.c8131 arg1->wsc_soap_content_type = (char *) malloc(strlen(( char *)arg2)+1);
8132 strcpy((char *)arg1->wsc_soap_content_type, ( char *)arg2);
8134 arg1->wsc_soap_content_type = 0;
8149 result = (char *) ((arg1)->wsc_soap_content_type);
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidcurl.c412 ret = zxid_http_cli(cf, url->len, url->s, ss->len, ss->s, cf->wsc_soap_content_type, soap_act, 0); in zxid_soap_call_raw()
H A Dzxidconf.c1277 cf->wsc_soap_content_type = ZXID_WSC_SOAP_CONTENT_TYPE; in zxid_init_conf()
2011 if (!strcmp(n, "WSC_SOAP_CONTENT_TYPE")) { cf->wsc_soap_content_type = v; break; } in zxid_parse_conf_raw()
2456 STRNULLCHK(cf->wsc_soap_content_type), in zxid_show_conf()
H A Dzxid.h277 char* wsc_soap_content_type; member