Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 21 of 21) sorted by relevance

/Zephyr-Core-2.7.6/lib/os/
Dhex.c40 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()
Ddec.c9 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/
Dmain.c649 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/
Dmqtt_transport.c79 int mqtt_transport_read(struct mqtt_client *client, uint8_t *data, uint32_t buflen, in mqtt_transport_read()
Dmqtt_transport_socket_tcp.c125 int mqtt_client_tcp_read(struct mqtt_client *client, uint8_t *data, uint32_t buflen, in mqtt_client_tcp_read()
Dmqtt_transport_socket_tls.c159 int mqtt_client_tls_read(struct mqtt_client *client, uint8_t *data, uint32_t buflen, in mqtt_client_tls_read()
Dmqtt_transport_websocket.c141 uint32_t buflen, bool shall_block) in mqtt_client_websocket_read()
/Zephyr-Core-2.7.6/subsys/net/lib/lwm2m/
Dlwm2m_rw_link_format.c110 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()
Dlwm2m_rw_plain_text.c152 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()
Dlwm2m_rw_oma_tlv.c124 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()
Dlwm2m_rw_json.c441 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()
Dlwm2m_object.h698 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()
Dlwm2m_engine.c819 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/
Dcoredump_backend_empty.c25 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/
Dhttp_parser_url.c386 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/
Dcoredump_backend_logging.c48 static void coredump_logging_backend_buffer_output(uint8_t *buf, size_t buflen) in coredump_logging_backend_buffer_output()
Dcoredump_core.c128 void coredump_buffer_output(uint8_t *buf, size_t buflen) in coredump_buffer_output()
Dcoredump_backend_flash_partition.c415 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/
Dcoredump.h173 void coredump_buffer_output(uint8_t *buf, size_t buflen) in coredump_buffer_output()
/Zephyr-Core-2.7.6/include/sys/
Dutil.h77 #define Z_DETECT_POINTER_OVERFLOW(addr, buflen) \ argument
/Zephyr-Core-2.7.6/subsys/net/ip/
Dutils.c86 char *buf, int buflen) in net_sprint_ll_addr_buf()