Home
last modified time | relevance | path

Searched refs:sb (Results 26 – 47 of 47) sorted by relevance

12

/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c547 if (ssb.sb.st_mode & S_IFDIR) { in _php_finfo_get_type()
562 if (ssb.sb.st_mode & S_IFDIR) { in _php_finfo_get_type()
/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_set.phpt101 $z = snmp2_set($hostname, $communityWrite, array($oid1, $oid2), array('s','sb'), array($newvalue1, …
209 Warning: snmp2_set(): '%s': bogus type 'sb', should be single char, got 2 in %s on line %d
H A Dsnmpset.phpt101 $z = snmpset($hostname, $communityWrite, array($oid1, $oid2), array('s','sb'), array($newvalue1, $n…
209 Warning: snmpset(): '%s': bogus type 'sb', should be single char, got 2 in %s on line %d
/PHP-7.4/ext/phar/
H A Dutil.c217 if (ssb.sb.st_mode & S_IFDIR) { in phar_mount_entry()
227 entry.uncompressed_filesize = entry.compressed_filesize = ssb.sb.st_size; in phar_mount_entry()
230 entry.flags = ssb.sb.st_mode; in phar_mount_entry()
1322 if (ssb.sb.st_mode & S_IFDIR && !dir) { in phar_get_entry_info_dir()
1330 if ((ssb.sb.st_mode & S_IFDIR) == 0 && dir) { in phar_get_entry_info_dir()
H A Dphar.c1790 if (ssb.sb.st_mode & S_IFDIR) { in phar_analyze_path()
1845 if (ssb.sb.st_mode & S_IFDIR) { in phar_analyze_path()
1857 if (ssb.sb.st_mode & S_IFDIR) { in phar_analyze_path()
H A Dphar_object.c1690 data->internal_file->flags = ssb.sb.st_mode & PHAR_ENT_PERM_MASK ; in phar_build()
2628 RETURN_BOOL((ssb.sb.st_mode & (S_IWOTH | S_IWGRP | S_IWUSR)) != 0); in PHP_METHOD()
3694 data->internal_file->flags = ssb.sb.st_mode & PHAR_ENT_PERM_MASK ; in phar_add_file()
4402 } else if (!(ssb.sb.st_mode & S_IFDIR)) { in PHP_METHOD()
/PHP-7.4/main/streams/
H A Dstreams.c1506 if (php_stream_stat(src, &ssbuf) == 0 && ssbuf.sb.st_size > 0) { in _php_stream_copy_to_mem()
1507 max_len = MAX(ssbuf.sb.st_size - src->position, 0) + step; in _php_stream_copy_to_mem()
1560 if (ssbuf.sb.st_size == 0 in _php_stream_copy_to_stream_ex()
1562 && S_ISREG(ssbuf.sb.st_mode) in _php_stream_copy_to_stream_ex()
H A Dxp_socket.c247 return zend_fstat(sock->socket, &ssb->sb); in php_sockop_stat()
H A Duserspace.c866 ssb->sb.st_##name2 = zval_get_long(elem); \ in statbuf_from_array()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_conf.c167 struct stat sb; in fpm_conf_is_dir() local
169 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
173 return (sb.st_mode & S_IFMT) == S_IFDIR; in fpm_conf_is_dir()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c304 zend_stat_t sb; in PHP_FUNCTION() local
307 if (VCWD_STAT(ZSTR_VAL(exec), &sb) != FAILURE) { in PHP_FUNCTION()
308 if (sb.st_mode & (S_IFREG|S_IFLNK)) { in PHP_FUNCTION()
H A Dphpdbg_bp.c290 } else if (!(ssb.sb.st_mode & (S_IFREG|S_IFLNK))) { in phpdbg_set_breakpoint_file()
/PHP-7.4/main/
H A Dphp_streams.h107 zend_stat_t sb; /* regular info */ member
H A Dmain.c1622 return ssb.sb.st_size; in php_zend_stream_fsizer()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c898 *statbuf = stream_statbuf.sb; in zend_get_stream_timestamp()
1004 php_stream_statbuf sb; in zend_get_file_handle_timestamp() local
1016 ret = stream->ops->stat(stream, &sb); in zend_get_file_handle_timestamp()
1025 statbuf = sb.sb; in zend_get_file_handle_timestamp()
/PHP-7.4/ext/session/
H A Dsession.c1143 zend_stat_t sb; in last_modified() local
1148 if (VCWD_STAT(path, &sb) == -1) { in last_modified()
1154 strcpy_gmt(buf + sizeof(LAST_MODIFIED) - 1, &sb.st_mtime); in last_modified()
/PHP-7.4/ext/hash/tests/
H A Dfnv1a32.phpt235 array( 'axuETGoA{fFG"0&6G$4sb!_upS#[{5h^.^$c\'t%#[LK]\\Q', '8520630b' ),
/PHP-7.4/ext/openssl/
H A Dopenssl.c2676 zend_stat_t sb; in php_openssl_setup_verify() local
2692 if (VCWD_STAT(ZSTR_VAL(str), &sb) == -1) { in php_openssl_setup_verify()
2698 if ((sb.st_mode & S_IFREG) == S_IFREG) { in php_openssl_setup_verify()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c1265 ssb->sb.st_size = sqlite3_stream->size; in php_sqlite3_stream_stat()
/PHP-7.4/ext/curl/
H A Dinterface.c2236 filesize = ssb.sb.st_size; in build_mime_structure_from_hash()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10167 >0 ubyte 0xfd Linux RAID partition persistent sb
H A Dmagic10167 >0 ubyte 0xfd Linux RAID partition persistent sb

Completed in 340 milliseconds

12