Lines Matching defs:bjnp_recv_data
1552 bjnp_recv_data (int devno, SANE_Byte * buffer, size_t start_pos, size_t * len)
1570 (LOG_DEBUG, "bjnp_recv_data: read response payload (0x%lx bytes max), buffer: 0x%lx, start_pos: 0x%lx\n",
1578 (LOG_DEBUG, "bjnp_recv_data: Nothing to do (%ld bytes requested)\n",
1585 (LOG_DEBUG, "bjnp_recv_data: WARNING - requested block size (%ld) exceeds maximum, setting to maximum %ld\n",
1607 "bjnp_recv_data: ERROR - could not read response payload (select failed): %s!\n",
1617 "bjnp_recv_data: ERROR - could not read response payload (select timed out after %d ms)!\n",
1628 "bjnp_recv_data: ERROR - could not read response payload (%ld + %ld = %ld) (recv): %s!\n",
1634 PDBG (bjnp_dbg (LOG_DEBUG2, "bjnp_recv_data: Received TCP response payload (%ld bytes):\n",
2483 result = bjnp_recv_data (dn, buffer , recvd, &read_size);
2555 if ((bjnp_recv_data (dn, (unsigned char *) &buf, 0, &recvd) !=