Home
last modified time | relevance | path

Searched refs:currentDoctypeName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c87 const XML_Char *currentDoctypeName; member
330 data->currentDoctypeName = xcsdup(doctypeName); in startDoctypeDecl()
350 free((void *)userData->currentDoctypeName); in cleanupUserData()
351 userData->currentDoctypeName = NULL; in cleanupUserData()
393 free((void *)data->currentDoctypeName); in endDoctypeDecl()
394 data->currentDoctypeName = NULL; in endDoctypeDecl()
412 fputts(data->currentDoctypeName, data->fp); in endDoctypeDecl()
443 free((void *)data->currentDoctypeName); in endDoctypeDecl()
444 data->currentDoctypeName = NULL; in endDoctypeDecl()