Lines Matching defs:value
129 client/server have different endianness. A value of -1 means, that there's
130 no hang over; otherwise the value has to be casted to SANE_Byte. hang_over
138 client/server have different endianness. A value of -1 means, that there's
139 no left over; otherwise the value has to be casted to SANE_Byte. left_over
445 /* We're connected now, so reset SO_SNDTIMEO to the default value of 0 */
1351 /* now free up the rpc return value: */
1719 SANE_Action action, void *value, SANE_Word * info)
1754 && (((SANE_Int) strlen ((SANE_String) value) + 1)
1756 value_size = strlen ((SANE_String) value) + 1;
1764 if (value && (action != SANE_ACTION_SET_VALUE))
1765 memset (value, 0, value_size);
1767 /* for SET_AUTO the parameter ``value'' is ignored */
1776 req.value = value;
1811 memcpy (value, reply.value, reply.value_size);