Searched refs:ipp_request_write (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h84 extern ssize_t ipp_request_write(void *fd, void *buffer, size_t length);
H A Dipp-support.c315 ipp_request_write(void *fd, void *buffer, size_t length) function
320 printf("ipp_request_write(0x%8.8x, 0x%8.8x, %d)\n", fd, buffer, length);
321 httpDumpData(stdout, "ipp_request_write:", buffer, length);
405 if (ipp_request_write(svc, chunk, chunk_size) != chunk_size)
573 if (ipp_request_write(svc, buf, rc)
580 (void) ipp_request_write(svc, "", 0);
H A Djob.c412 rc = ipp_request_write(svc, buffer, buflen);
444 (void) ipp_request_write(svc, "", 0);

Completed in 170 milliseconds