Searched refs:list_len (Results 1 - 22 of 22) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_discovery.c384 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_WARNING4("list_len :%d cpy_len:%d raw_size:%d raw_used:%d",
418 list_len, cpy_le
[all...]
H A Dsdp_server.c471 p_ccb->list_len = sdpu_get_attrib_seq_len(p_rec, &attr_seq_sav) + 3;
473 if (p_ccb->list_len > 255)
476 p_ccb->rsp_list[1] = (UINT8) ((p_ccb->list_len - 3) >> 8);
477 p_ccb->rsp_list[2] = (UINT8) (p_ccb->list_len - 3);
484 p_ccb->rsp_list[2] = (UINT8) (p_ccb->list_len - 3);
486 p_ccb->list_len--;
516 if (p_ccb->cont_offset < p_ccb->list_len)
766 p_ccb->list_len = sdpu_get_list_len(&uid_seq, &attr_seq_sav) + 3;
768 if (p_ccb->list_len > 255)
771 p_ccb->rsp_list[1] = (UINT8) ((p_ccb->list_len
[all...]
H A Dsdp_utils.c487 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;
H A Dsdpint.h186 UINT16 list_len; /* length of the response in the GKI buffer */ member in struct:__anon1568
/external/libnfc-nci/src/include/
H A Dtrace_api.h40 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/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_gpsk.c220 size_t *list_len,
230 *list_len = WPA_GET_BE16(pos);
232 if (end - pos < (int) *list_len) {
236 if (*list_len == 0 || (*list_len % sizeof(struct eap_gpsk_csuite))) {
238 (unsigned long) *list_len);
242 pos += *list_len;
244 if (eap_gpsk_select_csuite(sm, data, *list, *list_len) < 0)
217 eap_gpsk_process_csuite_list(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 **list, size_t *list_len, const u8 *pos, const u8 *end) argument
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_gpsk.c220 size_t *list_len,
230 *list_len = WPA_GET_BE16(pos);
232 if (end - pos < (int) *list_len) {
236 if (*list_len == 0 || (*list_len % sizeof(struct eap_gpsk_csuite))) {
238 (unsigned long) *list_len);
242 pos += *list_len;
244 if (eap_gpsk_select_csuite(sm, data, *list, *list_len) < 0)
217 eap_gpsk_process_csuite_list(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 **list, size_t *list_len, const u8 *pos, const u8 *end) argument
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_gpsk.c220 size_t *list_len,
230 *list_len = WPA_GET_BE16(pos);
232 if (end - pos < (int) *list_len) {
236 if (*list_len == 0 || (*list_len % sizeof(struct eap_gpsk_csuite))) {
238 (unsigned long) *list_len);
242 pos += *list_len;
244 if (eap_gpsk_select_csuite(sm, data, *list, *list_len) < 0)
217 eap_gpsk_process_csuite_list(struct eap_sm *sm, struct eap_gpsk_data *data, const u8 **list, size_t *list_len, const u8 *pos, const u8 *end) argument
/external/blktrace/btt/
H A Dlist.h149 static inline int list_len(struct list_head *head_p) function
H A Doutput.c815 if (list_len(&reg->qranges) == 0 && list_len(&reg->cranges) == 0)
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sim_common.c501 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;
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sim_common.c501 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;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sim_common.c501 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;
/external/blktrace/btreplay/
H A Dbtreplay.c88 * @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));
1560 if (list_len(&input_devs) == 0) {
1603 nfiles = list_len(&input_files);
H A Dbtrecord.c473 if (list_len(&input_files) == 0) {
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ecc.c1228 PRInt32 list_len; local
1236 list_len = ssl3_ConsumeHandshakeNumber(ss, 2, &data->data, &data->len);
1237 if (list_len < 0 || data->len != list_len || (data->len % 2) != 0) {
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_read.c218 size_t left, len, list_len, cert_len, idx; local
294 list_len = WPA_GET_BE24(pos);
297 if ((size_t) (end - pos) != list_len) {
300 (unsigned long) list_len,
H A Dtlsv1_server_read.c281 size_t left, len, list_len, cert_len, idx; local
362 list_len = WPA_GET_BE24(pos);
365 if ((size_t) (end - pos) != list_len) {
368 (unsigned long) list_len,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_read.c218 size_t left, len, list_len, cert_len, idx; local
294 list_len = WPA_GET_BE24(pos);
297 if ((size_t) (end - pos) != list_len) {
300 (unsigned long) list_len,
H A Dtlsv1_server_read.c281 size_t left, len, list_len, cert_len, idx; local
362 list_len = WPA_GET_BE24(pos);
365 if ((size_t) (end - pos) != list_len) {
368 (unsigned long) list_len,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_read.c218 size_t left, len, list_len, cert_len, idx; local
294 list_len = WPA_GET_BE24(pos);
297 if ((size_t) (end - pos) != list_len) {
300 (unsigned long) list_len,
H A Dtlsv1_server_read.c281 size_t left, len, list_len, cert_len, idx; local
362 list_len = WPA_GET_BE24(pos);
365 if ((size_t) (end - pos) != list_len) {
368 (unsigned long) list_len,

Completed in 515 milliseconds