Home | History | Annotate | Download | only in libxml2

Lines Matching full:user_data

215 		      void *user_data, int depth, const xmlChar *URL,
229 const xmlChar *string, void *user_data, xmlNodePtr *lst);
6926 void *user_data;
6928 user_data = NULL;
6930 user_data = ctxt->userData;
6941 user_data, &list);
6947 user_data, ctxt->depth, ent->URI,
7043 void *user_data;
7050 user_data = NULL;
7052 user_data = ctxt->userData;
7057 ent->content, user_data, NULL);
7063 ctxt->sax, user_data, ctxt->depth,
11818 * @user_data: The user data returned on SAX callbacks
11835 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data,
11882 if (user_data != NULL)
11883 ctxt->userData = user_data;
11968 * @user_data: The user data returned on SAX callbacks
11980 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data,
12013 if (user_data != NULL)
12014 ctxt->userData = user_data;
12514 * @user_data: The user data returned on SAX callbacks (possibly NULL)
12529 void *user_data, int depth, const xmlChar *URL,
12578 if (user_data != NULL)
12579 ctxt->userData = user_data;
12720 * @user_data: The user data returned on SAX callbacks (possibly NULL)
12737 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data,
12739 return(xmlParseExternalEntityPrivate(doc, NULL, sax, user_data, depth, URL,
12747 * @user_data: The user data returned on SAX callbacks (possibly NULL)
12765 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) {
12766 return xmlParseBalancedChunkMemoryRecover( doc, sax, user_data,
12775 * @user_data: the user data field for the parser context
12794 const xmlChar *string, void *user_data, xmlNodePtr *lst) {
12822 if (user_data != NULL)
12823 ctxt->userData = user_data;
13196 * @user_data: The user data returned on SAX callbacks (possibly NULL)
13219 void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst,
13246 if (user_data != NULL)
13247 ctxt->userData = user_data;
13751 * @user_data: The user data returned on SAX callbacks
13760 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data,
13772 if (user_data != NULL)
13773 ctxt->userData = user_data;
13961 * @user_data: The user data returned on SAX callbacks
13970 int xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data,
13984 if (user_data != NULL)
13985 ctxt->userData = user_data;