Searched refs:wmstr_alloc (Results 1 – 1 of 1) sorted by relevance
33 size_t wmstr_alloc; member70 ret = memstream_newsize(wmemp->wmstr_pos, wmemp->wmstr_alloc, nbytes, in open_wmemstream_write()76 temp = recallocarray(wmemp->wmstr_buf, wmemp->wmstr_alloc, in open_wmemstream_write()82 wmemp->wmstr_alloc = newsize; in open_wmemstream_write()182 wmemp->wmstr_alloc = BUFSIZ; in open_wmemstream()183 wmemp->wmstr_buf = calloc(wmemp->wmstr_alloc, sizeof (wchar_t)); in open_wmemstream()