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

  /external/ltp/testcases/kernel/syscalls/get_robust_list/
get_robust_list01.c 78 size_t len_ptr; /* size of structure struct robust_list_head */ local
84 len_ptr = sizeof(struct robust_list_head);
92 * specified by len_ptr argument, or the head of the robust list can't
115 &len_ptr));
136 &len_ptr));
152 &len_ptr));
164 &len_ptr));
  /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);
1423 char *len_ptr, *body_ptr; local
1697 char *len_ptr, *body_ptr; local
1869 char *len_ptr, *body_ptr; local
    [all...]

Completed in 122 milliseconds