Searched refs:tolen (Results 1 – 8 of 8) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | sockmisc.c | 273 socklen_t *fromlen, struct sockaddr *to, unsigned int *tolen) in recvfromto() argument 275 if (getsockname(s, to, (socklen_t *)tolen) == -1) { in recvfromto() 374 recvfromto(s, buf, buflen, flags, from, fromlen, to, tolen) in recvfromto() argument 382 u_int *tolen; 423 otolen = *tolen; 424 *tolen = 0; 438 *tolen = sizeof(*sin6); 464 *tolen = sizeof(*sin); 481 *tolen = sizeof(*sin6); 499 *tolen = sizeof(*sin);
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3650 unsigned int tolen) { 3651 LSS_BODY(6, ssize_t, 11, s, buf, len, flags, to, tolen); 3675 unsigned int, tolen) in _syscall3() 3709 unsigned int tolen) { in LSS_NAME() 3710 return (ssize_t)LSS_NAME(socketcall)(11, s, buf, len, flags, to, tolen); in LSS_NAME()
|
/external/libxml2/ |
D | xmlreader.c | 5762 unsigned char *to, unsigned long *tolen) in xmlBase64Decode() argument 5788 if ((in == NULL) || (inlen == NULL) || (to == NULL) || (tolen == NULL)) in xmlBase64Decode() 5795 outmax = *tolen; in xmlBase64Decode() 5866 *tolen = outcur; in xmlBase64Decode()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-tilegx-linux.c | 812 const struct sockaddr *, to, int, tolen); in PRE()
|
D | syswrap-darwin.c | 3718 const struct sockaddr *, to, int, tolen); in PRE()
|
D | syswrap-solaris.c | 10019 int, flags, const struct sockaddr *, to, int, tolen);
|
D | syswrap-linux.c | 4351 const struct sockaddr *, to, int, tolen); in PRE()
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar.stderr.exp | 5204 Syscall param sendto(tolen) contains uninitialised byte(s)
|