Home
last modified time | relevance | path

Searched refs:st_size (Results 26 – 36 of 36) sorted by relevance

12

/PHP-8.0/ext/soap/
H A Dphp_sdl.c1560 buf = in = emalloc(st.st_size); in get_sdl_from_cache()
1561 if (read(f, in, st.st_size) != st.st_size) { in get_sdl_from_cache()
/PHP-8.0/ext/standard/
H A Dfile.c1520 ZVAL_LONG(&stat_size, stat_ssb.sb.st_size); in php_fstat()
/PHP-8.0/ext/phar/
H A Dutil.c227 entry.uncompressed_filesize = entry.compressed_filesize = ssb.sb.st_size; in phar_mount_entry()
/PHP-8.0/main/
H A Dmain.c1517 return ssb.sb.st_size; in php_zend_stream_fsizer()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c1216 ssb->sb.st_size = sqlite3_stream->size; in php_sqlite3_stream_stat()
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c959 *size = tmpbuf->st_size; in zend_get_file_handle_timestamp()
1031 *size = statbuf.st_size; in zend_get_file_handle_timestamp()
/PHP-8.0/ext/zip/
H A Dphp_zip.c1479 if (VCWD_STAT(resolved_path, &st) == 0 && st.st_size == 0) {
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c2106 smart_str_append_unsigned_ex(&buffer, client->request.sb.st_size, 1); in php_cli_server_begin_send_static()
/PHP-8.0/ext/curl/
H A Dinterface.c2076 filesize = ssb.sb.st_size; in build_mime_structure_from_hash()
/PHP-8.0/ext/exif/
H A Dexif.c4400 ImageInfo->FileSize = st.st_size; in exif_read_from_impl()
/PHP-8.0/ext/ffi/
H A Dffi.c3184 code_size = buf.st_size; in zend_ffi_load()

Completed in 117 milliseconds

12