Searched refs:line_length (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/subsys/net/lib/tls_credentials/ |
D | tls_credentials_shell.c | 609 size_t line_length; in tls_cred_cmd_get() local 629 line_length = CONFIG_TLS_CREDENTIALS_SHELL_CRED_OUTPUT_WIDTH; in tls_cred_cmd_get() 635 line_length = CONFIG_TLS_CREDENTIALS_SHELL_CRED_OUTPUT_WIDTH / 4 * 3; in tls_cred_cmd_get() 685 for (i = 0; i < cred_written; i += line_length) { in tls_cred_cmd_get() 687 remaining = MIN(line_length, cred_written - i); in tls_cred_cmd_get()
|
/Zephyr-Core-3.6.0/drivers/modem/ |
D | hl7800.c | 2628 uint16_t line_length; in profile_handler() local 2641 line_length = net_buf_findcrlf(*buf, &frag); in profile_handler() 2642 if (line_length) { in profile_handler() 2645 *buf, 0, line_length); in profile_handler() 2646 LOG_DBG("length: %u: %s", line_length, line); in profile_handler() 2654 net_buf_remove(buf, line_length); in profile_handler() 2693 uint16_t line_length; in on_cmd_atcmdinfo_pdp_authentication_cfg() local 2702 line_length = net_buf_findcrlf(*buf, &frag); in on_cmd_atcmdinfo_pdp_authentication_cfg() 2703 if (line_length) { in on_cmd_atcmdinfo_pdp_authentication_cfg() 2706 *buf, 0, line_length); in on_cmd_atcmdinfo_pdp_authentication_cfg() [all …]
|