Next: bpipe_hdrf_next, Previous: bpipe_hdrf_matrix, Up: Header Field Manipulations
Return the number of header fields with a given name.
#include <bpipe/bpipe.h>size_t bpipe_hdrf_n( BPipe *bpipe, char *name );
BPipe *bpipe
- binary pipe with which this field is associated
char *name
- the field's name
Return the number of header fields with a given name.
It returns the number of header data fields which have the given name. If none match, returns ‘0’.