Next: hdrf_new, Previous: hdrf_ll_delete, Up: Internal Functions
Compare a name to a header parameter's name using string collating sequence.
#include <bpipe/bpipe.h>static int hdrf_name_cmp( const void *name, const void *field );
const void *name
- a pointer to the name
const void *field
- a pointer to the field
Compare a name to a header parameter's name using string collating sequence.
It returns ‘-1’, ‘0’, or ‘1’ if the name is less than, equal to, or greater than, the header parameters name, respectively