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

  /system/bt/stack/sdp/
sdp_discovery.c 347 UINT32 list_len; local
355 for (i = 0; i < p_ccb->list_len; i++)
365 list_len = p_ccb->list_len;
371 p = sdpu_get_len_from_type (p, type, &list_len);
373 if(list_len && list_len < cpy_len )
375 cpy_len = list_len;
378 SDP_TRACE_WARNING("list_len :%d cpy_len:%d raw_size:%d raw_used:%d",
379 list_len, cpy_len, p_ccb->p_db->raw_size, p_ccb->p_db->raw_used)
    [all...]
sdp_server.c 468 p_ccb->list_len = sdpu_get_attrib_seq_len(p_rec, &attr_seq_sav) + 3;
470 if (p_ccb->list_len > 255)
473 p_ccb->rsp_list[1] = (UINT8) ((p_ccb->list_len - 3) >> 8);
474 p_ccb->rsp_list[2] = (UINT8) (p_ccb->list_len - 3);
481 p_ccb->rsp_list[2] = (UINT8) (p_ccb->list_len - 3);
483 p_ccb->list_len--;
509 if (p_ccb->cont_offset < p_ccb->list_len)
765 p_ccb->list_len = sdpu_get_list_len(&uid_seq, &attr_seq_sav) + 3;
767 if (p_ccb->list_len > 255)
770 p_ccb->rsp_list[1] = (UINT8) ((p_ccb->list_len - 3) >> 8)
    [all...]
sdp_utils.c 480 UINT32 list_len, attr_len; local
496 BE_STREAM_TO_UINT8 (list_len, p);
500 BE_STREAM_TO_UINT16 (list_len, p);
504 BE_STREAM_TO_UINT32 (list_len, p);
511 if (list_len > param_len)
514 p_end_list = p + list_len;
sdpint.h 183 UINT16 list_len; /* length of the response in the GKI buffer */ member in struct:__anon72868
  /external/libnfc-nci/src/include/
trace_api.h 40 BT_API extern void DispSdpFullList (UINT8 *p, UINT16 list_len, BOOLEAN is_rcv);
73 BT_API extern void RPC_DispSdpFullList (UINT8 *p, UINT16 list_len, BOOLEAN is_rcv);
  /external/blktrace/btt/
list.h 149 static inline int list_len(struct list_head *head_p) function
output.c 815 if (list_len(&reg->qranges) == 0 && list_len(&reg->cranges) == 0)
  /external/wpa_supplicant_8/src/eap_common/
eap_sim_common.c 501 size_t alen, plen, i, list_len; local
643 list_len = apos[0] * 256 + apos[1];
645 if (list_len < 2 || list_len > alen - 2) {
647 "AT_VERSION_LIST (list_len=%lu "
649 (unsigned long) list_len,
654 attr->version_list_len = list_len;
  /system/connectivity/shill/
json_store.cc 167 const size_t list_len = list_value.GetSize(); local
168 for (size_t i = 0; i < list_len; ++i) {
183 for (size_t i = 0; i < list_len; ++i) {
  /external/blktrace/btreplay/
btreplay.c 88 * @naios_free: Number of AIOs on the free list (short cut for list_len)
822 assert(list_len(&tip->used_iocbs) == 0);
1220 assert(ntodo <= list_len(&tip->free_iocbs));
    [all...]
btrecord.c 473 if (list_len(&input_files) == 0) {
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_read.c 372 size_t left, len, list_len, cert_len, idx; local
449 list_len = WPA_GET_BE24(pos);
452 if ((size_t) (end - pos) != list_len) {
454 (unsigned long) list_len,
    [all...]
tlsv1_client_read.c 350 size_t left, len, list_len, cert_len, idx; local
426 list_len = WPA_GET_BE24(pos);
429 if ((size_t) (end - pos) != list_len) {
432 (unsigned long) list_len,
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_gpsk.c 239 size_t *list_len,
267 *list_len = len;
  /external/boringssl/src/ssl/
ssl_lib.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]

Completed in 180 milliseconds