Home
last modified time | relevance | path

Searched refs:hdrid (Results 1 – 13 of 13) sorted by relevance

/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dmpeg2desc.c364 int hdrid; in process_packets() local
370 hdrid = in process_packets()
378 switch (hdrid) in process_packets()
551 hdrid == 0x100 + MPID_SYSTEM in process_packets()
553 hdrid == 0x100 + MPID_PRIVATE1 in process_packets()
555 hdrid == 0x100 + MPID_PAD in process_packets()
557 hdrid == 0x100 + MPID_PRIVATE2 in process_packets()
559 hdrid >= 0x100 + MPID_AUDIO_FIRST && hdrid <= 0x100 + MPID_AUDIO_LAST in process_packets()
561 hdrid >= 0x100 + MPID_VIDEO_FIRST && hdrid <= 0x100 + MPID_VIDEO_LAST in process_packets()
569 const int packetid = hdrid & 255; in process_packets()
[all …]
/dports/audio/baresip/baresip-0.5.8/test/sip/
H A Ddomain.c113 const struct sip_msg *msg, enum sip_hdrid hdrid, in domain_auth() argument
136 lst = hash_list(msg->hdrht, hdrid); in domain_auth()
144 if (hdr->id != hdrid) in domain_auth()
H A Dsipsrv.h82 const struct sip_msg *msg, enum sip_hdrid hdrid,
/dports/net/kamailio/kamailio-5.4.5/src/modules/msrp/
H A Dmsrp_parser.h131 msrp_hdr_t *msrp_get_hdr_by_id(msrp_frame_t *mf, int hdrid);
H A Dmsrp_parser.c600 msrp_hdr_t *msrp_get_hdr_by_id(msrp_frame_t *mf, int hdrid) in msrp_get_hdr_by_id() argument
604 if(hdr->htype==hdrid) in msrp_get_hdr_by_id()
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Drpm112 --define | --fileid | --hdrid | --pkgid | -!(-*)D)
178 --dbpath --fscontext --ftswalk --group --hdrid --last
/dports/emulators/hercules/hercules-3.13/
H A Ddasdblks.h263 BYTE hdrid[3]; /* Header identifier */ member
H A Ddasdload.c2041 if (memcmp(copyr1->hdrid, COPYR1_HDRID, 3) != 0) in process_copyr1()
/dports/shells/zsh/zsh-5.8.1/Completion/Redhat/Command/
H A D_rpm79 --pkgid --hdrid --tid --querybynumber
308 --hdrid) _message -e sha1 sha1 ;;
/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Drepo_rpmdb.c1888 unsigned char hdrid[32]; in repo_add_rpm() local
1991 if (solv_hex2bin(&str, hdrid, 20) == 20) in repo_add_rpm()
1996 if (solv_hex2bin(&str, hdrid, 32) == 32) in repo_add_rpm()
2102 repodata_set_bin_checksum(data, s - pool->solvables, SOLVABLE_HDRID, hdridtype, hdrid); in repo_add_rpm()
/dports/shells/fish/fish-3.3.1/share/completions/
H A Drpm.fish79 complete $rpm_select -l hdrid -d 'Query package that contains a given header identifier' -x
/dports/shells/bash/bash-5.1/examples/complete/
H A Dbash_completion2001 --conflicts --obsoletes --pkgid --hdrid \
/dports/archivers/rpm4/rpm-4.16.1.3/
H A DChangeLog94528 - generate index for hdrid (aka Sha1header) tag, query/verify by hdrid.