Home
last modified time | relevance | path

Searched defs:drop (Results 51 - 75 of 141) sorted by relevance

123456

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dstore.rs64 fn drop = ffi::X509_STORE_free; in drop() functions
145 fn drop = ffi::X509_LOOKUP_free; in drop() functions
243 fn drop = X509_LOOKUP_meth_free; in drop() functions
253 fn drop = ffi::X509_STORE_free; in drop() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dstring.rs13 fn drop = free; in drop() functions
H A Dpkcs7.rs19 fn drop = ffi::PKCS7_free; in drop() functions
H A Ddh.rs16 fn drop = ffi::DH_free; in drop() functions
H A Docsp.rs147 fn drop = ffi::OCSP_BASICRESP_free; in drop() functions
214 fn drop = ffi::OCSP_CERTID_free; in drop() functions
241 fn drop = ffi::OCSP_RESPONSE_free; in drop() functions
301 fn drop = ffi::OCSP_REQUEST_free; in drop() functions
346 fn drop = ffi::OCSP_ONEREQ_free; in drop() functions
H A Dmd.rs27 fn drop(&mut self) { in drop() functions
/third_party/rust/crates/nix/src/mount/
H A Dbsd.rs415 fn drop(&mut self) { in drop() functions
/third_party/rust/crates/rustix/src/io/fd/
H A Downed.rs164 fn drop(&mut self) { in drop() functions
/third_party/rust/crates/regex/bench/src/ffi/
H A Dtcl.rs31 fn drop(&mut self) { in drop() functions
H A Dpcre1.rs27 fn drop(&mut self) { in drop() functions
H A Dre2.rs15 fn drop(&mut self) { in drop() functions
/third_party/zlib/contrib/infback9/
H A Dinftree9.c40 unsigned drop; /* code bits to drop for sub-table */ in inflate_table9() local
[all...]
/third_party/zlib/
H A Dinftrees.c40 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_crossfeed.c146 int drop = 0; in filter_frame() local
H A Dtrim.c128 int drop; in trim_filter_frame() local
226 int drop; atrim_filter_frame() local
[all...]
H A Dvf_readvitc.c152 unsigned drop = (line[1] & 0x04); // 1-bit drop flag in make_vitc_tc_string() local
H A Dvf_fps.c96 int drop; ///< number of framed dropped member
/third_party/ffmpeg/libavcodec/
H A Dnoise_bsf.c129 int i, ret, amount, drop = 0; in noise() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dsubtitles.c171 int i, drop = 0; in drop_dups() local
/third_party/ffmpeg/libavutil/
H A Dtimecode.c56 int drop = !!(tc->flags & AV_TIMECODE_FLAG_DROPFRAME); in av_timecode_get_smpte_from_framenum() local
69 uint32_t av_timecode_get_smpte(AVRational rate, int drop, int hh, int mm, int ss, int ff) in av_timecode_get_smpte() argument
106 int drop = tc->flags & AV_TIMECODE_FLAG_DROPFRAME; in av_timecode_make_string() local
144 unsigned drop = tcsmpte & 1<<30 && !prevent_df; // 1-bit drop i in av_timecode_make_smpte_tc_string2() local
[all...]
/third_party/rust/crates/codespan/codespan-reporting/tests/
H A Dterm.rs222 fn drop(&mut self) {} in main() functions
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs343 fn drop(&mut self) { in drop() functions
/third_party/rust/crates/io-lifetimes/src/
H A Dviews.rs160 fn drop(&mut self) { in drop() functions
177 fn drop(&mut self) { in drop() functions
/third_party/rust/crates/cxx/src/
H A Dshared_ptr.rs112 fn drop(&mut self) { in drop() functions
H A Dunique_ptr.rs123 fn drop(&mut self) { in drop() functions

Completed in 15 milliseconds

123456