Searched refs:temp_file_name (Results 1 – 1 of 1) sorted by relevance
113 char *temp_file_name; /* if non-null, this is the path to a temporary file that member157 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 12 milliseconds