Home
last modified time | relevance | path

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

/external/libxml2/
DxmlIO.c1996 FILE * tst_file = NULL; in xmlIOHTTPCloseWrite() local
2016 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()