Home
last modified time | relevance | path

Searched refs:ssb (Results 26 – 30 of 30) sorted by relevance

12

/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1862 php_stream_statbuf ssb; in file_cache_compile_file() local
1867 php_stream_stat_path(fname, &ssb); in file_cache_compile_file()
2183 php_stream_statbuf ssb; in persistent_compile_file() local
2188 php_stream_stat_path(fname, &ssb); in persistent_compile_file()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2310 static int php_openssl_sockop_stat(php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in php_openssl_sockop_stat() argument
2312 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
/PHP-7.4/ext/curl/
H A Dinterface.c2203 php_stream_statbuf ssb; in build_mime_structure_from_hash() local
2235 if (!stream->readfilters.head && !php_stream_stat(stream, &ssb)) { in build_mime_structure_from_hash()
2236 filesize = ssb.sb.st_size; in build_mime_structure_from_hash()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1262 static int php_sqlite3_stream_stat(php_stream *stream, php_stream_statbuf *ssb) in php_sqlite3_stream_stat() argument
1265 ssb->sb.st_size = sqlite3_stream->size; in php_sqlite3_stream_stat()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2970 + php_stream_statbuf ssb;
2971 + if (php_stream_stat(stream, &ssb) < 0) {
2978 + memcpy(&sb, &ssb.sb, sizeof(zend_stat_t));

Completed in 48 milliseconds

12