Home | History | Annotate | Download | only in lib

Lines Matching defs:userData

468   /* The first member must be userData so that the XML_GetUserData
574 #define userData (parser->m_userData)
884 userData = NULL;
1052 void *oldUserData = userData;
1111 userData = oldUserData;
1113 handlerArg = userData;
1261 if (handlerArg == userData)
1262 handlerArg = userData = p;
1264 userData = p;