Blen — Return field length
#include <ubf.h>
int Blen (UBFH *p_ub, BFLDID bfldid, BFLDOCC occ);
Link with -lubf -lnstd -lm -lpthread
Return the field length in bytes for given field at given occurrence. p_ub is pointer to UBF buffer (allocated with tpalloc(3), buffer type "UBF", "FML" or "FML32"). bfldid is UBF buffer field id (which is generated by mkfldhdr(8)), occ is field occurrence in buffer.
On success, Blen() returns field length in bytes; on error, -1 is returned, with Berror set to indicate the error.