Home
last modified time | relevance | path

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

/PHP-5.3/main/streams/
H A Dplain_wrapper.c113 char *temp_file_name; /* if non-null, this is the path to a temporary file that member
157 self->temp_file_name = NULL; in _php_stream_fopen_from_fd_int()
173 self->temp_file_name = NULL; in _php_stream_fopen_from_file_int()
209 self->temp_file_name = opened_path; in _php_stream_fopen_tmpfile()
306 self->temp_file_name = NULL; in _php_stream_fopen_from_pipe()
413 if (data->temp_file_name) { in php_stdiop_close()
414 unlink(data->temp_file_name); in php_stdiop_close()
416 efree(data->temp_file_name); in php_stdiop_close()
417 data->temp_file_name = NULL; in php_stdiop_close()

Completed in 8 milliseconds