Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dstreams.c2086 char *copy_of_path = NULL; local
2153 copy_of_path = pestrdup(path, persistent);
2154 stream->orig_path = copy_of_path;
2214 if (stream == NULL && copy_of_path != NULL) {
2215 pefree(copy_of_path, persistent);

Completed in 9 milliseconds