Home
last modified time | relevance | path

Searched refs:act_cont (Results 1 – 2 of 2) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Ddict_stream.c195 VSTRING *act_cont = vstring_alloc(100); in main() local
230 if ((act_len = vstream_fread_buf(fp, act_cont, 2 * exp_len)) < 0) { in main()
233 VSTRING_TERMINATE(act_cont); in main()
234 if (strcmp(tp->expect_cont, STR(act_cont)) != 0) { in main()
236 tp->title, STR(act_cont), tp->expect_cont); in main()
269 vstring_free(act_cont); in main()
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_json.c1437 int act_cont = 0; in lyd_parse_json() local
1497 if (!act_cont) { in lyd_parse_json()
1514 act_cont = 1; in lyd_parse_json()
1516 act_cont = -1; in lyd_parse_json()
1555 if (act_cont == 1) { in lyd_parse_json()