Home
last modified time | relevance | path

Searched refs:line_len (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Drepl.c207 int line_len = MAX_LINE_LEN; // force a newline for first word in print_completions() local
213 int gap = (line_len + WORD_SLOT_LEN - 1) / WORD_SLOT_LEN * WORD_SLOT_LEN - line_len; in print_completions()
217 if (line_len + gap + d_len <= MAX_LINE_LEN) { in print_completions()
223 line_len += gap + d_len; in print_completions()
226 line_len = d_len; in print_completions()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_http.c123 uint32_t line_len = 0; in _core_http_header_print() local
126 line_len = (uint32_t)(pos - prev + 1); in _core_http_header_print()
127 … core_log3(http_handle->sysdep, STATE_HTTP_LOG_SEND_HEADER, "%s %.*s", prefix, &line_len, prev); in _core_http_header_print()

Completed in 6 milliseconds