Home
last modified time | relevance | path

Searched refs:psz_content_type (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dremote.c1588 char *GetMimeViewer(psz_content_type) in GetMimeViewer() argument
1589 char *psz_content_type; in GetMimeViewer()
1786 char *psz_url, *psz_content_type, *tmp_fname; in UseMimeViewer()
1795 if (psz_content_type == NULL ||
1809 viewer = GetMimeViewer(psz_content_type);
1813 strchr(psz_content_type, '/'));
1821 ((*psz_content_type == 'X' || *psz_content_type == 'x') &&
1822 psz_content_type[1] == '-')) {
1944 char *psz_url, *psz_content_type, *tmp_fname; in UseViewer()
2000 char *psz_url, *psz_content_type, *tmp_fname;
[all …]
H A Dmarkup.c131 int ParseMarkUpFile(buf, buf_sz, pn_html, psz_content_type) in ParseMarkUpFile() argument
132 char *buf, *psz_content_type; in ParseMarkUpFile()
H A Dremote.e65 char *psz_content_type,
68 char *psz_content_type,
H A Dwb.c307 char *psz_content=NULL, *psz_content_type=NULL; local
310 psz_content = HttpExtractText(buf, &content_sz, NULL, &psz_content_type);
312 ProcessRemoteCmd(psz_content_type, psz_content, content_sz);
315 if (psz_content_type != NULL) UtilFree(psz_content_type);
1248 char *psz_content_type, *psz_buf, **ppsz_plain_buf; in DeserializeCmd()
1265 (psz_content_type!=NULL) ? psz_content_type : "(unknown)");
1268 if (psz_content_type != NULL &&
1269 strcmp(psz_content_type, "application/x-tgif-cmd-z") == 0) {
1611 void ProcessRemoteCmd(psz_content_type, psz_buf, buf_sz) in ProcessRemoteCmd() argument
1612 char *psz_content_type, *psz_buf; in ProcessRemoteCmd()
[all …]
H A Dmarkup.e32 char *psz_content_type));
H A Dnavigate.e52 char *psz_content_type,
H A Dwb.e122 extern void ProcessRemoteCmd ARGS_DECL((char *psz_content_type,
H A Dnavigate.c484 void UpdateURLCache(psz_url, psz_remote_buf, psz_content_type, remote_buf_sz, in UpdateURLCache() argument
486 char *psz_url, *psz_remote_buf, *psz_content_type; in UpdateURLCache()
522 url_cache->content_type = UtilStrDup(psz_content_type);
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_ResourceManager.cpp198 static const char * psz_content_type = "type"; in write_xml() local
218 atts[n++] = psz_content_type; in write_xml()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/
H A Dogg.c736 char *psz_content_type; in OggGetSkeletonFisbone() member
777 if ( asprintf( &headers.psz_content_type, "Content-Type: %s\r\n", psz_value ) != -1 ) in OggGetSkeletonFisbone()
779 headers.i_size += strlen( headers.psz_content_type ); in OggGetSkeletonFisbone()
851 memcpy( psz_header, headers.psz_content_type, strlen( headers.psz_content_type ) ); in OggGetSkeletonFisbone()
852 psz_header += strlen( headers.psz_content_type ); in OggGetSkeletonFisbone()
858 free( headers.psz_content_type ); in OggGetSkeletonFisbone()