Home
last modified time | relevance | path

Searched defs:ext_len (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/phar/
H A Dphar.c1259 int ext_len; local
1744 static int phar_analyze_path(const char *fname, const char *ext, int ext_len, int for_create) /* {{…
1849 static int phar_check_str(const char *fname, const char *ext_str, int ext_len, int executable, int …
1901 …ame_ext(const char *filename, int filename_len, const char **ext_str, int *ext_len, int executable…
2201 int ext_len; local
H A Dphar_object.c1086 int ext_len, is_executable; in PHP_METHOD() local
2053 int ext_len = ext ? strlen(ext) : 0; in phar_rename_archive() local
2420 size_t ext_len = 0; in PHP_METHOD() local
2524 size_t ext_len = 0; in PHP_METHOD() local
3270 size_t ext_len = 0; in PHP_METHOD() local
3338 size_t ext_len = 0; in PHP_METHOD() local
H A Dphar_internal.h280 int ext_len; member
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_php.c245 size_t ext_len = strlen(*p); in fpm_php_limit_extensions() local
/PHP-7.2/ext/spl/
H A Dphp_spl.c246 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len in spl_autoload()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c138 size_t ext_len; member
368 static const char *get_mime_type(const php_cli_server *server, const char *ext, size_t ext_len) /* … in get_mime_type()
2203 size_t ext_len = strlen(pair->ext); in php_cli_server_mime_type_ctor() local

Completed in 45 milliseconds