Home
last modified time | relevance | path

Searched refs:nsegments_allocated (Results 1 – 2 of 2) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dxg-mixed-string.c406 bp->nsegments_allocated = 0; in mixed_string_buffer_init()
519 if (bp->nsegments == bp->nsegments_allocated) in mixed_string_buffer_add_segment()
522 bp->nsegments_allocated = 2 * bp->nsegments_allocated + 1; in mixed_string_buffer_add_segment()
Dxg-mixed-string.h112 size_t nsegments_allocated; member