Home
last modified time | relevance | path

Searched defs:clen (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/rust/crates/regex/examples/
Dshootout-regex-dna-single.rs22 let clen = seq.len(); in main() localVariable
Dshootout-regex-dna-bytes.rs24 let clen = seq.len(); in main() localVariable
Dshootout-regex-dna.rs24 let clen = seq.len(); in main() localVariable
Dshootout-regex-dna-single-cheat.rs22 let clen = seq.len(); in main() localVariable
/third_party/curl/src/
Dvar.c99 size_t clen, /* content length */ in varfunc()
353 size_t clen, in addvariable()
390 size_t clen = 0; in setvariable() local
Dvar.h34 size_t clen; /* content length */ member
/third_party/openssl/test/
Drsa_test.c216 int clen = 0; in rsa_setkey() local
235 int success, unsigned char *ctext_ex, int *clen, in test_rsa_simple()
289 int clen = 0; in test_rsa_oaep() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dsha512-kdf.c40 size_t pos, clen; in hmac_sha512_kdf() local
Dsha384-kdf.c40 size_t pos, clen; in hmac_sha384_kdf() local
Dsha256-tlsprf.c32 size_t clen; in tls_prf_sha256() local
Dsha256-kdf.c40 size_t pos, clen; in hmac_sha256_kdf() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dsha384-tlsprf.c32 size_t clen; in tls_prf_sha384() local
Dsha256-kdf.c40 size_t pos, clen; in hmac_sha256_kdf() local
Dsha512-kdf.c40 size_t pos, clen; in hmac_sha512_kdf() local
Dsha256-tlsprf.c32 size_t clen; in tls_prf_sha256() local
Dsha384-kdf.c40 size_t pos, clen; in hmac_sha384_kdf() local
/third_party/lwip/src/netif/ppp/
Dchap-new.c258 int clen = 1, nlen, len; in chap_generate_challenge() local
437 int clen, nlen; local
596 int clen, nlen; local
/third_party/lwip/src/core/ipv4/
Dip4_frag.c167 u16_t clen; in ip_reass_free_complete_datagram() local
298 ip_reass_enqueue_new_datagram(struct ip_hdr *fraghdr, int clen) in ip_reass_enqueue_new_datagram()
529 u16_t offset, len, clen; in ip4_reass() local
/third_party/typescript/src/server/
DscriptVersionCache.ts651 const clen = this.children.length; constant
714 const clen = this.children.length; constant
731 const clen = this.children.length; constant
748 const clen = this.children.length; constant
/third_party/curl/lib/vauth/
Dcleartext.c70 size_t clen; in Curl_auth_create_plain_message() local
/third_party/ffmpeg/libavutil/tests/
Dlzo.c42 lzo_uint clen = 0; in main() local
/third_party/skia/third_party/externals/icu/source/i18n/
Duni2name.cpp100 int32_t clen = U16_LENGTH(c); in handleTransliterate() local
/third_party/toybox/toys/posix/
Dwc.c61 int len = 0, clen = 1, space = 0; in do_wc() local
/third_party/node/deps/icu-small/source/i18n/
Duni2name.cpp100 int32_t clen = U16_LENGTH(c); in handleTransliterate() local
/third_party/icu/icu4c/source/i18n/
Duni2name.cpp100 int32_t clen = U16_LENGTH(c); in handleTransliterate() local

1234