Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dphar.c1268 size_t ext_len; in phar_open_or_create_filename() local
1762 static int phar_analyze_path(const char *fname, const char *ext, size_t ext_len, int for_create) /*… in phar_analyze_path()
1867 static int phar_check_str(const char *fname, const char *ext_str, size_t ext_len, int executable, i… in phar_check_str()
1919 …ext(const char *filename, size_t filename_len, const char **ext_str, size_t *ext_len, int executab… in phar_detect_phar_fname_ext()
2206 size_t ext_len; in phar_split_fname() local
H A Dphar_object.c1074 size_t ext_len; in PHP_METHOD() local
2020 size_t ext_len = ext ? strlen(ext) : 0; in phar_rename_archive() local
2382 size_t ext_len = 0; in PHP_METHOD() local
2486 size_t ext_len = 0; in PHP_METHOD() local
3219 size_t ext_len = 0; in PHP_METHOD() local
3287 size_t ext_len = 0; in PHP_METHOD() local
H A Dphar_internal.h273 uint32_t ext_len; member
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_php.c249 size_t ext_len = strlen(*p); in fpm_php_limit_extensions() local
/PHP-7.4/ext/spl/
H A Dphp_spl.c250 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len in spl_autoload()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c137 size_t ext_len; member
373 static const char *get_mime_type(const php_cli_server *server, const char *ext, size_t ext_len) /* … in get_mime_type()
2318 size_t ext_len = strlen(pair->ext); in php_cli_server_mime_type_ctor() local

Completed in 49 milliseconds