Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dipp.c596 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()
Dipp.h41 #define MAX_OUTPUT_LEN 8192 macro
/third_party/cups-filters/utils/
Ddriverless.c40 #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/
Dlibpython.py96 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/
DNEWS292 - driverless: Free allocated memory, use MAX_OUTPUT_LEN (Pull