Home
last modified time | relevance | path

Searched refs:mime (Results 76 – 80 of 80) sorted by relevance

1234

/php-src/ext/curl/
H A Dinterface.c1369 static inline CURLcode add_simple_field(curl_mime *mime, zend_string *string_key, zval *current) in add_simple_field() argument
1378 part = curl_mime_addpart(mime); in add_simple_field()
1401 curl_mime *mime = NULL; in build_mime_structure_from_hash() local
1406 mime = curl_mime_init(ch->cp); in build_mime_structure_from_hash()
1407 if (mime == NULL) { in build_mime_structure_from_hash()
1470 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
1526 part = curl_mime_addpart(mime); in build_mime_structure_from_hash()
1546 add_simple_field(mime, string_key, current_element); in build_mime_structure_from_hash()
1553 add_simple_field(mime, string_key, current); in build_mime_structure_from_hash()
1566 zend_llist_add_element(&ch->to_free->post, &mime); in build_mime_structure_from_hash()
[all …]
/php-src/ext/phar/
H A Dphar_internal.h331 char *mime; member
H A Dphar.c3339 phar_mime_type mime; in PHP_GINIT_FUNCTION() local
3350 mime.mime = mimetype; \ in PHP_GINIT_FUNCTION()
3351 mime.len = sizeof((mimetype))+1; \ in PHP_GINIT_FUNCTION()
3352 mime.type = ret; \ 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()
H A Dphar_object.c40 phar_mime_type *mime; in phar_file_type() local
48 if (NULL == (mime = zend_hash_str_find_ptr(mimes, ext, strlen(ext)))) { in phar_file_type()
52 *mime_type = mime->mime; in phar_file_type()
53 return mime->type; in phar_file_type()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c179 DECLARE_FIELD(mime),

Completed in 48 milliseconds

1234