Searched refs:ipp_request_write (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/print/libpapi-ipp/common/ |
H A D | ipp-support.c | 315 ipp_request_write(void *fd, void *buffer, size_t length) in ipp_request_write() function 405 if (ipp_request_write(svc, chunk, chunk_size) != chunk_size) in ipp_send_initial_request_block() 573 if (ipp_request_write(svc, buf, rc) in ipp_send_request_with_file() 580 (void) ipp_request_write(svc, "", 0); in ipp_send_request_with_file()
|
H A D | papi_impl.h | 84 extern ssize_t ipp_request_write(void *fd, void *buffer, size_t length);
|
H A D | job.c | 412 rc = ipp_request_write(svc, buffer, buflen); in papiJobStreamWrite() 444 (void) ipp_request_write(svc, "", 0); in papiJobStreamClose()
|