Home
last modified time | relevance | path

Searched refs:php_stat_len (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/standard/
H A Dphp_filestat.h82 typedef unsigned int php_stat_len; typedef
84 typedef int php_stat_len; typedef
88 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val…
H A Dfilestat.c837 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat()
1088 php_stat(filename, (php_stat_len) filename_len, funcnum, return_value); \
/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c608 static void phar_file_stat(const char *filename, php_stat_len filename_length, int type, void (*ori… in phar_file_stat()
817 …phar_file_stat(filename, (php_stat_len) filename_len, funcnum, PHAR_G(orig), INTERNAL_FUNCTION_PAR…
H A Dphar_object.c1447 php_stat_len fname_len; in phar_build()
1525 …fname_len = (php_stat_len)spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d… in phar_build()
1539 fname_len = (php_stat_len)strlen(fname); in phar_build()
1555 fname_len = (php_stat_len)strlen(fname); in phar_build()
1567 fname_len = (php_stat_len)Z_STRLEN_P(value); in phar_build()

Completed in 24 milliseconds