Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-resp.c215 int ret_len = 0, length_cur = length; in resp_print() local
221 while (length_cur > 0) { in resp_print()
231 ret_len = resp_parse(ndo, bp, length_cur); in resp_print()
234 length_cur -= ret_len; in resp_print()
291 int length_cur = length, len, ret_len; in resp_print_string_error_integer() local
295 SKIP_OPCODE(bp, length_cur); in resp_print_string_error_integer()
307 FIND_CRLF(bp_ptr, length_cur); in resp_print_string_error_integer()
326 int length_cur = length, string_len; in resp_print_bulk_string() local
329 SKIP_OPCODE(bp, length_cur); in resp_print_bulk_string()
332 GET_LENGTH(ndo, length_cur, bp, string_len); in resp_print_bulk_string()
[all …]