Lines Matching refs:seq_depth
236 int seq_depth = 0, checker_idx = 0; in test_ans1() local
237 ctx[seq_depth].data = test_data->test_data; in test_ans1()
238 ctx[seq_depth].dlen = test_data->test_data_len; in test_ans1()
244 QCryptoAns1DecoderTestContext *c = &ctx[seq_depth]; in test_ans1()
253 ++seq_depth; in test_ans1()
254 ctx[seq_depth].data = checker->exp_value; in test_ans1()
255 ctx[seq_depth].dlen = checker->exp_vlen; in test_ans1()
257 while (seq_depth != 0 && ctx[seq_depth].dlen == 0) { in test_ans1()
258 --seq_depth; in test_ans1()
262 g_assert(seq_depth == 0); in test_ans1()
263 g_assert(ctx[seq_depth].dlen == 0); in test_ans1()