• Poul-Henning Kamp's avatar
    Introduce VCL_STRANDS, and use it for string compare. · b317d959
    Poul-Henning Kamp authored
    VCL_STRANDS is an alternative to VCL_STRING_LIST which uses a
    struct instead of varargs.
    
    This means that multiple VCL_STRANDS can be passed to a function,
    and string-compare really needed that to not waste workspace.
    
    Add <, >, <=, >= string comparisons while here anyway.
    
    The struct and a const char *[N] array are built on the stack and
    they are only valid for the duration of the function call.
    b317d959
Name
Last commit
Last update
..
libvarnish Loading commit data...
libvarnishapi Loading commit data...
libvcc Loading commit data...
libvgz Loading commit data...
libvmod_blob Loading commit data...
libvmod_debug Loading commit data...
libvmod_directors Loading commit data...
libvmod_purge Loading commit data...
libvmod_std Loading commit data...
libvmod_vtc Loading commit data...
Makefile.am Loading commit data...
Makefile.phk Loading commit data...
flint.lnt Loading commit data...