• 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
Name
Last commit
Last update
..
Makefile.am Loading commit data...
automake_boilerplate.am Loading commit data...
base64.c Loading commit data...
base64.h Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
hex.c Loading commit data...
hex.h Loading commit data...
id.c Loading commit data...
tbl_case.h Loading commit data...
tbl_encodings.h Loading commit data...
url.c Loading commit data...
vmod.vcc Loading commit data...
vmod_blob.c Loading commit data...
vmod_blob.h Loading commit data...