Searched refs:dst_size (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-3.6.0/components/esp_timer/src/ |
D | esp_timer.c | 509 static void print_timer_info(esp_timer_handle_t t, char** dst, size_t* dst_size) in print_timer_info() argument 515 cb = snprintf(*dst, *dst_size, "%-20.20s ", t->name); in print_timer_info() 517 cb = snprintf(*dst, *dst_size, "timer@%-10p ", t); in print_timer_info() 519 cb += snprintf(*dst + cb, *dst_size + cb, "%-10lld %-12lld %-12d %-12d %-12d %-12lld\n", in print_timer_info() 525 …size_t cb = snprintf(*dst, *dst_size, "timer@%-14p %-10lld %-12lld\n", t, (uint64_t)t->period, t… in print_timer_info() 529 *dst_size -= cb; in print_timer_info()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_api.c | 951 static void SDP_AttrStringCopy(char *dst, tSDP_DISC_ATTR *p_attr, UINT16 dst_size) in SDP_AttrStringCopy() argument 958 if ( len > dst_size - 1 ) { in SDP_AttrStringCopy() 959 len = dst_size - 1; in SDP_AttrStringCopy()
|