Home
last modified time | relevance | path

Searched defs:tolen (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/utils/sctp/lib/
Dsendmsg.c33 socklen_t tolen, uint32_t ppid, uint32_t flags, in sctp_sendmsg()
/third_party/openssl/crypto/bn/
Dbn_lib.c482 int bn2binpad(const BIGNUM *a, unsigned char *to, int tolen, endianess_t endianess) in bn2binpad()
532 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2binpad()
591 int BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2lebinpad()
607 int BN_bn2nativepad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2nativepad()
/third_party/ltp/utils/sctp/testlib/
Dsctputil.h198 const struct sockaddr *to, socklen_t tolen) in test_sendto()
269 struct sockaddr *to, socklen_t tolen, in test_sctp_sendmsg()
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c62 int tolen; /* length of "to" buffer */ member
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c96 int tolen; /* length of "to" buffer */ member
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genec.c77 int BN_bn2binpad(const BIGNUM *a, unsigned char *to, int tolen) in BN_bn2binpad()
/third_party/ffmpeg/libavutil/
Davstring.c241 size_t tolen = strlen(to), fromlen = strlen(from); in av_strireplace() local
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c743 socklen_t tolen, in userspace_sctp_sendmsg()
927 socklen_t tolen, in userspace_sctp_sendmbuf()
/third_party/lwip/src/api/
Dsockets.c1644 const struct sockaddr *to, socklen_t tolen) in lwip_sendto()
1655 const struct sockaddr *to, socklen_t tolen) in lwip_sendto_internal()
/third_party/lwip/src/include/lwip/
Dsockets.h663 #define sendto(s,dataptr,size,flags,to,tolen) lwip_sendto(s,dataptr,size,flags,to,tolen) argument
/third_party/libxml2/
Dxmlreader.c5846 unsigned char *to, unsigned long *tolen) in xmlBase64Decode()