Searched defs:ext_len (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/phar/ |
H A D | phar.c | 1245 int ext_len; local 1735 static int phar_analyze_path(const char *fname, const char *ext, int ext_len, int for_create TSRMLS… 1837 static int phar_check_str(const char *fname, const char *ext_str, int ext_len, int executable, int … 1892 …ame_ext(const char *filename, int filename_len, const char **ext_str, int *ext_len, int executable… 2263 int ext_len, free_filename = 0; local
|
H A D | phar_object.c | 1096 int fname_len, ext_len, is_executable; local 2103 int ext_len = ext ? strlen(ext) : 0; local 2444 int is_data, ext_len = 0; local 2547 int is_data, ext_len = 0; local 3284 int ext_len = 0; local 3352 int ext_len = 0; local
|
H A D | phar_internal.h | 309 int ext_len; member
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_php.c | 245 size_t ext_len = strlen(*p); in fpm_php_limit_extensions() local
|
/PHP-5.4/sapi/cli/ |
H A D | php_cli_server.c | 137 size_t ext_len; member 423 static const char *get_mime_type(const char *ext, size_t ext_len) /* {{{ */ in get_mime_type()
|
Completed in 41 milliseconds