Lines Matching refs:IPP_BUF_SIZE
2960 if ((buffer = (unsigned char *)_cupsBufferGet(IPP_BUF_SIZE)) == NULL)
3104 if (n >= IPP_BUF_SIZE)
3306 if (n >= IPP_BUF_SIZE)
3519 if ((bufptr + 2 + n) >= (buffer + IPP_BUF_SIZE) || n >= (int)sizeof(string))
3546 if ((bufptr + 2 + n) >= (buffer + IPP_BUF_SIZE))
5492 if ((buffer = (unsigned char *)_cupsBufferGet(IPP_BUF_SIZE)) == NULL)
5611 if ((n = (int)strlen(attr->name)) > (IPP_BUF_SIZE - 8))
5650 if ((n = (int)strlen(attr->name)) > (IPP_BUF_SIZE - 12))
5716 if ((IPP_BUF_SIZE - (bufptr - buffer)) < 9)
5762 if ((IPP_BUF_SIZE - (bufptr - buffer)) < 6)
5823 if ((IPP_BUF_SIZE - (bufptr - buffer)) < 3)
5846 if (n > (IPP_BUF_SIZE - 2))
5856 if ((int)(IPP_BUF_SIZE - (bufptr - buffer)) < (n + 2))
5895 if ((IPP_BUF_SIZE - (bufptr - buffer)) < 16)
5940 if ((IPP_BUF_SIZE - (bufptr - buffer)) < 14)
5993 if ((IPP_BUF_SIZE - (bufptr - buffer)) < 13)
6052 if ((IPP_BUF_SIZE - (bufptr - buffer)) < 3)
6088 if (n > (IPP_BUF_SIZE - 2))
6096 if ((int)(IPP_BUF_SIZE - (bufptr - buffer)) < (n + 2))
6159 if ((IPP_BUF_SIZE - (bufptr - buffer)) < 5)
6229 if ((IPP_BUF_SIZE - (bufptr - buffer)) < 3)
6256 if (n > (IPP_BUF_SIZE - 2))
6264 if ((int)(IPP_BUF_SIZE - (bufptr - buffer)) < (n + 2))