Searched refs:num_items (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-2.7.6/components/mdns/include/ |
D | mdns.h | 146 …t char * service_type, const char * proto, uint16_t port, mdns_txt_item_t txt[], size_t num_items); 206 …e_txt_set(const char * service_type, const char * proto, mdns_txt_item_t txt[], uint8_t num_items);
|
/hal_espressif-2.7.6/components/mdns/test_afl_fuzz_host/ |
D | test.c | 59 static int mdns_test_service_txt_set(const char * service, const char * proto, uint8_t num_items, … in mdns_test_service_txt_set() argument 61 int ret = mdns_service_txt_set(service, proto, txt, num_items); in mdns_test_service_txt_set()
|
/hal_espressif-2.7.6/components/mdns/ |
D | mdns.c | 1871 static mdns_txt_linked_item_t * _mdns_allocate_txt(size_t num_items, mdns_txt_item_t txt[]) in _mdns_allocate_txt() argument 1875 if (num_items) { in _mdns_allocate_txt() 1876 for (i=0; i<num_items; i++) { in _mdns_allocate_txt() 1922 …rvice, const char * proto, uint16_t port, const char * instance, size_t num_items, mdns_txt_item_t… in _mdns_create_service() argument 1930 mdns_txt_linked_item_t * new_txt = _mdns_allocate_txt(num_items, txt); in _mdns_create_service() 1931 if (num_items && new_txt == NULL) { in _mdns_create_service() 2500 int num_items = 0; in _mdns_txt_items_count_get() local 2513 num_items++; in _mdns_txt_items_count_get() 2515 return num_items; in _mdns_txt_items_count_get() 2543 int num_items = _mdns_txt_items_count_get(data, len); in _mdns_result_txt_create() local [all …]
|
/hal_espressif-2.7.6/components/efuse/test/ |
D | test_efuse.c | 322 int num_items = esp_efuse_utility_get_number_of_items(num_used_bits + count_bits, 8); in get_part_arr() local 323 memcpy(arr_out, arr_in, num_items); in get_part_arr() 331 int num_items = esp_efuse_utility_get_number_of_items(count_bits, 8); in fill_part_arr() local 332 memcpy(arr_out, arr_in, num_items); in fill_part_arr()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/ |
D | avrc_defs.h | 1280 UINT32 num_items; member 1301 UINT32 num_items; member 1319 UINT32 num_items; member
|