Searched refs:_cupsBufferGet (Results 1 – 4 of 4) sorted by relevance
175 if ((buffer = _cupsBufferGet(_CUPS_SC_MAX_BUFFER)) == NULL) in cupsSideChannelRead()334 if ((real_data = _cupsBufferGet(_CUPS_SC_MAX_BUFFER)) == NULL) in cupsSideChannelSNMPGet()432 if ((real_data = _cupsBufferGet(_CUPS_SC_MAX_BUFFER)) == NULL) in cupsSideChannelSNMPWalk()596 if ((buffer = _cupsBufferGet((size_t)datalen + 4)) == NULL) in cupsSideChannelWrite()
235 extern char *_cupsBufferGet(size_t size);
6 _cupsBufferGet
56 _cupsBufferGet(size_t size) /* I - Size required */ in _cupsBufferGet() function2886 if ((buffer = (unsigned char *)_cupsBufferGet(IPP_BUF_SIZE)) == NULL) in ippReadIO()5422 if ((buffer = (unsigned char *)_cupsBufferGet(IPP_BUF_SIZE)) == NULL) in ippWriteIO()