Searched refs:mimetype (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/include/private/
H A Dsvn_magic.h51 svn_magic__detect_binary_mimetype(const char **mimetype,
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dmagic.c124 svn_magic__detect_binary_mimetype(const char **mimetype,
180 *mimetype = magic_mimetype;
123 svn_magic__detect_binary_mimetype(const char **mimetype, const char *local_abspath, svn_magic__cookie_t *magic_cookie, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dio.c3536 svn_io_detect_mimetype2(const char **mimetype,
3550 *mimetype = NULL;
3564 *mimetype = type_from_map;
3588 *mimetype = generic_binary;
3647 svn_io_detect_mimetype(const char **mimetype,
3651 return svn_io_detect_mimetype2(mimetype, file, NULL, pool);
3527 svn_io_detect_mimetype2(const char **mimetype, const char *file, apr_hash_t *mimetype_map, apr_pool_t *pool) argument
3638 svn_io_detect_mimetype(const char **mimetype, const char *file, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dadd.c156 const char **mimetype,
184 *mimetype = propval;
192 const char **mimetype,
204 *mimetype = NULL;
215 get_auto_props_for_pattern(*properties, mimetype, &have_executable,
221 /* if mimetype has not been set check the file */
222 if (! *mimetype)
224 SVN_ERR(svn_io_detect_mimetype2(mimetype, path, ctx->mimetypes_map,
230 (!*mimetype ||
231 strcmp(*mimetype, "applicatio
153 get_auto_props_for_pattern(apr_hash_t *properties, const char **mimetype, svn_boolean_t *have_executable, const char *filename, const char *pattern, apr_hash_t *propvals, apr_pool_t *scratch_pool) argument
189 svn_client__get_paths_auto_props(apr_hash_t **properties, const char **mimetype, const char *path, svn_magic__cookie_t *magic_cookie, apr_hash_t *autoprops, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
278 const char *mimetype; local
[all...]
H A Dclient.h366 libmagic. If a mimetype is found then add it to *PROPERTIES and set
367 *MIMETYPE to the mimetype value or NULL otherwise.
373 const char **mimetype,
H A Dimport.c201 const char *mimetype = NULL;
219 SVN_ERR(svn_client__get_paths_auto_props(&properties, &mimetype,
245 notify->mime_type = mimetype;
200 const char *mimetype = NULL; local
/freebsd-10-stable/contrib/ntp/lib/isc/include/isc/
H A Dtypes.h110 const char **mimetype,
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dhttpd.c128 const char *mimetype; member in struct:isc_httpd
615 const char **mimetype, isc_buffer_t *b,
626 *mimetype = "text/plain";
639 const char **mimetype, isc_buffer_t *b,
650 *mimetype = "text/plain";
717 &httpd->mimetype,
725 &httpd->mimetype, &httpd->bodybuffer,
731 &httpd->mimetype,
739 isc_httpd_addheader(httpd, "Content-Type", httpd->mimetype);
612 render_404(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
636 render_500(const char *url, const char *querystring, void *arg, unsigned int *retcode, const char **retmsg, const char **mimetype, isc_buffer_t *b, isc_httpdfree_t **freecb, void **freecb_args) argument
/freebsd-10-stable/contrib/subversion/subversion/svnlook/
H A Dsvnlook.c695 svn_string_t *mimetype;
706 mimetype, get outta here. */
709 SVN_ERR(svn_fs_node_prop(&mimetype, root1, path1,
711 if (mimetype && svn_mime_type_is_binary(mimetype->data))
719 SVN_ERR(svn_fs_node_prop(&mimetype, root2, path2,
721 if (mimetype && svn_mime_type_is_binary(mimetype->data))
690 svn_string_t *mimetype; local
/freebsd-10-stable/contrib/file/src/
H A Dapprentice.c1016 * description/mimetype.
1021 *ml->magic[magindex].mimetype == '\0')
1028 ml->magic[magindex].mimetype);
1249 me[i].mp->mimetype,
1250 me[i].mp->mimetype[0] == '\0' ? "" : "; ",
2200 m->mimetype[0] = '\0'; /* initialise MIME type to none */
2353 CAST(off_t, offsetof(struct magic, mimetype)),
2354 sizeof(m->mimetype), "MIME", "+-/.", 1);
H A Dfile.h311 char mimetype[MAXMIME]; /* MIME type */ member in struct:magic
H A Dsoftmagic.c2054 if ((ms->flags & MAGIC_MIME_TYPE) && m->mimetype[0]) {
2057 if (file_printf(ms, "%s", m->mimetype) == -1)
/freebsd-10-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2100 * Extension (MIME) type. If so, set @a *mimetype to a character string
2112 svn_io_detect_mimetype2(const char **mimetype,
2125 svn_io_detect_mimetype(const char **mimetype,

Completed in 169 milliseconds