Home
last modified time | relevance | path

Searched refs:_cupsBufferGet (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dsidechannel.c169 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()
Dcups-private.h259 extern char *_cupsBufferGet(size_t size) _CUPS_PRIVATE;
Dlibcups2.def6 _cupsBufferGet
Dipp.c52 _cupsBufferGet(size_t size) /* I - Size required */ in _cupsBufferGet() function
2882 if ((buffer = (unsigned char *)_cupsBufferGet(IPP_BUF_SIZE)) == NULL) in ippReadIO()
5299 if ((buffer = (unsigned char *)_cupsBufferGet(IPP_BUF_SIZE)) == NULL) in ippWriteIO()