Searched refs:MAX_OUTPUT_LEN (Results 1 – 5 of 5) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
D | ipp.c | 596 buffer = (char*)malloc(MAX_OUTPUT_LEN * sizeof(char)); in ippfind_based_uri_converter() 601 memset(buffer, 0, MAX_OUTPUT_LEN); in ippfind_based_uri_converter() 603 while ((bytes = cupsFileGetLine(fp, buffer, MAX_OUTPUT_LEN)) > 0) { in ippfind_based_uri_converter() 615 ptr = memchr(ptr, '\t', MAX_OUTPUT_LEN - (ptr - buffer)); in ippfind_based_uri_converter() 621 ptr = memchr(ptr, '\t', MAX_OUTPUT_LEN - (ptr - buffer)); in ippfind_based_uri_converter() 627 ptr = memchr(ptr, '\t', MAX_OUTPUT_LEN - (ptr - buffer)); in ippfind_based_uri_converter() 651 memset(buffer, 0, MAX_OUTPUT_LEN); in ippfind_based_uri_converter()
|
D | ipp.h | 41 #define MAX_OUTPUT_LEN 8192 macro
|
/third_party/cups-filters/utils/ |
D | driverless.c | 40 #define MAX_OUTPUT_LEN 8192 macro 380 buffer[MAX_OUTPUT_LEN], /* Copy buffer */ in list_printers() 511 ippfind_output = (char *)malloc(MAX_OUTPUT_LEN*(sizeof(char))); in list_printers() 518 snprintf(ippfind_output, MAX_OUTPUT_LEN, "%s", ptr); in list_printers() 524 snprintf(ippfind_output, MAX_OUTPUT_LEN, "%s", ptr); in list_printers()
|
/third_party/python/Tools/gdb/ |
D | libpython.py | 96 MAX_OUTPUT_LEN=1024 variable 1428 return pyop.get_truncated_repr(MAX_OUTPUT_LEN) 1683 line = pyop.get_truncated_repr(MAX_OUTPUT_LEN) 1927 pyop_var.get_truncated_repr(MAX_OUTPUT_LEN))) 1958 pyop_value.get_truncated_repr(MAX_OUTPUT_LEN)))
|
/third_party/cups-filters/ |
D | NEWS | 292 - driverless: Free allocated memory, use MAX_OUTPUT_LEN (Pull
|