Lines Matching refs:lst
260 const xmlChar *string, void *user_data, xmlNodePtr *lst);
12850 * @lst: the return value for the set of parsed nodes
12864 const xmlChar *ID, xmlNodePtr *lst) {
12880 if (lst != NULL)
12881 *lst = NULL;
13021 if (lst != NULL) {
13029 *lst = cur;
13265 * @lst: the return value for the set of parsed nodes
13279 int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) {
13281 ID, lst));
13291 * @lst: the return value for the set of parsed nodes
13306 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) {
13308 depth, string, lst, 0 );
13317 * @lst: the return value for the set of parsed nodes
13335 const xmlChar *string, void *user_data, xmlNodePtr *lst) {
13354 if (lst != NULL)
13355 *lst = NULL;
13452 if ((lst != NULL) && (ret == XML_ERR_OK)) {
13460 *lst = cur;
13512 * @lst: the return value for the set of parsed nodes
13527 int options, xmlNodePtr *lst) {
13539 if ((lst == NULL) || (node == NULL) || (data == NULL) || (datalen < 0))
13706 *lst = cur;
13718 xmlFreeNodeList(*lst);
13719 *lst = NULL;
13740 * @lst: the return value for the set of parsed nodes
13760 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst,
13774 if (lst != NULL)
13775 *lst = NULL;
13869 if ((lst != NULL) && ((ret == 0) || (recover == 1))) {
13877 *lst = cur;