Searched refs:currentDoctypeName (Results 1 – 1 of 1) sorted by relevance
94 const XML_Char *currentDoctypeName;335 data->currentDoctypeName = xcsdup(doctypeName);355 free((void *)userData->currentDoctypeName); in cleanupUserData() 356 userData->currentDoctypeName = NULL;433 fputts(data->currentDoctypeName, data->fp); in endDoctypeDecl() 462 free((void *)data->currentDoctypeName); in notationDecl() 463 data->currentDoctypeName = NULL; in notationDecl() 89 const XML_Char *currentDoctypeName; global() member