Searched refs:ID2L (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Didl.h79 /** An ID2L is an ID2 List, a sorted array of ID2s.
84 typedef ID2 *ID2L; typedef
90 ID2L scopes;
91 ID2L sctmp;
104 /** Search for an ID in an ID2L.
105 * @param[in] ids The ID2L to search.
109 unsigned mdb_id2l_search( ID2L ids, ID id );
112 /** Insert an ID2 into a ID2L.
113 * @param[in,out] ids The ID2L to insert into.
117 int mdb_id2l_insert( ID2L id
[all...]
H A Didl.c1233 unsigned mdb_id2l_search( ID2L ids, ID id )
1268 int mdb_id2l_insert( ID2L ids, ID2 *id )

Completed in 90 milliseconds