Home
last modified time | relevance | path

Searched refs:mime_type (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/sapi/cli/
H A Dmime_type_map.h27 const char *mime_type; member
H A Dphp_cli_server.c2148 const char *mime_type = get_mime_type(server, client->request.ext, client->request.ext_len); in php_cli_server_begin_send_static() local
2157 if (mime_type) { in php_cli_server_begin_send_static()
2159 smart_str_appends_ex(&buffer, mime_type, 1); in php_cli_server_begin_send_static()
2160 if (strncmp(mime_type, "text/", 5) == 0) { in php_cli_server_begin_send_static()
2319 zend_hash_str_add_ptr(&server->extension_mime_types, pair->ext, ext_len, (void*)pair->mime_type); in php_cli_server_mime_type_ctor()
/PHP-7.4/ext/phar/
H A Dphar_object.c28 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type() argument
34 *mime_type = "text/plain"; in phar_file_type()
40 *mime_type = "application/octet-stream"; in phar_file_type()
43 *mime_type = mime->mime; in phar_file_type()
170 ctr.line_len = spprintf(&(ctr.line), 0, "Content-type: %s", mime_type); in phar_file_action()
546 char *fname, *path_info, *mime_type = NULL, *entry, *pt; in PHP_METHOD() local
829 mime_type = ""; in PHP_METHOD()
843 mime_type = Z_STRVAL_P(val); in PHP_METHOD()
860 if (!mime_type) { in PHP_METHOD()
861 code = phar_file_type(&PHAR_G(mime_types), entry, &mime_type); in PHP_METHOD()
[all …]

Completed in 25 milliseconds