HomeSort by relevance Sort by last modified time
    Searched refs:len_ptr (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 1036 void decode_m_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr)
1040 *mem_addr_ptr = *len_ptr = 0;
1050 *len_ptr = *len_ptr << 4;
1051 *len_ptr |= fromhex (ch) & 0x0f;
1055 void decode_M_packet (char *from, CORE_ADDR *mem_addr_ptr, unsigned int *len_ptr,
1060 *mem_addr_ptr = *len_ptr = 0;
1068 *len_ptr = *len_ptr << 4;
1069 *len_ptr |= fromhex (ch) & 0x0f
    [all...]
server.h 283 unsigned int *len_ptr);
285 unsigned int *len_ptr, unsigned char *to);
287 unsigned int *len_ptr, unsigned char *to);
  /external/srtp/include/
srtp.h 282 * The function call srtp_protect(ctx, rtp_hdr, len_ptr) applies SRTP
283 * protection to the RTP packet rtp_hdr (which has length *len_ptr) using
285 * points to the resulting SRTP packet and *len_ptr is the number of
303 * @param len_ptr is a pointer to the length in octets of the complete
315 srtp_protect(srtp_t ctx, void *rtp_hdr, int *len_ptr);
321 * The function call srtp_unprotect(ctx, srtp_hdr, len_ptr) verifies
323 * (which has length *len_ptr), using the SRTP context ctx. If
325 * RTP packet and *len_ptr is the number of octets in that packet;
344 * @param len_ptr is a pointer to the length in octets of the complete
360 srtp_unprotect(srtp_t ctx, void *srtp_hdr, int *len_ptr);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.c 898 char **len_ptr, char **body_ptr)
927 *len_ptr = wpabuf_put(buf, 0);
951 char *len_ptr, char *body_ptr)
958 os_memcpy(len_ptr, len_buf, os_strlen(len_buf));
965 char *len_ptr, *body_ptr; local
990 &len_ptr, &body_ptr);
1000 wps_er_soap_end(buf, "PutWLANResponse", len_ptr, body_ptr);
1413 char *len_ptr, *body_ptr; local
1689 char *len_ptr, *body_ptr; local
1852 char *len_ptr, *body_ptr; local
    [all...]
  /external/kernel-headers/original/linux/
compat.h 166 compat_size_t __user *len_ptr);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]

Completed in 112 milliseconds