Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dphar_internal.h156 HashTable mime_types; variable
H A Dphar.c3347 zend_hash_init(&phar_globals->mime_types, 0, NULL, mime_type_dtor, 1); in PHP_GINIT_FUNCTION()
3353 …zend_hash_str_add_mem(&phar_globals->mime_types, fileext, sizeof(fileext)-1, (void *)&mime, sizeof… in PHP_GINIT_FUNCTION()
3402 zend_hash_destroy(&phar_globals->mime_types); in PHP_GSHUTDOWN_FUNCTION()
H A Dphar_object.c863 code = phar_file_type(&PHAR_G(mime_types), entry, &mime_type); in PHP_METHOD()

Completed in 25 milliseconds