Lines Matching refs:endofline
264 char *endofline; in interpret_hexdata() local
266 endofline = print_linetag("Data = "); in interpret_hexdata()
267 print_hexdata(endofline, tag_value, tag_length); in interpret_hexdata()
273 char *endofline; in interpret_service() local
275 endofline = print_linetag("Service Name = "); in interpret_service()
276 print_utf8string(endofline, (char *)tag_value, tag_length); in interpret_service()
282 char *endofline; in interpret_access() local
284 endofline = print_linetag("AC Name = "); in interpret_access()
285 print_utf8string(endofline, (char *)tag_value, tag_length); in interpret_access()
291 char *endofline; in interpret_cookie() local
293 endofline = print_linetag("Cookie = "); in interpret_cookie()
294 print_hexdata(endofline, tag_value, tag_length); in interpret_cookie()
302 char *endofline; in interpret_vendor() local
310 endofline = print_linetag("Vendor Data = "); in interpret_vendor()
311 print_hexdata(endofline, vendor_data, tag_length - 4); in interpret_vendor()
318 char *endofline; in interpret_relay() local
320 endofline = print_linetag("ID = "); in interpret_relay()
321 print_hexdata(endofline, tag_value, tag_length); in interpret_relay()
327 char *endofline; in interpret_error() local
329 endofline = print_linetag("Error = "); in interpret_error()
330 print_utf8string(endofline, (char *)tag_value, tag_length); in interpret_error()
336 char *endofline; in interpret_hurl() local
338 endofline = print_linetag("URL = "); in interpret_hurl()
339 print_utf8string(endofline, (char *)tag_value, tag_length); in interpret_hurl()
345 char *endofline; in interpret_motm() local
347 endofline = print_linetag("Message = "); in interpret_motm()
348 print_utf8string(endofline, (char *)tag_value, tag_length); in interpret_motm()