Searched refs:wspace (Results 1 – 4 of 4) sorted by relevance
131 tok->wspace = reallocarray(NULL, WINCR, sizeof(*tok->wspace)); in TYPE()132 if (tok->wspace == NULL) { in TYPE()138 tok->wmax = tok->wspace + WINCR; in TYPE()139 tok->wstart = tok->wspace; in TYPE()140 tok->wptr = tok->wspace; in TYPE()156 tok->wstart = tok->wspace; in FUN()157 tok->wptr = tok->wspace; in FUN()171 free(tok->wspace); in FUN()403 if (s != tok->wspace) { in FUN()407 (tok->argv[i] - tok->wspace) + s; in FUN()[all …]
228 int proto, olen, wspace, r, flush; in z_compress() local250 wspace = m_trailingspace(m); in z_compress()251 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) { in z_compress()253 wspace -= state->hdrlen; in z_compress()269 state->strm.avail_out = wspace - (PPP_HDRLEN + 2); in z_compress()274 wspace = 0; in z_compress()302 m->m_len = wspace; in z_compress()303 olen += wspace; in z_compress()311 state->strm.avail_out = wspace = m_trailingspace(m); in z_compress()321 olen += (m->m_len = wspace - state->strm.avail_out); in z_compress()
114 __LDATA *wspace; /* window space (for cleanup) */ member
404 int wspace = 0; in strdelim_internal() local430 wspace = 1; in strdelim_internal()435 if (split_equals && *s[0] == '=' && !wspace) in strdelim_internal()