Searched refs:entry_len (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/linkkit/dev_model/alcs/ |
A D | alcs_localsetup.c | 204 int entry_len, type; in alcs_service_cb_setup() local 234 json_array_for_each_entry(p, len, str_pos, entry, entry_len, type) in alcs_service_cb_setup() 236 COAP_DEBUG("entry:%.*s", entry_len, entry); in alcs_service_cb_setup() 237 ac = json_get_value_by_name(entry, entry_len, "authCode", &aclen, in alcs_service_cb_setup() 239 as = json_get_value_by_name(entry, entry_len, "authSecret", &aslen, in alcs_service_cb_setup() 241 pk = json_get_value_by_name(entry, entry_len, "productKey", &pklen, in alcs_service_cb_setup() 243 dn = json_get_value_by_name(entry, entry_len, "deviceName", &dnlen, in alcs_service_cb_setup()
|
A D | alcs_server.c | 45 int entry_len, type; in alcs_rec_auth_select() local 71 json_array_for_each_entry(accesskeys, keylen, str_pos, entry, entry_len, in alcs_rec_auth_select() 76 COAP_DEBUG("entry:%.*s", entry_len, entry); in alcs_rec_auth_select() 84 targetLen = entry_len; in alcs_rec_auth_select() 99 targetLen = entry_len; in alcs_rec_auth_select()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/ |
A D | hci_board.c | 93 uint16_t entry_len; in hci_rtk_parse_config() local 135 LE_STREAM_TO_UINT8(entry_len, p); in hci_rtk_parse_config() 136 p_entry = p + entry_len; in hci_rtk_parse_config() 150 if (entry_len >= 12) in hci_rtk_parse_config() 175 if (entry_len == 6) in hci_rtk_parse_config() 258 for(i = 0;i < entry_len;i ++) in hci_rtk_parse_config() 265 for(i = 0;i <entry_len;i ++) in hci_rtk_parse_config() 278 for(i = 0;i < entry_len;i ++) in hci_rtk_parse_config() 292 entry_offset, entry_len); in hci_rtk_parse_config()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidgload.c | 102 FT_UInt entry_len = cid->fd_bytes + cid->gd_bytes; in cid_load_glyph() local 107 glyph_index * entry_len ) || in cid_load_glyph() 108 FT_FRAME_ENTER( 2 * entry_len ) ) in cid_load_glyph()
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | x509_crl.c | 239 size_t entry_len; in x509_get_entries() local 245 if( ( ret = mbedtls_asn1_get_tag( p, end, &entry_len, in x509_get_entries() 254 end = *p + entry_len; in x509_get_entries()
|
/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/ |
A D | awss_registrar.c | 590 int entry_len, type; in awss_report_enrollee_reply() local 616 json_array_for_each_entry(dev_list, dev_list_len, str_pos, entry, entry_len, in awss_report_enrollee_reply() 621 if (awss_enrollee_get_dev_info(entry, entry_len, key, dev_name, NULL, in awss_report_enrollee_reply()
|
Completed in 12 milliseconds