Home
last modified time | relevance | path

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

12

/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c1013 …ttp_stream_stat(php_stream_wrapper *wrapper, php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in php_stream_http_stream_stat() argument
/php-src/ext/curl/
H A Dinterface.c1429 php_stream_statbuf ssb; in build_mime_structure_from_hash() local
1459 if (!stream->readfilters.head && !php_stream_stat(stream, &ssb)) { in build_mime_structure_from_hash()
1460 filesize = ssb.sb.st_size; in build_mime_structure_from_hash()
/php-src/ext/opcache/
H A DZendAccelerator.c1933 php_stream_statbuf ssb; in file_cache_compile_file() local
1938 php_stream_stat_path(fname, &ssb); in file_cache_compile_file()
2216 php_stream_statbuf ssb; in persistent_compile_file() local
2221 php_stream_stat_path(fname, &ssb); in persistent_compile_file()
/php-src/ext/sqlite3/
H A Dsqlite3.c1220 static int php_sqlite3_stream_stat(php_stream *stream, php_stream_statbuf *ssb) in php_sqlite3_stream_stat() argument
1223 ssb->sb.st_size = sqlite3_stream->size; in php_sqlite3_stream_stat()
/php-src/ext/openssl/
H A Dxp_ssl.c2315 static int php_openssl_sockop_stat(php_stream *stream, php_stream_statbuf *ssb) /* {{{ */ in php_openssl_sockop_stat() argument
2317 return php_stream_socket_ops.stat(stream, ssb); in php_openssl_sockop_stat()
/php-src/ext/fileinfo/
H A Dlibmagic.patch2618 + php_stream_statbuf ssb;
2619 + if (php_stream_stat(stream, &ssb) < 0) {
2626 + memcpy(&sb, &ssb.sb, sizeof(zend_stat_t));

Completed in 61 milliseconds

12