Home
last modified time | relevance | path

Searched defs:dstlen (Results 1 – 14 of 14) sorted by relevance

/third_party/node/src/
Dbase64-inl.h33 bool base64_decode_group_slow(char* const dst, const size_t dstlen, in base64_decode_group_slow()
63 size_t base64_decode_fast(char* const dst, const size_t dstlen, in base64_decode_fast()
116 size_t base64_decode(char* const dst, const size_t dstlen, in base64_decode()
/third_party/mbedtls/include/mbedtls/
Dpsa_util.h400 size_t *dstlen ) in mbedtls_psa_tls_psa_ec_to_ecpoint()
415 size_t dstlen, in mbedtls_psa_tls_ecpoint_to_psa_ec()
/third_party/ltp/include/
Dtst_netdevice.h82 dstprefix, dstlen, gateway, gatewaylen) \ argument
109 dstaddr, dstprefix, dstlen, gateway, gatewaylen) \ argument
/third_party/ltp/lib/
Dtst_netdevice.c373 const void *dstaddr, unsigned int dstprefix, size_t dstlen, in modify_route()
456 size_t srclen = 0, dstlen = 0, gwlen = 0; in modify_route_inet() local
480 unsigned int dstprefix, size_t dstlen, const void *gateway, in tst_netdev_add_route()
500 unsigned int dstprefix, size_t dstlen, const void *gateway, in tst_netdev_remove_route()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_utils.cc55 std::string::size_type dstlen = strdst.size(); in GetFileKernelName() local
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_iconv.c254 size_t srclen, dstlen; in SDL_iconv() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c928 size_t dstlen; in tzparse() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c928 size_t dstlen; in tzparse() local
/third_party/curl/packages/OS400/
Dos400sys.c1195 sockaddr2ascii(struct sockaddr *dstaddr, int dstlen, in sockaddr2ascii()
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c928 size_t dstlen; in tzparse() local
/third_party/tzdata/
Dlocaltime.c1074 size_t dstlen; in tzparse() local
/third_party/nghttp2/src/
Dshrpx_tls.cc2010 ssize_t get_x509_fingerprint(uint8_t *dst, size_t dstlen, const X509 *x, in get_x509_fingerprint()
/third_party/ffmpeg/libavformat/
Dmatroskadec.c3282 int dstlen = 0; in matroska_parse_wavpack() local
3365 int dstlen = *size + 8; in matroska_parse_prores() local
Dmov.c161 char *dst, int dstlen) in mov_read_mac_string()