Lines Matching refs:lst
229 const xmlChar *string, void *user_data, xmlNodePtr *lst);
12319 * @lst: the return value for the set of parsed nodes
12333 const xmlChar *ID, xmlNodePtr *lst) {
12349 if (lst != NULL)
12350 *lst = NULL;
12480 if (lst != NULL) {
12488 *lst = cur;
12724 * @lst: the return value for the set of parsed nodes
12738 int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) {
12740 ID, lst));
12750 * @lst: the return value for the set of parsed nodes
12765 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) {
12767 depth, string, lst, 0 );
12776 * @lst: the return value for the set of parsed nodes
12794 const xmlChar *string, void *user_data, xmlNodePtr *lst) {
12813 if (lst != NULL)
12814 *lst = NULL;
12911 if ((lst != NULL) && (ret == XML_ERR_OK)) {
12919 *lst = cur;
12971 * @lst: the return value for the set of parsed nodes
12986 int options, xmlNodePtr *lst) {
12998 if ((lst == NULL) || (node == NULL) || (data == NULL) || (datalen < 0))
13165 *lst = cur;
13177 xmlFreeNodeList(*lst);
13178 *lst = NULL;
13199 * @lst: the return value for the set of parsed nodes
13219 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst,
13233 if (lst != NULL)
13234 *lst = NULL;
13328 if ((lst != NULL) && ((ret == 0) || (recover == 1))) {
13336 *lst = cur;