Searched refs:tst_file (Results 1 – 1 of 1) sorted by relevance
2087 FILE * tst_file = NULL; in xmlIOHTTPCloseWrite() local2107 tst_file = fopen( buffer, "wb" ); in xmlIOHTTPCloseWrite()2108 if ( tst_file != NULL ) { in xmlIOHTTPCloseWrite()2113 content_lgth, tst_file ); in xmlIOHTTPCloseWrite()2114 fclose( tst_file ); in xmlIOHTTPCloseWrite()2118 tst_file = fopen( buffer, "wb" ); in xmlIOHTTPCloseWrite()2119 if ( tst_file != NULL ) { in xmlIOHTTPCloseWrite()2127 fwrite( buffer, sizeof( char ), avail, tst_file ); in xmlIOHTTPCloseWrite()2130 fclose( tst_file ); in xmlIOHTTPCloseWrite()