Lines Matching refs:bytes
48 int bytes; in sapi_webjames_ub_write() local
49 bytes = webjames_writebuffer(WG(conn),str,str_length); in sapi_webjames_ub_write()
50 if (bytes<0) { in sapi_webjames_ub_write()
55 return bytes; in sapi_webjames_ub_write()
57 str += bytes; in sapi_webjames_ub_write()
58 str_length -= bytes; in sapi_webjames_ub_write()
59 totalbytes += bytes; in sapi_webjames_ub_write()
71 int bytes; in sapi_webjames_send_header() local
72 bytes = webjames_writebuffer(WG(conn), header, len); in sapi_webjames_send_header()
73 if (bytes<0) { in sapi_webjames_send_header()
80 header += bytes; in sapi_webjames_send_header()
81 len -= bytes; in sapi_webjames_send_header()