Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c2064 char * dump_name = NULL; in xmlIOHTTPCloseWrite() local
2078 dump_name = tempnam( NULL, "lxml" ); in xmlIOHTTPCloseWrite()
2079 if ( dump_name != NULL ) { in xmlIOHTTPCloseWrite()
2080 (void)snprintf( buffer, sizeof(buffer), "%s.content", dump_name ); in xmlIOHTTPCloseWrite()
2092 (void)snprintf( buffer, sizeof(buffer), "%s.reply", dump_name ); in xmlIOHTTPCloseWrite()
2108 free( dump_name ); in xmlIOHTTPCloseWrite()