Lines Matching refs:u_char
63 void resp_print(netdissect_options *, const u_char *, u_int);
64 static int resp_parse(netdissect_options *, register const u_char *, int);
65 static int resp_print_string_error_integer(netdissect_options *, register const u_char *, int);
66 static int resp_print_simple_string(netdissect_options *, register const u_char *, int);
67 static int resp_print_integer(netdissect_options *, register const u_char *, int);
68 static int resp_print_error(netdissect_options *, register const u_char *, int);
69 static int resp_print_bulk_string(netdissect_options *, register const u_char *, int);
70 static int resp_print_bulk_array(netdissect_options *, register const u_char *, int);
71 static int resp_print_inline(netdissect_options *, register const u_char *, int);
72 static int resp_get_length(netdissect_options *, register const u_char *, int, const u_char **);
179 const u_char *_endp; \
213 resp_print(netdissect_options *ndo, const u_char *bp, u_int length) in resp_print()
244 resp_parse(netdissect_options *ndo, register const u_char *bp, int length) in resp_parse()
246 u_char op; in resp_parse()
275 resp_print_simple_string(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_simple_string()
280 resp_print_integer(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_integer()
285 resp_print_error(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_error()
290 resp_print_string_error_integer(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_string_error_integer()
292 const u_char *bp_ptr; in resp_print_string_error_integer()
325 resp_print_bulk_string(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_bulk_string()
371 resp_print_bulk_array(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_bulk_array()
410 resp_print_inline(netdissect_options *ndo, register const u_char *bp, int length) { in resp_print_inline()
413 const u_char *bp_ptr; in resp_print_inline()
457 resp_get_length(netdissect_options *ndo, register const u_char *bp, int len, const u_char **endp) in resp_get_length()
460 u_char c; in resp_get_length()