Searched defs:ext_len (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/phar/ |
H A D | phar.c | 1314 size_t ext_len; in phar_open_or_create_filename() local 1810 static zend_result phar_analyze_path(const char *fname, const char *ext, size_t ext_len, int for_cr… in phar_analyze_path() 1915 static zend_result phar_check_str(const char *fname, const char *ext_str, size_t ext_len, int execu… in phar_check_str() 1967 …ext(const char *filename, size_t filename_len, const char **ext_str, size_t *ext_len, int executab… in phar_detect_phar_fname_ext() 2246 size_t ext_len; in phar_split_fname() local
|
H A D | phar_object.c | 1061 size_t ext_len; in PHP_METHOD() local 1990 size_t ext_len = ext ? strlen(ext) : 0; in phar_rename_archive() local 2358 size_t ext_len = 0; in PHP_METHOD() local 2469 size_t ext_len = 0; in PHP_METHOD() local 3213 size_t ext_len = 0; in PHP_METHOD() local 3280 size_t ext_len = 0; in PHP_METHOD() local
|
H A D | phar_internal.h | 251 uint32_t ext_len; member
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_php.c | 258 size_t ext_len = strlen(*p); in fpm_php_limit_extensions() local
|
/php-src/ext/spl/ |
H A D | php_spl.c | 229 static int spl_autoload(zend_string *class_name, zend_string *lc_name, const char *ext, int ext_len… in spl_autoload()
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 147 size_t ext_len; member 396 static const char *get_mime_type(const php_cli_server *server, const char *ext, size_t ext_len) /* … in get_mime_type() 2366 size_t ext_len = strlen(pair->ext); in php_cli_server_mime_type_ctor() local
|
Completed in 32 milliseconds