Home | History | Annotate | Download | only in libxml2

Lines Matching full:user_data

207 		      void *user_data, int depth, const xmlChar *URL,
221 const xmlChar *string, void *user_data, xmlNodePtr *lst);
6702 void *user_data;
6704 user_data = NULL;
6706 user_data = ctxt->userData;
6717 user_data, &list);
6723 user_data, ctxt->depth, ent->URI,
6818 void *user_data;
6825 user_data = NULL;
6827 user_data = ctxt->userData;
6832 ent->content, user_data, NULL);
6838 ctxt->sax, user_data, ctxt->depth,
11521 * @user_data: The user data returned on SAX callbacks
11538 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data,
11585 if (user_data != NULL)
11586 ctxt->userData = user_data;
11671 * @user_data: The user data returned on SAX callbacks
11683 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data,
11716 if (user_data != NULL)
11717 ctxt->userData = user_data;
12235 * @user_data: The user data returned on SAX callbacks (possibly NULL)
12250 void *user_data, int depth, const xmlChar *URL,
12299 if (user_data != NULL)
12300 ctxt->userData = user_data;
12439 * @user_data: The user data returned on SAX callbacks (possibly NULL)
12456 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data,
12458 return(xmlParseExternalEntityPrivate(doc, NULL, sax, user_data, depth, URL,
12466 * @user_data: The user data returned on SAX callbacks (possibly NULL)
12484 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) {
12485 return xmlParseBalancedChunkMemoryRecover( doc, sax, user_data,
12494 * @user_data: the user data field for the parser context
12513 const xmlChar *string, void *user_data, xmlNodePtr *lst) {
12538 if (user_data != NULL)
12539 ctxt->userData = user_data;
12883 * @user_data: The user data returned on SAX callbacks (possibly NULL)
12906 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst,
12933 if (user_data != NULL)
12934 ctxt->userData = user_data;
13413 * @user_data: The user data returned on SAX callbacks
13422 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data,
13434 if (user_data != NULL)
13435 ctxt->userData = user_data;
13621 * @user_data: The user data returned on SAX callbacks
13630 int xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data,
13642 if (user_data != NULL)
13643 ctxt->userData = user_data;