Lines Matching defs:bytes
1073 int i = 0, remain = 0, bytes = 0;
1081 i-- > 0 && bytes >= 0;
1082 remain -= bytes, out += bytes) {
1085 bytes = BIO_snprintf(out, remain, template, p[0] << 8 | p[1]);
1205 /* Total number of bytes in tmp */
1231 /* If no '::' must have exactly 16 bytes */
1235 /* If '::' must have less than 16 bytes */
1281 /* Error if 16 bytes written */
1295 /* Need at least 4 bytes left */