Home
last modified time | relevance | path

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

/PHP-7.1/ext/phar/
H A Dphar.c1259 int ext_len; local
1743 static int phar_analyze_path(const char *fname, const char *ext, int ext_len, int for_create) /* {{…
1848 static int phar_check_str(const char *fname, const char *ext_str, int ext_len, int executable, int …
1900 …ame_ext(const char *filename, int filename_len, const char **ext_str, int *ext_len, int executable…
2200 int ext_len; local
H A Dphar_object.c1086 int ext_len, is_executable; in PHP_METHOD() local
2042 int ext_len = ext ? strlen(ext) : 0; in phar_rename_archive() local
2362 size_t ext_len = 0; in PHP_METHOD() local
2466 size_t ext_len = 0; in PHP_METHOD() local
3212 size_t ext_len = 0; in PHP_METHOD() local
3280 size_t ext_len = 0; in PHP_METHOD() local
H A Dphar_internal.h280 int ext_len; member
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_php.c242 size_t ext_len = strlen(*p); in fpm_php_limit_extensions() local
/PHP-7.1/ext/spl/
H A Dphp_spl.c247 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len in spl_autoload()
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c138 size_t ext_len; member
369 static const char *get_mime_type(const php_cli_server *server, const char *ext, size_t ext_len) /* … in get_mime_type()
2235 size_t ext_len = strlen(pair->ext); in php_cli_server_mime_type_ctor() local

Completed in 98 milliseconds