Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dplain_wrapper.c121 char *temp_file_name; /* if non-null, this is the path to a temporary file that member
165 self->temp_file_name = NULL; in _php_stream_fopen_from_fd_int()
181 self->temp_file_name = NULL; in _php_stream_fopen_from_file_int()
217 self->temp_file_name = opened_path; in _php_stream_fopen_tmpfile()
314 self->temp_file_name = NULL; in _php_stream_fopen_from_pipe()
449 if (data->temp_file_name) { in php_stdiop_close()
450 unlink(data->temp_file_name); in php_stdiop_close()
452 efree(data->temp_file_name); in php_stdiop_close()
453 data->temp_file_name = NULL; in php_stdiop_close()

Completed in 8 milliseconds