Searched refs:_cupsBufferGet (Results 1 – 4 of 4) sorted by relevance
169 if ((buffer = _cupsBufferGet(_CUPS_SC_MAX_BUFFER)) == NULL) in cupsSideChannelRead()328 if ((real_data = _cupsBufferGet(_CUPS_SC_MAX_BUFFER)) == NULL) in cupsSideChannelSNMPGet()426 if ((real_data = _cupsBufferGet(_CUPS_SC_MAX_BUFFER)) == NULL) in cupsSideChannelSNMPWalk()590 if ((buffer = _cupsBufferGet((size_t)datalen + 4)) == NULL) in cupsSideChannelWrite()
259 extern char *_cupsBufferGet(size_t size) _CUPS_PRIVATE;
6 _cupsBufferGet
52 _cupsBufferGet(size_t size) /* I - Size required */ in _cupsBufferGet() function2882 if ((buffer = (unsigned char *)_cupsBufferGet(IPP_BUF_SIZE)) == NULL) in ippReadIO()5299 if ((buffer = (unsigned char *)_cupsBufferGet(IPP_BUF_SIZE)) == NULL) in ippWriteIO()