Searched refs:tst_file (Results 1 – 1 of 1) sorted by relevance
1996 FILE * tst_file = NULL; in xmlIOHTTPCloseWrite() local2016 tst_file = fopen( buffer, "wb" ); in xmlIOHTTPCloseWrite()2017 if ( tst_file != NULL ) { in xmlIOHTTPCloseWrite()2022 content_lgth, tst_file ); in xmlIOHTTPCloseWrite()2023 fclose( tst_file ); in xmlIOHTTPCloseWrite()2027 tst_file = fopen( buffer, "wb" ); in xmlIOHTTPCloseWrite()2028 if ( tst_file != NULL ) { in xmlIOHTTPCloseWrite()2036 fwrite( buffer, sizeof( char ), avail, tst_file ); in xmlIOHTTPCloseWrite()2039 fclose( tst_file ); in xmlIOHTTPCloseWrite()