Home
last modified time | relevance | path

Searched refs:htype (Results 201 – 225 of 1513) sorted by relevance

12345678910>>...61

/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dsmjpegdec.c51 uint32_t version, htype, hlength, duration; in smjpeg_read_header() local
65 htype = avio_rl32(pb); in smjpeg_read_header()
66 switch (htype) { in smjpeg_read_header()
132 av_log(s, AV_LOG_ERROR, "unknown header %"PRIx32"\n", htype); in smjpeg_read_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dsmjpegdec.c51 uint32_t version, htype, hlength, duration; in smjpeg_read_header() local
62 htype = avio_rl32(pb); in smjpeg_read_header()
63 switch (htype) { in smjpeg_read_header()
129 av_log(s, AV_LOG_ERROR, "unknown header %"PRIx32"\n", htype); in smjpeg_read_header()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenDiscovery.php169 $htype = 'primary';
172 $htype = 'slave';
177 $htype = 'primary';
184 'type' => $htype,
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenDiscovery.php169 $htype = 'primary';
172 $htype = 'slave';
177 $htype = 'primary';
184 'type' => $htype,
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenDiscovery.php169 $htype = 'primary';
172 $htype = 'slave';
177 $htype = 'primary';
184 'type' => $htype,
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenDiscovery.php169 $htype = 'primary';
172 $htype = 'slave';
177 $htype = 'primary';
184 'type' => $htype,
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/screens/
H A DCScreenDiscovery.php169 $htype = 'primary';
172 $htype = 'slave';
177 $htype = 'primary';
184 'type' => $htype,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dsmjpegdec.c51 uint32_t version, htype, hlength, duration; in smjpeg_read_header() local
62 htype = avio_rl32(pb); in smjpeg_read_header()
63 switch (htype) { in smjpeg_read_header()
129 av_log(s, AV_LOG_ERROR, "unknown header %"PRIx32"\n", htype); in smjpeg_read_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dsmjpegdec.c51 uint32_t version, htype, hlength, duration; in smjpeg_read_header() local
65 htype = avio_rl32(pb); in smjpeg_read_header()
66 switch (htype) { in smjpeg_read_header()
132 av_log(s, AV_LOG_ERROR, "unknown header %"PRIx32"\n", htype); in smjpeg_read_header()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dsmjpegdec.c51 uint32_t version, htype, hlength, duration; in smjpeg_read_header() local
65 htype = avio_rl32(pb); in smjpeg_read_header()
66 switch (htype) { in smjpeg_read_header()
132 av_log(s, AV_LOG_ERROR, "unknown header %"PRIx32"\n", htype); in smjpeg_read_header()
/dports/mail/qmail/netqmail-1.06/
H A Dqmail-inject.c345 int htype; local
348 htype = hfield_known(h->s,h->len);
349 if (flagdeletefrom) if (htype == H_FROM) return;
350 if (flagdeletemessid) if (htype == H_MESSAGEID) return;
351 if (flagdeletesender) if (htype == H_RETURNPATH) return;
353 if (htype)
354 htypeseen[htype] = 1;
359 switch(htype) {
381 if (htype == H_BCC) return;
382 if (htype == H_R_BCC) return;
[all …]
/dports/mail/qmail-dk/qmail-1.03/
H A Dqmail-inject.c345 int htype; local
348 htype = hfield_known(h->s,h->len);
349 if (flagdeletefrom) if (htype == H_FROM) return;
350 if (flagdeletemessid) if (htype == H_MESSAGEID) return;
351 if (flagdeletesender) if (htype == H_RETURNPATH) return;
353 if (htype)
354 htypeseen[htype] = 1;
359 switch(htype) {
381 if (htype == H_BCC) return;
382 if (htype == H_R_BCC) return;
[all …]
/dports/mail/qmail-tls/netqmail-1.06/
H A Dqmail-inject.c345 int htype; local
348 htype = hfield_known(h->s,h->len);
349 if (flagdeletefrom) if (htype == H_FROM) return;
350 if (flagdeletemessid) if (htype == H_MESSAGEID) return;
351 if (flagdeletesender) if (htype == H_RETURNPATH) return;
353 if (htype)
354 htypeseen[htype] = 1;
359 switch(htype) {
381 if (htype == H_BCC) return;
382 if (htype == H_R_BCC) return;
[all …]
/dports/mail/qmail-mysql/netqmail-1.06/
H A Dqmail-inject.c345 int htype; local
348 htype = hfield_known(h->s,h->len);
349 if (flagdeletefrom) if (htype == H_FROM) return;
350 if (flagdeletemessid) if (htype == H_MESSAGEID) return;
351 if (flagdeletesender) if (htype == H_RETURNPATH) return;
353 if (htype)
354 htypeseen[htype] = 1;
359 switch(htype) {
381 if (htype == H_BCC) return;
382 if (htype == H_R_BCC) return;
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_median.c69 static void hadd(htype *dst, const htype *src, int bins) in hadd()
75 static void hsub(htype *dst, const htype *src, int bins) in hsub()
81 static void hmuladd(htype *dst, const htype *src, int f, int bins) in hmuladd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_median.c69 static void hadd(htype *dst, const htype *src, int bins) in hadd()
75 static void hsub(htype *dst, const htype *src, int bins) in hsub()
81 static void hmuladd(htype *dst, const htype *src, int f, int bins) in hmuladd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_median.c69 static void hadd(htype *dst, const htype *src, int bins) in hadd()
75 static void hsub(htype *dst, const htype *src, int bins) in hsub()
81 static void hmuladd(htype *dst, const htype *src, int f, int bins) in hmuladd()
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/hashdb/
H A Dtsk_hashdb.c285 tsk_hdb_get_idx_path(TSK_HDB_INFO * hdb_info, TSK_HDB_HTYPE_ENUM htype) in tsk_hdb_get_idx_path() argument
294 return hdb_info->get_index_path(hdb_info, htype); in tsk_hdb_get_idx_path()
297 uint8_t tsk_hdb_open_idx(TSK_HDB_INFO *hdb_info, TSK_HDB_HTYPE_ENUM htype) in tsk_hdb_open_idx() argument
306 return hdb_info->open_index(hdb_info, htype); in tsk_hdb_open_idx()
319 tsk_hdb_has_idx(TSK_HDB_INFO * hdb_info, TSK_HDB_HTYPE_ENUM htype) in tsk_hdb_has_idx() argument
328 return (hdb_info->open_index(hdb_info, htype) == 0) ? 1 : 0; in tsk_hdb_has_idx()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_median.c69 static void hadd(htype *dst, const htype *src, int bins) in hadd()
75 static void hsub(htype *dst, const htype *src, int bins) in hsub()
81 static void hmuladd(htype *dst, const htype *src, int f, int bins) in hmuladd()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/hashdb/
H A Dtsk_hashdb.c285 tsk_hdb_get_idx_path(TSK_HDB_INFO * hdb_info, TSK_HDB_HTYPE_ENUM htype) in tsk_hdb_get_idx_path() argument
294 return hdb_info->get_index_path(hdb_info, htype); in tsk_hdb_get_idx_path()
297 uint8_t tsk_hdb_open_idx(TSK_HDB_INFO *hdb_info, TSK_HDB_HTYPE_ENUM htype) in tsk_hdb_open_idx() argument
306 return hdb_info->open_index(hdb_info, htype); in tsk_hdb_open_idx()
319 tsk_hdb_has_idx(TSK_HDB_INFO * hdb_info, TSK_HDB_HTYPE_ENUM htype) in tsk_hdb_has_idx() argument
328 return (hdb_info->open_index(hdb_info, htype) == 0) ? 1 : 0; in tsk_hdb_has_idx()
/dports/news/trn/trn-3.6/
H A Dart.c170 seekart(htype[PAST_HEADER].ht_minpos); in do_article()
183 if (artpos < htype[PAST_HEADER].ht_minpos) { in do_article()
185 seekart(htype[PAST_HEADER].ht_minpos); in do_article()
274 htype[PAST_HEADER].ht_minpos = tellart(); in do_article()
284 if (in_header && htype[in_header].ht_flags & HT_MAGIC) { in do_article()
294 if (!(htype[EXPIR_LINE].ht_flags & HT_HIDE)) in do_article()
321 htype[SUBJ_LINE].ht_flags & HT_MAGIC) { in do_article()
721 if (pos < htype[PAST_HEADER].ht_minpos) in page_switch()
771 if (start_where < htype[PAST_HEADER].ht_minpos) in page_switch()
772 start_where = htype[PAST_HEADER].ht_minpos; in page_switch()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_msrp.h135 …st char*) switch_msrp_msg_get_header(switch_msrp_msg_t *msrp_msg, switch_msrp_header_type_t htype);
136 …_msrp_msg_add_header(switch_msrp_msg_t *msrp_msg, switch_msrp_header_type_t htype, char *fmt, ...);
138 SWITCH_DECLARE(char*) switch_msrp_header_name(switch_msrp_header_type_t htype);
/dports/security/gnutls/gnutls-3.6.16/doc/functions/
H A Dgnutls_handshake_set_hook_function5 …ake_set_hook_function} (gnutls_session_t @var{session}, unsigned int @var{htype}, int @var{when}, …
8 @var{htype}: the @code{gnutls_handshake_description_t} of the message to hook at
25 To hook at all handshake messages use an @code{htype} of @code{GNUTLS_HANDSHAKE_ANY} .
/dports/games/freeciv-nox11/freeciv-2.6.6/ai/
H A Dhandicaps.h43 bool has_handicap(const struct player *pplayer, enum handicap_type htype);
45 const char *handicap_desc(enum handicap_type htype, bool *inverted);
/dports/games/freeciv/freeciv-2.6.6/ai/
H A Dhandicaps.h43 bool has_handicap(const struct player *pplayer, enum handicap_type htype);
45 const char *handicap_desc(enum handicap_type htype, bool *inverted);

12345678910>>...61