Home | History | Annotate | Download | only in expat

Lines Matching defs:userData

460   /* The first member must be userData so that the XML_GetUserData
566 #define userData (parser->m_userData)
849 userData = NULL;
1017 void *oldUserData = userData;
1076 userData = oldUserData;
1078 handlerArg = userData;
1226 if (handlerArg == userData)
1227 handlerArg = userData = p;
1229 userData = p;