Home
last modified time | relevance | path

Searched refs:cpath_len (Results 1 – 9 of 9) sorted by relevance

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dzxidconf.c1119 cf->cpath_len = zxid_path ? strlen(zxid_path) : 0; in zxid_init_conf()
1120 cf->cpath = ZX_ALLOC(cf->ctx, cf->cpath_len+1); in zxid_init_conf()
1121 memcpy(cf->cpath, zxid_path, cf->cpath_len); in zxid_init_conf()
1122 cf->cpath[cf->cpath_len] = 0; in zxid_init_conf()
1502 cf->cpath_len = strlen(v); in zxid_parse_conf_path_raw()
1509 cf->cpath_len = strlen(v); in zxid_parse_conf_path_raw()
1676 if (cf->cpath_len > lim-np) { in zxid_parse_vpath()
1677 …H(%.*s) len=%d does not fit in vpath buffer size=%ld", cf->cpath_len, cf->cpath, cf->cpath_len, (l… in zxid_parse_vpath()
1680 memcpy(np, cf->cpath, cf->cpath_len); in zxid_parse_vpath()
1681 np += cf->cpath_len; in zxid_parse_vpath()
[all …]
H A Dzxidmeta.c374 …%.*s) cf->magic=%x, md_cache_first(%d), cot(%p)", eid->len, eid->s, cf->cpath_len, cf->cpath, cf->… in zxid_get_ent_ss()
489 if (cf->cpath_len + sizeof(ZXID_COT_DIR) > sizeof(buf)) { in zxid_load_cot_cache()
491 cf->cpath_len, cf->cpath, cf->cpath_len, ((int)(sizeof(buf) - sizeof(ZXID_COT_DIR)))); in zxid_load_cot_cache()
494 memcpy(buf, cf->cpath, cf->cpath_len); in zxid_load_cot_cache()
495 memcpy(buf + cf->cpath_len, ZXID_COT_DIR, sizeof(ZXID_COT_DIR)); in zxid_load_cot_cache()
H A Dzxlog.c551 int len = cf->cpath_len + sizeof("log/")-1 + dir_len + 27 + kind_len + 27; in zxlog_path()
561 memcpy(s, cf->cpath, cf->cpath_len); in zxlog_path()
562 p = s + cf->cpath_len; in zxlog_path()
H A Dzxid.h178 int cpath_len; member
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dcpath.c99 for (i = 0;i < TkGate.cpath_len;i++) in cpath_flush()
103 TkGate.cpath_len = 0; in cpath_flush()
481 TkGate.cpath_len = n; in cpath_show()
486 cpath_show_aux(TkGate.cpath_len,TkGate.cpath_pelems); in cpath_show()
498 cpath_show_aux(TkGate.cpath_len,TkGate.cpath_pelems); in cpath_reshow()
H A Dtkgate.h378 int cpath_len; /* Length of current critical path */ member
/dports/security/p5-Net-SAML/zxid-1.42/php/
H A Dzxid_wrap.c9096 if (arg1) (arg1)->cpath_len = arg2; in ZEND_NAMED_FUNCTION()
9120 result = (int) ((arg1)->cpath_len); in ZEND_NAMED_FUNCTION()
/dports/security/p5-Net-SAML/zxid-1.42/zxidjava/
H A Dzxid_wrap.c5231 if (arg1) (arg1)->cpath_len = arg2;
5243 result = (int) ((arg1)->cpath_len);
/dports/security/p5-Net-SAML/zxid-1.42/Net/
H A DSAML_wrap.c10820 if (arg1) (arg1)->cpath_len = arg2; in XS()
10850 result = (int) ((arg1)->cpath_len); in XS()