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

  /external/blktrace/btt/
list.h 149 static inline int list_len(struct list_head *head_p) function
  /external/bluetooth/bluedroid/stack/sdp/
sdp_discovery.c 384 UINT32 list_len; local
394 for (i = 0; i < p_ccb->list_len; i++)
404 list_len = p_ccb->list_len;
410 p = sdpu_get_len_from_type (p, type, &list_len);
412 if(list_len && list_len < cpy_len )
414 cpy_len = list_len;
417 SDP_TRACE_WARNING("list_len :%d cpy_len:%d raw_size:%d raw_used:%d",
418 list_len, cpy_len, p_ccb->p_db->raw_size, p_ccb->p_db->raw_used)
    [all...]
sdp_utils.c 487 UINT32 list_len, attr_len; local
503 BE_STREAM_TO_UINT8 (list_len, p);
507 BE_STREAM_TO_UINT16 (list_len, p);
511 BE_STREAM_TO_UINT32 (list_len, p);
518 if (list_len > param_len)
521 p_end_list = p + list_len;
sdpint.h 186 UINT16 list_len; /* length of the response in the GKI buffer */ member in struct:__anon6336
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ecc.c 1227 PRInt32 list_len; local
    [all...]

Completed in 279 milliseconds