Home
last modified time | relevance | path

Searched refs:stat (Results 126 – 150 of 201) sorted by relevance

123456789

/PHP-5.5/
H A D.gdbinit600 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 Dlink.c90 struct stat sb; in PHP_FUNCTION()
H A Dlink_win32.c91 struct stat sb; in PHP_FUNCTION()
H A Diptc.c196 struct stat sb; in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c357 struct stat st; in php_stream_url_wrap_php()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h410 struct stat;
418 protected int file_fsmagic(struct magic_set *, const char *, struct stat *, php_stream *);
/PHP-5.5/ext/dba/
H A Ddba_db2.c53 struct stat check_stat; in DBA_OPEN_FUNC()
H A Ddba_db3.c62 struct stat check_stat; in DBA_OPEN_FUNC()
H A Ddba_db4.c80 struct stat check_stat;
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_insert_id_variation.phpt41 $link->stat();
/PHP-5.5/Zend/
H A Dzend_stream.c67 struct stat buf; in zend_stream_stdio_fsizer()
109 struct stat buf; in zend_stream_fsize()
H A DZend.m4298 #include <sys/stat.h>
343 #include <sys/stat.h>
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c284 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 D022.phpt2 Phar: stream stat
/PHP-5.5/ext/standard/tests/file/
H A D006_error.phpt82 Warning: fileperms(): stat failed for /no/such/file/dir in %s on line %d
/PHP-5.5/ext/mbstring/libmbfl/
H A Dconfig.h.in44 /* Define to 1 if you have the <sys/stat.h> header file. */
/PHP-5.5/main/
H A Dphp_ini.c553 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 Dphp_streams.h107 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 Dshortarc.php268 $stat[7] . ")");
H A Dfunc_interceptors.c442 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 Dmysqlnd_statistics.h165 …ats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats stat, mysqlnd_stat_trigg…
/PHP-5.5/ext/zip/lib/
H A Dzip_open.c483 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 Dconfig.h.in45 /* Define to 1 if you have the <sys/stat.h> header file. */
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1010 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 Dphp_milter.c1165 struct stat junk; in main()
1166 if (stat(sock,&junk) == 0) unlink(sock); in main()

Completed in 60 milliseconds

123456789