Home
last modified time | relevance | path

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

/third_party/libxml2/
Dtestapi.c1373 int n_attr; in test_htmlAttrAllowed() local
1378 for (n_attr = 0;n_attr < gen_nb_const_xmlChar_ptr;n_attr++) { in test_htmlAttrAllowed()
1382 attr = gen_const_xmlChar_ptr(n_attr, 1); in test_htmlAttrAllowed()
1389 des_const_xmlChar_ptr(n_attr, (const xmlChar *)attr, 1); in test_htmlAttrAllowed()
1397 printf(" %d", n_attr); in test_htmlAttrAllowed()
7027 int n_attr; in test_xmlDebugDumpAttr() local
7032 for (n_attr = 0;n_attr < gen_nb_xmlAttrPtr;n_attr++) { in test_xmlDebugDumpAttr()
7036 attr = gen_xmlAttrPtr(n_attr, 1); in test_xmlDebugDumpAttr()
7042 des_xmlAttrPtr(n_attr, attr, 1); in test_xmlDebugDumpAttr()
7050 printf(" %d", n_attr); in test_xmlDebugDumpAttr()
[all …]
/third_party/boost/boost/graph/
Dgraphviz.hpp181 const GAttrMap& g_attr, const NAttrMap& n_attr, const EAttrMap& e_attr) in make_graph_attributes_writer() argument
184 g_attr, n_attr, e_attr); in make_graph_attributes_writer()