Home
last modified time | relevance | path

Searched refs:content_type_length (Results 1 – 25 of 35) sorted by relevance

12

/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4OdheAtom.cpp67 AP4_UI08 content_type_length; in AP4_OdheAtom() local
68 stream.ReadUI08(content_type_length); in AP4_OdheAtom()
70 stream.Read(content_type, content_type_length); in AP4_OdheAtom()
71 m_ContentType.Assign(content_type, content_type_length); in AP4_OdheAtom()
74 AP4_Size bytes_available = size-(AP4_FULL_ATOM_HEADER_SIZE+1+content_type_length); in AP4_OdheAtom()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4OdheAtom.cpp68 AP4_UI08 content_type_length; in AP4_OdheAtom() local
69 stream.ReadUI08(content_type_length); in AP4_OdheAtom()
71 stream.Read(content_type, content_type_length); in AP4_OdheAtom()
72 m_ContentType.Assign(content_type, content_type_length); in AP4_OdheAtom()
75 AP4_Size bytes_available = size-(AP4_FULL_ATOM_HEADER_SIZE+1+content_type_length); in AP4_OdheAtom()
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_extract.c122 COMPAT_ARG_SIZE_T content_length = 0, content_type_length = 0; in PHP_METHOD() local
128 …ZEND_NUM_ARGS(), "ssz", &content, &content_length, &content_type, &content_type_length, &params) =… in PHP_METHOD()
136 …ng_set_ex(&(stream_entry->content_info->stream_info.mime_type), content_type, content_type_length); in PHP_METHOD()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/compress/
H A Dconfiguration.cc194 HostConfiguration::is_content_type_compressible(const char *content_type, int content_type_length) in is_content_type_compressible() argument
196 string scontent_type(content_type, content_type_length); in is_content_type_compressible()
H A Dconfiguration.h136 bool is_content_type_compressible(const char *content_type, int content_type_length);
/dports/www/mod_php80/php-8.0.15/main/
H A DSAPI.c171 uint32_t content_type_length = (uint32_t)strlen(SG(request_info).content_type); in sapi_read_post_data() local
172 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
182 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
187 content_type_length = p-content_type; in sapi_read_post_data()
199 content_type_length)) != NULL) { in sapi_read_post_data()
/dports/www/mod_php81/php-8.1.1/main/
H A DSAPI.c175 uint32_t content_type_length = (uint32_t)strlen(SG(request_info).content_type); in sapi_read_post_data() local
176 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
186 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
191 content_type_length = p-content_type; in sapi_read_post_data()
203 content_type_length)) != NULL) { in sapi_read_post_data()
/dports/lang/php73/php-7.3.33/main/
H A DSAPI.c181 uint32_t content_type_length = (uint32_t)strlen(SG(request_info).content_type); in sapi_read_post_data() local
182 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
192 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
197 content_type_length = p-content_type; in sapi_read_post_data()
209 content_type_length)) != NULL) { in sapi_read_post_data()
/dports/lang/php74/php-7.4.27/main/
H A DSAPI.c177 uint32_t content_type_length = (uint32_t)strlen(SG(request_info).content_type); in sapi_read_post_data() local
178 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
188 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
193 content_type_length = p-content_type; in sapi_read_post_data()
205 content_type_length)) != NULL) { in sapi_read_post_data()
/dports/lang/php81/php-8.1.1/main/
H A DSAPI.c175 uint32_t content_type_length = (uint32_t)strlen(SG(request_info).content_type); in sapi_read_post_data() local
176 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
186 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
191 content_type_length = p-content_type; in sapi_read_post_data()
203 content_type_length)) != NULL) { in sapi_read_post_data()
/dports/lang/php80/php-8.0.15/main/
H A DSAPI.c171 uint32_t content_type_length = (uint32_t)strlen(SG(request_info).content_type); in sapi_read_post_data() local
172 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
182 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
187 content_type_length = p-content_type; in sapi_read_post_data()
199 content_type_length)) != NULL) { in sapi_read_post_data()
/dports/www/mod_php73/php-7.3.33/main/
H A DSAPI.c181 uint32_t content_type_length = (uint32_t)strlen(SG(request_info).content_type); in sapi_read_post_data() local
182 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
192 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
197 content_type_length = p-content_type; in sapi_read_post_data()
209 content_type_length)) != NULL) { in sapi_read_post_data()
/dports/www/mod_php74/php-7.4.27/main/
H A DSAPI.c177 uint32_t content_type_length = (uint32_t)strlen(SG(request_info).content_type); in sapi_read_post_data() local
178 char *content_type = estrndup(SG(request_info).content_type, content_type_length); in sapi_read_post_data()
188 for (p=content_type; p<content_type+content_type_length; p++) { in sapi_read_post_data()
193 content_type_length = p-content_type; in sapi_read_post_data()
205 content_type_length)) != NULL) { in sapi_read_post_data()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/
H A Dxine_ogg_demuxer.c1417 size_t content_type_length = 0; in decode_anxdata_header() local
1435 content_type_length = startline - endline; in decode_anxdata_header()
1438 lprintf("Content-Type: %s (length:%td)\n", content_type, content_type_length); in decode_anxdata_header()
1452 if (!strncmp(content_type, "audio/x-vorbis", content_type_length)) { in decode_anxdata_header()
1459 } else if (!strncmp(content_type, "audio/x-speex", content_type_length)) { in decode_anxdata_header()
1466 } else if (!strncmp(content_type, "video/x-theora", content_type_length)) { in decode_anxdata_header()
1473 } else if (!strncmp(content_type, "text/x-cmml", content_type_length)) { in decode_anxdata_header()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/transports/
H A Dwinhttp.c932 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1175 content_type_length = sizeof(content_type); in winhttp_stream_read()
1180 &content_type, &content_type_length, in winhttp_stream_read()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/transports/
H A Dwinhttp.c1047 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1259 content_type_length = sizeof(content_type); in winhttp_stream_read()
1264 &content_type, &content_type_length, in winhttp_stream_read()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/transports/
H A Dwinhttp.c1051 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1263 content_type_length = sizeof(content_type); in winhttp_stream_read()
1268 &content_type, &content_type_length, in winhttp_stream_read()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/transports/
H A Dwinhttp.c1051 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1263 content_type_length = sizeof(content_type); in winhttp_stream_read()
1268 &content_type, &content_type_length, in winhttp_stream_read()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/transports/
H A Dwinhttp.c983 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1195 content_type_length = sizeof(content_type); in winhttp_stream_read()
1200 &content_type, &content_type_length, in winhttp_stream_read()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/transports/
H A Dwinhttp.c921 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1165 content_type_length = sizeof(content_type); in winhttp_stream_read()
1170 &content_type, &content_type_length, in winhttp_stream_read()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/transports/
H A Dwinhttp.c1051 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1263 content_type_length = sizeof(content_type); in winhttp_stream_read()
1268 &content_type, &content_type_length, in winhttp_stream_read()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/transports/
H A Dwinhttp.c983 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1195 content_type_length = sizeof(content_type); in winhttp_stream_read()
1200 &content_type, &content_type_length, in winhttp_stream_read()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/transports/
H A Dwinhttp.c1016 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1228 content_type_length = sizeof(content_type); in winhttp_stream_read()
1233 &content_type, &content_type_length, in winhttp_stream_read()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/transports/
H A Dwinhttp.c1051 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1263 content_type_length = sizeof(content_type); in winhttp_stream_read()
1268 &content_type, &content_type_length, in winhttp_stream_read()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/transports/
H A Dwinhttp.c1016 DWORD status_code, status_code_length, content_type_length, bytes_written; in winhttp_stream_read() local
1228 content_type_length = sizeof(content_type); in winhttp_stream_read()
1233 &content_type, &content_type_length, in winhttp_stream_read()

12