GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
bl_sam_init(3) FreeBSD Library Functions Manual bl_sam_init(3)

#include <biolibc/sam.h>
-lbiolibc -lxtend

void bl_sam_init(bl_sam_t *sam_alignment, size_t seq_len, sam_field_mask_t field_mask)

sam_alignment   Pointer to bl_sam_t structure to initialize
seq_len         Length of sequence and quality strings
field_mask      Bit mask indicating which fields will be used

Initialize a bl_sam_t structure, allocating memory for sequence and quality strings according to seq_len. Passing a seq_len of 0 prevents memory allocation from occurring.

Only BL_SAM_FIELD_SEQ and BL_SAM_FIELD_QUAL are meaningful bits in field_mask, as they determine whether memory is allocated. All other fields are unconditionally initialized to 0, NULL, or blank.

bl_sam_read(3), bl_sam_free(3), bl_sam_copy(3)


Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.