Searched refs:POST_BSIZE (Results 1 – 1 of 1) sorted by relevance
353 #define POST_BSIZE 100 /* little below 128 in total */ macro358 char buff[POST_BSIZE];829 if (length > POST_BSIZE) in serial_post_job()830 length = POST_BSIZE; in serial_post_job()863 if (count >= POST_BSIZE) in serial_post_one()864 count = POST_BSIZE; in serial_post_one()