Lines Matching defs:size
544 s->opt[i].size = sizeof (SANE_Word);
797 opt->size = maxStringSize (opt->constraint.string_list);
815 * value (determined by member size in the corresponding option
1517 /* sanei_usb overwrites the transfer size, so make some local copies */
1554 DBG(5,"cmd: wrong size %ld/%ld\n", (long)loc_cmdLen, (long)cmdLen);
1578 DBG(5,"out: wrong size %ld/%ld\n", (long)loc_outLen, (long)outLen);
1620 * Convenience method to determine longest string size in a list.
1625 size_t size, max_size = 0;
1629 size = strlen (strings[i]) + 1;
1630 if (size > max_size)
1631 max_size = size;