Home
last modified time | relevance | path

Searched defs:parser (Results 76 – 84 of 84) sorted by relevance

1234

/Zephyr-latest/scripts/utils/
Dpinctrl_nrf_migrate.py668 parser = argparse.ArgumentParser("pinctrl migration utility for nRF", allow_abbrev=False) variable
/Zephyr-latest/include/zephyr/net/http/
Dclient.h216 struct http_parser parser; member
Dserver.h450 struct http_parser parser; member
/Zephyr-latest/scripts/west_commands/runners/
Dnrf_common.py116 def do_add_parser(cls, parser): argument
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c169 static int on_header_field(struct http_parser *parser, const char *at, in on_header_field()
193 static int on_header_value(struct http_parser *parser, const char *at, in on_header_value()
/Zephyr-latest/scripts/west_commands/
Drun_common.py122 def add_parser_common(command, parser_adder=None, parser=None): argument
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt/src/
Dos_mgmt.c919 struct datetime_parser parser[] = { in os_mgmt_datetime_write() local
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicrgen.py657 parser = argparse.ArgumentParser(allow_abbrev=False) variable
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c3315 struct http_parser_url parser; in lwm2m_parse_peerinfo() local

1234