Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dphp_streams.h341 PHPAPI int _php_stream_stat_path(char *path, int flags, php_stream_statbuf *ssb, php_stream_context…
342 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL TSRMLS_CC)
343 #define php_stream_stat_path_ex(path, flags, ssb, context) _php_stream_stat_path((path), (flags), (…
/PHP-5.4/main/streams/
H A Dstreams.c1926 PHPAPI int _php_stream_stat_path(char *path, int flags, php_stream_statbuf *ssb, php_stream_context… function

Completed in 15 milliseconds