Home
last modified time | relevance | path

Searched refs:_php_stream_stat_path (Results 1 – 2 of 2) sorted by path

/PHP-7.2/main/
H A Dphp_streams.h350 PHPAPI int _php_stream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_c…
351 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL)
352 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (…
/PHP-7.2/main/streams/
H A Dstreams.c1891 PHPAPI int _php_stream_stat_path(const char *path, int flags, php_stream_statbuf *ssb, php_stream_c… function

Completed in 20 milliseconds