Home
last modified time | relevance | path

Searched refs:mn_alloced (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c4160 int mn_alloced; /**< True if #mn_val was malloced */ member
4184 fname->mn_alloced = 0; in mdb_fname_init()
4192 fname->mn_alloced = 1; in mdb_fname_init()
4203 do { if ((fname).mn_alloced) free((fname).mn_val); } while (0)
4251 if (fname->mn_alloced) /* modifiable copy */ in mdb_fopen()
10315 dst->mn_alloced = 1; in utf8_to_utf16()