Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dstreams.c2027 char *copy_of_path = NULL; local
2091 copy_of_path = pestrdup(path, persistent);
2092 stream->orig_path = copy_of_path;
2152 if (stream == NULL && copy_of_path != NULL) {
2153 pefree(copy_of_path, persistent);

Completed in 31 milliseconds