• Nils Goroll's avatar
    Add WS_ReserveAll() to replace WS_Reserve(ws, 0) · d001cdd2
    Nils Goroll authored
    ... to un-confuse the interface
    
    Notes on changes from WS_Reserve():
    
    * Removed the first WS_Assert because all we change is ws->r and we got
      a specific assert on it.
    
    * it follows from PAOK(ws->e) && PAOK(ws->f) in WS_Assert() that
      PAOK(ws->r) && PAOK(b), so we remove the PRNDDN()
    
    Closes #2967
    d001cdd2
vmod_blob.c 11.8 KB