Lines Matching refs:Strings
586 compute_offsets(char **Strings, size_t strmax, short *offsets) in compute_offsets() argument
592 if (Strings[i] == ABSENT_STRING) { in compute_offsets()
594 } else if (Strings[i] == CANCELLED_STRING) { in compute_offsets()
598 nextfree += (int) strlen(Strings[i]) + 1; in compute_offsets()
600 _nc_visbuf(Strings[i]), (int) nextfree)); in compute_offsets()
695 if (tp->Strings[STRCOUNT + i] != ABSENT_STRING) in extended_Strings()
777 if (tp->Strings[i] != ABSENT_STRING) in _nc_write_object()
781 nextfree = compute_offsets(tp->Strings, strmax, offsets); in _nc_write_object()
843 if (VALID_STRING(tp->Strings[i])) { in _nc_write_object()
844 if (!WRITE_STRING(tp->Strings[i])) { in _nc_write_object()
859 nextfree = compute_offsets(tp->Strings + STRCOUNT, in _nc_write_object()
874 if (VALID_STRING(tp->Strings[i + STRCOUNT])) { in _nc_write_object()
927 if (VALID_STRING(tp->Strings[i + STRCOUNT])) { in _nc_write_object()
929 _nc_visbuf(tp->Strings[i + STRCOUNT]))); in _nc_write_object()
930 if (!WRITE_STRING(tp->Strings[i + STRCOUNT])) { in _nc_write_object()