/Zephyr-Core-2.7.6/lib/os/ |
D | hex.c | 40 size_t bin2hex(const uint8_t *buf, size_t buflen, char *hex, size_t hexlen) in bin2hex() 59 size_t hex2bin(const char *hex, size_t hexlen, uint8_t *buf, size_t buflen) in hex2bin()
|
D | dec.c | 9 uint8_t u8_to_dec(char *buf, uint8_t buflen, uint8_t value) in u8_to_dec()
|
/Zephyr-Core-2.7.6/tests/net/lib/http_header_fields/src/ |
D | main.c | 649 size_t buflen; in test_invalid_header_content() local 694 size_t buflen; in test_invalid_header_field() local 737 size_t buflen; in test_double_content_length_error() local 767 size_t buflen; in test_chunked_content_length_error() local 798 size_t buflen; in test_header_cr_no_lf_error() local
|
/Zephyr-Core-2.7.6/subsys/net/lib/mqtt/ |
D | mqtt_transport.c | 79 int mqtt_transport_read(struct mqtt_client *client, uint8_t *data, uint32_t buflen, in mqtt_transport_read()
|
D | mqtt_transport_socket_tcp.c | 125 int mqtt_client_tcp_read(struct mqtt_client *client, uint8_t *data, uint32_t buflen, in mqtt_client_tcp_read()
|
D | mqtt_transport_socket_tls.c | 159 int mqtt_client_tls_read(struct mqtt_client *client, uint8_t *data, uint32_t buflen, in mqtt_client_tls_read()
|
D | mqtt_transport_websocket.c | 141 uint32_t buflen, bool shall_block) in mqtt_client_websocket_read()
|
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_link_format.c | 110 uint8_t *buf, uint16_t buflen) in put_corelink_version() 130 uint8_t *buf, uint16_t buflen) in put_corelink_dimension() 158 uint16_t buflen) in put_corelink_attributes() 208 uint8_t *buf, uint16_t buflen) in put_corelink_ssid()
|
D | lwm2m_rw_plain_text.c | 152 char *buf, size_t buflen) in put_string() 235 uint8_t *value, size_t buflen) in get_string() 318 uint8_t *value, size_t buflen, in get_opaque()
|
D | lwm2m_rw_oma_tlv.c | 124 uint32_t buflen) in tlv_setup() 496 char *buf, size_t buflen) in put_string() 550 char *buf, size_t buflen) in put_opaque() 626 uint8_t *buf, size_t buflen) in get_string() 712 uint8_t *value, size_t buflen, in get_opaque()
|
D | lwm2m_rw_json.c | 441 char *buf, size_t buflen) in put_string() 590 uint8_t *buf, size_t buflen) in get_string() 683 uint8_t *value, size_t buflen, in get_opaque() 762 static int parse_path(const uint8_t *buf, uint16_t buflen, in parse_path()
|
D | lwm2m_object.h | 698 char *buf, size_t buflen) in engine_put_string() 719 char *buf, size_t buflen) in engine_put_opaque() 758 uint8_t *buf, size_t buflen) in engine_get_string() 776 uint8_t *buf, size_t buflen, in engine_get_opaque()
|
D | lwm2m_engine.c | 819 static uint16_t atou16(uint8_t *buf, uint16_t buflen, uint16_t *len) in atou16() 1737 static int lwm2m_engine_get(char *pathstr, void *buf, uint16_t buflen) in lwm2m_engine_get() 1856 int lwm2m_engine_get_opaque(char *pathstr, void *buf, uint16_t buflen) in lwm2m_engine_get_opaque() 1861 int lwm2m_engine_get_string(char *pathstr, void *buf, uint16_t buflen) in lwm2m_engine_get_string() 2355 uint8_t *buf, size_t buflen, in lwm2m_engine_get_opaque_more()
|
/Zephyr-Core-2.7.6/tests/subsys/debug/coredump_backends/src/ |
D | coredump_backend_empty.c | 25 static void coredump_empty_backend_buffer_output(uint8_t *buf, size_t buflen) in coredump_empty_backend_buffer_output()
|
/Zephyr-Core-2.7.6/subsys/net/lib/http/ |
D | http_parser_url.c | 386 size_t buflen; in http_parse_host() local 472 http_parser_parse_url(const char *buf, size_t buflen, int is_connect, in http_parser_parse_url()
|
/Zephyr-Core-2.7.6/subsys/debug/coredump/ |
D | coredump_backend_logging.c | 48 static void coredump_logging_backend_buffer_output(uint8_t *buf, size_t buflen) in coredump_logging_backend_buffer_output()
|
D | coredump_core.c | 128 void coredump_buffer_output(uint8_t *buf, size_t buflen) in coredump_buffer_output()
|
D | coredump_backend_flash_partition.c | 415 static void coredump_flash_backend_buffer_output(uint8_t *buf, size_t buflen) in coredump_flash_backend_buffer_output()
|
/Zephyr-Core-2.7.6/include/debug/ |
D | coredump.h | 173 void coredump_buffer_output(uint8_t *buf, size_t buflen) in coredump_buffer_output()
|
/Zephyr-Core-2.7.6/include/sys/ |
D | util.h | 77 #define Z_DETECT_POINTER_OVERFLOW(addr, buflen) \ argument
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | utils.c | 86 char *buf, int buflen) in net_sprint_ll_addr_buf()
|