Searched refs:tst_file (Results 1 – 2 of 2) sorted by relevance
/external/cronet/third_party/libxml/src/ |
D | xmlIO.c | 1996 FILE * tst_file = NULL; in xmlIOHTTPCloseWrite() local 2016 tst_file = fopen( buffer, "wb" ); in xmlIOHTTPCloseWrite() 2017 if ( tst_file != NULL ) { in xmlIOHTTPCloseWrite() 2021 fwrite( http_content, 1, content_lgth, tst_file ); in xmlIOHTTPCloseWrite() 2022 fclose( tst_file ); in xmlIOHTTPCloseWrite() 2026 tst_file = fopen( buffer, "wb" ); in xmlIOHTTPCloseWrite() 2027 if ( tst_file != NULL ) { in xmlIOHTTPCloseWrite() 2035 fwrite( buffer, 1, avail, tst_file ); in xmlIOHTTPCloseWrite() 2038 fclose( tst_file ); in xmlIOHTTPCloseWrite()
|
/external/libxml2/ |
D | xmlIO.c | 1996 FILE * tst_file = NULL; in xmlIOHTTPCloseWrite() local 2016 tst_file = fopen( buffer, "wb" ); in xmlIOHTTPCloseWrite() 2017 if ( tst_file != NULL ) { in xmlIOHTTPCloseWrite() 2021 fwrite( http_content, 1, content_lgth, tst_file ); in xmlIOHTTPCloseWrite() 2022 fclose( tst_file ); in xmlIOHTTPCloseWrite() 2026 tst_file = fopen( buffer, "wb" ); in xmlIOHTTPCloseWrite() 2027 if ( tst_file != NULL ) { in xmlIOHTTPCloseWrite() 2035 fwrite( buffer, 1, avail, tst_file ); in xmlIOHTTPCloseWrite() 2038 fclose( tst_file ); in xmlIOHTTPCloseWrite()
|