Lines Matching defs:lst
233 const xmlChar *string, void *user_data, xmlNodePtr *lst);
11402 * @lst: the return value for the set of parsed nodes
11416 const xmlChar *ID, xmlNodePtr *lst) {
11433 if (lst != NULL)
11434 *lst = NULL;
11571 if (lst != NULL) {
11579 *lst = cur;
11813 * @lst: the return value for the set of parsed nodes
11827 int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) {
11829 ID, lst));
11839 * @lst: the return value for the set of parsed nodes
11854 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) {
11856 depth, string, lst, 0 );
11865 * @lst: the return value for the set of parsed nodes
11883 const xmlChar *string, void *user_data, xmlNodePtr *lst) {
11898 if (lst != NULL)
11899 *lst = NULL;
11988 if ((lst != NULL) && (ret == XML_ERR_OK)) {
11996 *lst = cur;
12046 * @lst: the return value for the set of parsed nodes
12061 int options, xmlNodePtr *lst) {
12073 if ((lst == NULL) || (node == NULL) || (data == NULL) || (datalen < 0))
12218 *lst = cur;
12230 xmlFreeNodeList(*lst);
12231 *lst = NULL;
12252 * @lst: the return value for the set of parsed nodes
12271 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst,
12285 if (lst != NULL)
12286 *lst = NULL;
12379 if ((lst != NULL) && ((ret == 0) || (recover == 1))) {
12387 *lst = cur;