Home
last modified time | relevance | path

Searched refs:otherlim (Results 1 – 5 of 5) sorted by relevance

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidconf.c824 char* otherlim; in zxid_load_atsrc() local
867 otherlim = ++p; in zxid_load_atsrc()
895 COPYVAL(as->aapml, aapml, otherlim-1); in zxid_load_atsrc()
896 COPYVAL(as->otherlim, otherlim, ext-1); in zxid_load_atsrc()
899 …)", as->ns, ((int)(weight-attrs-1)), attrs, as->weight, as->url, as->aapml, as->otherlim, as->ext); in zxid_load_atsrc()
926 ZX_FREE(cf->ctx, src->otherlim); in zxid_free_atsrc()
2183 …sp->weight), STRNULLCHK(sp->url), STRNULLCHK(sp->aapml), STRNULLCHK(sp->otherlim), STRNULLCHK(sp->… in zxid_show_conf()
H A Dzxid.h663 char* otherlim; member
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c32030 free(arg1->otherlim); in ZEND_NAMED_FUNCTION()
32032 arg1->otherlim = (char *) malloc(strlen((const char *)arg2)+1); in ZEND_NAMED_FUNCTION()
32033 strcpy((char *)arg1->otherlim, (const char *)arg2); in ZEND_NAMED_FUNCTION()
32035 arg1->otherlim = 0; in ZEND_NAMED_FUNCTION()
32061 result = (char *) ((arg1)->otherlim); in ZEND_NAMED_FUNCTION()
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A Dzxid_wrap.c17097 arg1->otherlim = (char *) malloc(strlen(( char *)arg2)+1);
17098 strcpy((char *)arg1->otherlim, ( char *)arg2);
17100 arg1->otherlim = 0;
17115 result = (char *) ((arg1)->otherlim);
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML_wrap.c35244 if (arg1->otherlim) free((char*)arg1->otherlim); in XS()
35247 …arg1->otherlim = (char *)(char *)memcpy((char *)malloc((size)*sizeof(char)), (const char *)(arg2),… in XS()
35249 arg1->otherlim = 0; in XS()
35280 result = (char *) ((arg1)->otherlim); in XS()