Home | History | Annotate | Download | only in libxml2

Lines Matching defs:userData

38 structured_errors(void *userData ATTRIBUTE_UNUSED,
2670 void * userData; /* if using SAX, this pointer will be provided on callbacks. */
2681 userData = gen_userdata(n_userData, 3);
2683 ret_val = htmlSAXParseDoc(cur, (const char *)encoding, sax, userData);
2689 des_userdata(n_userData, userData, 3);
2725 void * userData; /* if using SAX, this pointer will be provided on callbacks. */
2736 userData = gen_userdata(n_userData, 3);
2738 ret_val = htmlSAXParseFile(filename, (const char *)encoding, sax, userData);
2744 des_userdata(n_userData, userData, 3);
8212 xmlChar * name; /* the name of the userdata */
8268 xmlChar * name; /* the name of the userdata */
9779 xmlChar * name; /* the name of the userdata */
9781 void * userdata; /* a pointer to the userdata */
9790 userdata = gen_userdata(n_userdata, 2);
9792 ret_val = xmlHashAddEntry(table, (const xmlChar *)name, userdata);
9797 des_userdata(n_userdata, userdata, 2);
9825 xmlChar * name; /* the name of the userdata */
9827 xmlChar * name2; /* a second name of the userdata */
9829 void * userdata; /* a pointer to the userdata */
9840 userdata = gen_userdata(n_userdata, 3);
9842 ret_val = xmlHashAddEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata);
9848 des_userdata(n_userdata, userdata, 3);
9878 xmlChar * name; /* the name of the userdata */
9880 xmlChar * name2; /* a second name of the userdata */
9882 xmlChar * name3; /* a third name of the userdata */
9884 void * userdata; /* a pointer to the userdata */
9897 userdata = gen_userdata(n_userdata, 4);
9899 ret_val = xmlHashAddEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata);
9906 des_userdata(n_userdata, userdata, 4);
9968 xmlChar * name; /* the name of the userdata */
10007 xmlChar * name; /* the name of the userdata */
10009 xmlChar * name2; /* a second name of the userdata */
10053 xmlChar * name; /* the name of the userdata */
10055 xmlChar * name2; /* a second name of the userdata */
10057 xmlChar * name3; /* a third name of the userdata */
10106 xmlChar * prefix; /* the prefix of the userdata */
10108 xmlChar * name; /* the name of the userdata */
10152 xmlChar * prefix; /* the prefix of the userdata */
10154 xmlChar * name; /* the name of the userdata */
10156 xmlChar * prefix2; /* the second prefix of the userdata */
10158 xmlChar * name2; /* a second name of the userdata */
10212 xmlChar * prefix; /* the prefix of the userdata */
10214 xmlChar * name; /* the name of the userdata */
10216 xmlChar * prefix2; /* the second prefix of the userdata */
10218 xmlChar * name2; /* a second name of the userdata */
10220 xmlChar * prefix3; /* the third prefix of the userdata */
10222 xmlChar * name3; /* a third name of the userdata */
10286 xmlChar * name; /* the name of the userdata */
10332 xmlChar * name; /* the name of the userdata */
10334 xmlChar * name2; /* a second name of the userdata */
10385 xmlChar * name; /* the name of the userdata */
10387 xmlChar * name2; /* a second name of the userdata */
10389 xmlChar * name3; /* a third name of the userdata */
10517 xmlChar * name; /* the name of the userdata */
10519 void * userdata; /* a pointer to the userdata */
10531 userdata = gen_userdata(n_userdata, 2);
10534 ret_val = xmlHashUpdateEntry(table, (const xmlChar *)name, userdata, f);
10539 des_userdata(n_userdata, userdata, 2);
10570 xmlChar * name; /* the name of the userdata */
10572 xmlChar * name2; /* a second name of the userdata */
10574 void * userdata; /* a pointer to the userdata */
10588 userdata = gen_userdata(n_userdata, 3);
10591 ret_val = xmlHashUpdateEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata, f);
10597 des_userdata(n_userdata, userdata, 3);
10630 xmlChar * name; /* the name of the userdata */
10632 xmlChar * name2; /* a second name of the userdata */
10634 xmlChar * name3; /* a third name of the userdata */
10636 void * userdata; /* a pointer to the userdata */
10652 userdata = gen_userdata(n_userdata, 4);
10655 ret_val = xmlHashUpdateEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata, f);
10662 des_userdata(n_userdata, userdata, 4);
14935 void * data; /* the userdata */
15051 void * data; /* the userdata */