Home
last modified time | relevance | path

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

/PHP-7.3/main/streams/
H A Dstreams.c2009 char *copy_of_path = NULL; local
2073 copy_of_path = pestrdup(path, persistent);
2074 stream->orig_path = copy_of_path;
2134 if (stream == NULL && copy_of_path != NULL) {
2135 pefree(copy_of_path, persistent);

Completed in 22 milliseconds