• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:name2

9769     xmlChar * name2; /* a second name of the userdata */
9781 name2 = gen_const_xmlChar_ptr(n_name2, 2);
9784 ret_val = xmlHashAddEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata);
9789 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
9822 xmlChar * name2; /* a second name of the userdata */
9837 name2 = gen_const_xmlChar_ptr(n_name2, 2);
9841 ret_val = xmlHashAddEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata);
9846 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
9951 xmlChar * name2; /* a second name of the userdata */
9960 name2 = gen_const_xmlChar_ptr(n_name2, 2);
9962 ret_val = xmlHashLookup2(table, (const xmlChar *)name, (const xmlChar *)name2);
9967 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
9997 xmlChar * name2; /* a second name of the userdata */
10009 name2 = gen_const_xmlChar_ptr(n_name2, 2);
10012 ret_val = xmlHashLookup3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3);
10017 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
10100 xmlChar * name2; /* a second name of the userdata */
10113 name2 = gen_const_xmlChar_ptr(n_name2, 4);
10115 ret_val = xmlHashQLookup2(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2);
10122 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 4);
10160 xmlChar * name2; /* a second name of the userdata */
10179 name2 = gen_const_xmlChar_ptr(n_name2, 4);
10183 ret_val = xmlHashQLookup3(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2, (const xmlChar *)prefix3, (const xmlChar *)name3);
10190 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 4);
10276 xmlChar * name2; /* a second name of the userdata */
10288 name2 = gen_const_xmlChar_ptr(n_name2, 2);
10291 ret_val = xmlHashRemoveEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, f);
10296 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
10329 xmlChar * name2; /* a second name of the userdata */
10344 name2 = gen_const_xmlChar_ptr(n_name2, 2);
10348 ret_val = xmlHashRemoveEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, f);
10353 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
10514 xmlChar * name2; /* a second name of the userdata */
10529 name2 = gen_const_xmlChar_ptr(n_name2, 2);
10533 ret_val = xmlHashUpdateEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata, f);
10538 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);
10574 xmlChar * name2; /* a second name of the userdata */
10592 name2 = gen_const_xmlChar_ptr(n_name2, 2);
10597 ret_val = xmlHashUpdateEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata, f);
10602 des_const_xmlChar_ptr(n_name2, (const xmlChar *)name2, 2);