Searched refs:wspace (Results 1 – 3 of 3) sorted by relevance
306 int wspace; in z_compress() local374 wspace = 0; in z_compress()377 wspace = maxolen + state->hdrlen; in z_compress()378 if (wspace > 4096) { in z_compress()379 wspace = 4096; in z_compress()382 m = allocb(wspace, BPRI_MED); in z_compress()387 wspace = m->b_datap->db_lim - m->b_wptr; in z_compress()391 if (state->hdrlen + PPP_HDRLEN + 2 < wspace) { in z_compress()394 wspace -= state->hdrlen; in z_compress()424 state->strm.avail_out = wspace - (PPP_HDRLEN + 2); in z_compress()[all …]
161 const char *wspace, size_t wspace_len) in copyuntil_path() argument214 (strncmp(bufptr, wspace, wspace_len) == 0)) { in copyuntil_path()271 char *wspace; in filter() local300 wspace = getenv("CODEMGR_WS"); in filter()301 if (wspace != NULL) in filter()302 wspace_len = strlen(wspace); in filter()340 if (wspace != NULL) in filter()342 wspace, wspace_len); in filter()
133 int wspace = 0; in strdelim() local146 wspace = 1; in strdelim()150 if (*s[0] == '=' && !wspace) in strdelim()