Searched refs:path_for_open (Results 1 – 2 of 2) sorted by relevance
1683 PHPAPI php_stream_wrapper *php_stream_locate_url_wrapper(const char *path, char **path_for_open, in… argument1690 if (path_for_open) {1691 *path_for_open = (char*)path;1754 if (path_for_open) {1756 *path_for_open = (char*)path + n + 1;1758 (*path_for_open) += 11;1760 while (*(++*path_for_open)=='/');1762 if (*(*path_for_open + 1) != ':')1764 (*path_for_open)--;
543 PHPAPI php_stream_wrapper *php_stream_locate_url_wrapper(const char *path, char **path_for_open, in…
Completed in 17 milliseconds