Searched refs:BUF_MEM_FLAG_SECURE (Results 1 – 4 of 4) sorted by relevance
48 if (a->flags & BUF_MEM_FLAG_SECURE) in BUF_MEM_free()94 if ((str->flags & BUF_MEM_FLAG_SECURE)) in BUF_MEM_grow()132 if ((str->flags & BUF_MEM_FLAG_SECURE)) in BUF_MEM_grow_clean()
45 # define BUF_MEM_FLAG_SECURE 0x01 macro
32 The flag B<BUF_MEM_FLAG_SECURE> specifies that the B<data> pointer
143 return mem_init(bi, BUF_MEM_FLAG_SECURE); in secmem_new()