Searched refs:stat (Results 126 – 150 of 201) sorted by relevance
123456789
/PHP-5.5/ |
H A D | .gdbinit | 600 set $stat = "?" 613 set $stat = "OK" 616 set $stat = "FREED" 619 set $stat = "CACHED" 634 printf "%-06s %s:%d", $stat, $filename, $p->lineno
|
/PHP-5.5/ext/standard/ |
H A D | link.c | 90 struct stat sb; in PHP_FUNCTION()
|
H A D | link_win32.c | 91 struct stat sb; in PHP_FUNCTION()
|
H A D | iptc.c | 196 struct stat sb; in PHP_FUNCTION()
|
H A D | php_fopen_wrapper.c | 357 struct stat st; in php_stream_url_wrap_php()
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | file.h | 410 struct stat; 418 protected int file_fsmagic(struct magic_set *, const char *, struct stat *, php_stream *);
|
/PHP-5.5/ext/dba/ |
H A D | dba_db2.c | 53 struct stat check_stat; in DBA_OPEN_FUNC()
|
H A D | dba_db3.c | 62 struct stat check_stat; in DBA_OPEN_FUNC()
|
H A D | dba_db4.c | 80 struct stat check_stat;
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_insert_id_variation.phpt | 41 $link->stat();
|
/PHP-5.5/Zend/ |
H A D | zend_stream.c | 67 struct stat buf; in zend_stream_stdio_fsizer() 109 struct stat buf; in zend_stream_fsize()
|
H A D | Zend.m4 | 298 #include <sys/stat.h> 343 #include <sys/stat.h>
|
/PHP-5.5/TSRM/ |
H A D | tsrm_virtual_cwd.c | 284 CWD_API int php_sys_stat_ex(const char *path, struct stat *buf, int lstat) /* {{{ */ in php_sys_stat_ex() 291 return stat(path, buf); in php_sys_stat_ex() 400 struct stat buf; in php_is_dir_ok() 411 struct stat buf; in php_is_file_ok() 759 struct stat st; in tsrm_realpath_r() 1713 CWD_API int virtual_stat(const char *path, struct stat *buf TSRMLS_DC) /* {{{ */ in virtual_stat() 1731 CWD_API int virtual_lstat(const char *path, struct stat *buf TSRMLS_DC) /* {{{ */ in virtual_lstat()
|
/PHP-5.5/ext/phar/tests/ |
H A D | 022.phpt | 2 Phar: stream stat
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | 006_error.phpt | 82 Warning: fileperms(): stat failed for /no/such/file/dir in %s on line %d
|
/PHP-5.5/ext/mbstring/libmbfl/ |
H A D | config.h.in | 44 /* Define to 1 if you have the <sys/stat.h> header file. */
|
/PHP-5.5/main/ |
H A D | php_ini.c | 553 struct stat statbuf; in php_init_config() 626 struct stat sb; in php_init_config() 756 struct stat sb; in php_parse_user_ini_file()
|
H A D | php_streams.h | 107 struct stat sb; /* regular info */ 128 int (*stat)(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC); member
|
/PHP-5.5/ext/phar/ |
H A D | shortarc.php | 268 $stat[7] . ")");
|
H A D | func_interceptors.c | 442 static void phar_fancy_stat(struct stat *stat_sb, int type, zval *return_value TSRMLS_DC) in phar_fancy_stat() 620 struct stat sb = {0}; in phar_file_stat() 1087 PHAR_INTERCEPT(stat); in phar_intercept_functions_init() 1123 PHAR_RELEASE(stat); in phar_intercept_functions_shutdown()
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 165 …ats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats stat, mysqlnd_stat_trigg…
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_open.c | 483 struct stat st; in _zip_file_exists() 490 if (stat(fn, &st) != 0) { in _zip_file_exists()
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | config.h.in | 45 /* Define to 1 if you have the <sys/stat.h> header file. */
|
/PHP-5.5/sapi/thttpd/ |
H A D | thttpd_patch | 1010 struct stat sb; 1316 -mmc_map( char* filename, struct stat* sbP, struct timeval* nowP ) 1317 +mmc_map( char* filename, struct stat* sbP, struct timeval* nowP, int nocache, char **last_modified… 1320 struct stat sb; 1326 if ( sbP != (struct stat*) 0 ) 1367 mmc_unmap( void* addr, struct stat* sbP, struct timeval* nowP ) 1373 if ( sbP != (struct stat*) 0 ) 1407 ** If you have a stat buffer on the file, pass it in, otherwise pass 0. 1411 -extern void* mmc_map( char* filename, struct stat* sbP, struct timeval* nowP ); 1412 +extern void* mmc_map( char* filename, struct stat* sbP, struct timeval* nowP, int nocache, char **… [all …]
|
/PHP-5.5/sapi/milter/ |
H A D | php_milter.c | 1165 struct stat junk; in main() 1166 if (stat(sock,&junk) == 0) unlink(sock); in main()
|
Completed in 111 milliseconds
123456789