Lines Matching refs:nbytes
1418 apr_size_t i, nbytes, combined_len = 0;
1457 nbytes = strlen(key);
1459 apr_file_write_full(fpin, key, nbytes, NULL);
1460 nbytes = 1;
1461 apr_file_write_full(fpin, "\n", nbytes, NULL);
1470 apr_file_writev_full(fpin, iova, niov, &nbytes);
1476 nbytes = 1;
1477 apr_file_read(fpout, &c, &nbytes);
1480 while (nbytes == 1 && (i < REWRITE_PRG_MAP_BUF)) {
1509 apr_file_read(fpout, &c, &nbytes);
1513 if (buflist || (nbytes == 1 && !found_nl)) {
1531 if (nbytes == 1 && !found_nl) {