Lines Matching refs:lst
221 const xmlChar *string, void *user_data, xmlNodePtr *lst);
12022 * @lst: the return value for the set of parsed nodes
12036 const xmlChar *ID, xmlNodePtr *lst) {
12054 if (lst != NULL)
12055 *lst = NULL;
12201 if (lst != NULL) {
12209 *lst = cur;
12443 * @lst: the return value for the set of parsed nodes
12457 int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) {
12459 ID, lst));
12469 * @lst: the return value for the set of parsed nodes
12484 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) {
12486 depth, string, lst, 0 );
12495 * @lst: the return value for the set of parsed nodes
12513 const xmlChar *string, void *user_data, xmlNodePtr *lst) {
12529 if (lst != NULL)
12530 *lst = NULL;
12622 if ((lst != NULL) && (ret == XML_ERR_OK)) {
12630 *lst = cur;
12680 * @lst: the return value for the set of parsed nodes
12695 int options, xmlNodePtr *lst) {
12707 if ((lst == NULL) || (node == NULL) || (data == NULL) || (datalen < 0))
12852 *lst = cur;
12864 xmlFreeNodeList(*lst);
12865 *lst = NULL;
12886 * @lst: the return value for the set of parsed nodes
12906 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst,
12920 if (lst != NULL)
12921 *lst = NULL;
13015 if ((lst != NULL) && ((ret == 0) || (recover == 1))) {
13023 *lst = cur;