Searched refs:n_sourceDoc (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | testapi.c | 19600 int n_sourceDoc; in test_xmlDOMWrapAdoptNode() local 19611 for (n_sourceDoc = 0;n_sourceDoc < gen_nb_xmlDocPtr;n_sourceDoc++) { in test_xmlDOMWrapAdoptNode() 19618 sourceDoc = gen_xmlDocPtr(n_sourceDoc, 1); in test_xmlDOMWrapAdoptNode() 19629 des_xmlDocPtr(n_sourceDoc, sourceDoc, 1); in test_xmlDOMWrapAdoptNode() 19640 printf(" %d", n_sourceDoc); in test_xmlDOMWrapAdoptNode() 19668 int n_sourceDoc; in test_xmlDOMWrapCloneNode() local 19683 for (n_sourceDoc = 0;n_sourceDoc < gen_nb_xmlDocPtr;n_sourceDoc++) { in test_xmlDOMWrapCloneNode() 19692 sourceDoc = gen_xmlDocPtr(n_sourceDoc, 1); in test_xmlDOMWrapCloneNode() 19704 des_xmlDocPtr(n_sourceDoc, sourceDoc, 1); in test_xmlDOMWrapCloneNode() 19717 printf(" %d", n_sourceDoc); in test_xmlDOMWrapCloneNode()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | testapi.c | 19096 int n_sourceDoc; in test_xmlDOMWrapAdoptNode() local 19107 for (n_sourceDoc = 0;n_sourceDoc < gen_nb_xmlDocPtr;n_sourceDoc++) { in test_xmlDOMWrapAdoptNode() 19114 sourceDoc = gen_xmlDocPtr(n_sourceDoc, 1); in test_xmlDOMWrapAdoptNode() 19125 des_xmlDocPtr(n_sourceDoc, sourceDoc, 1); in test_xmlDOMWrapAdoptNode() 19136 printf(" %d", n_sourceDoc); in test_xmlDOMWrapAdoptNode() 19164 int n_sourceDoc; in test_xmlDOMWrapCloneNode() local 19179 for (n_sourceDoc = 0;n_sourceDoc < gen_nb_xmlDocPtr;n_sourceDoc++) { in test_xmlDOMWrapCloneNode() 19188 sourceDoc = gen_xmlDocPtr(n_sourceDoc, 1); in test_xmlDOMWrapCloneNode() 19200 des_xmlDocPtr(n_sourceDoc, sourceDoc, 1); in test_xmlDOMWrapCloneNode() 19213 printf(" %d", n_sourceDoc); in test_xmlDOMWrapCloneNode()
|