Home
last modified time | relevance | path

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

/PHP-8.1/main/streams/
H A Dstreams.c2039 char *copy_of_path = NULL; local
2113 copy_of_path = pestrdup(path, persistent);
2114 stream->orig_path = copy_of_path;
2174 if (stream == NULL && copy_of_path != NULL) {
2175 pefree(copy_of_path, persistent);

Completed in 9 milliseconds