Home
last modified time | relevance | path

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

/third_party/libxml2/
Dtestapi.c1611 int n_options; in test_htmlCtxtReadDoc() local
1617 for (n_options = 0;n_options < gen_nb_int;n_options++) { in test_htmlCtxtReadDoc()
1623 options = gen_int(n_options, 4); in test_htmlCtxtReadDoc()
1632 des_int(n_options, options, 4); in test_htmlCtxtReadDoc()
1642 printf(" %d", n_options); in test_htmlCtxtReadDoc()
1670 int n_options; in test_htmlCtxtReadFile() local
1675 for (n_options = 0;n_options < gen_nb_int;n_options++) { in test_htmlCtxtReadFile()
1679 options = gen_int(n_options, 3); in test_htmlCtxtReadFile()
1687 des_int(n_options, options, 3); in test_htmlCtxtReadFile()
1718 int n_options; in test_htmlCtxtReadMemory() local
[all …]
/third_party/openssl/apps/
Dcmp.c2139 int n_options = OSSL_NELEM(cmp_options) - 1; in read_config() local
2145 n_options--; in read_config()
2146 OPENSSL_assert(OSSL_NELEM(cmp_vars) == n_options in read_config()