Searched refs:gen_int (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | testapi.c | 246 static int gen_int(int no, int nr ATTRIBUTE_UNUSED) { in gen_int() function 1381 legacy = gen_int(n_legacy, 2); in test_htmlAttrAllowed() 1483 size = gen_int(n_size, 1); in test_htmlCreateMemoryParserCtxt() 1551 size = gen_int(n_size, 3); in test_htmlCreatePushParserCtxt() 1621 options = gen_int(n_options, 4); in test_htmlCtxtReadDoc() 1677 options = gen_int(n_options, 3); in test_htmlCtxtReadFile() 1727 size = gen_int(n_size, 2); in test_htmlCtxtReadMemory() 1730 options = gen_int(n_options, 5); in test_htmlCtxtReadMemory() 1818 options = gen_int(n_options, 1); in test_htmlCtxtUseOptions() 1953 quoteChar = gen_int(n_quoteChar, 4); in test_htmlEncodeEntities() [all …]
|