Lines Matching refs:nextfree
588 int nextfree = 0; in compute_offsets() local
597 offsets[i] = (short) nextfree; in compute_offsets()
598 nextfree += (int) strlen(Strings[i]) + 1; in compute_offsets()
600 _nc_visbuf(Strings[i]), (int) nextfree)); in compute_offsets()
603 return nextfree; in compute_offsets()
726 int nextfree; in _nc_write_object() local
781 nextfree = compute_offsets(tp->Strings, strmax, offsets); in _nc_write_object()
799 LITTLE_ENDIAN(buf + 10, nextfree); in _nc_write_object()
855 if (even_boundary(nextfree)) { in _nc_write_object()
859 nextfree = compute_offsets(tp->Strings + STRCOUNT, in _nc_write_object()
862 TRACE_OUT(("after extended string capabilities, nextfree=%d", nextfree)); in _nc_write_object()
868 nextfree += compute_offsets(tp->ext_Names, in _nc_write_object()
871 TRACE_OUT(("after extended capnames, nextfree=%d", nextfree)); in _nc_write_object()
887 LITTLE_ENDIAN(buf + 8, nextfree); in _nc_write_object()