Home
last modified time | relevance | path

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

/PHP-8.1/ext/phar/
H A Dphar_internal.h187 HashTable mime_types; variable
H A Dphar.c3399 zend_hash_init(&phar_globals->mime_types, 0, NULL, mime_type_dtor, 1); in PHP_GINIT_FUNCTION()
3405 …zend_hash_str_add_mem(&phar_globals->mime_types, fileext, sizeof(fileext)-1, (void *)&mime, sizeof… in PHP_GINIT_FUNCTION()
3454 zend_hash_destroy(&phar_globals->mime_types); in PHP_GSHUTDOWN_FUNCTION()
H A Dphar_object.c845 code = phar_file_type(&PHAR_G(mime_types), entry, &mime_type); in PHP_METHOD()

Completed in 29 milliseconds