Searched refs:idcursor (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
H A D | tools.c | 61 static MDB_cursor *cursor = NULL, *idcursor = NULL; variable 198 if( idcursor ) { in mdb_tool_entry_close() 199 mdb_cursor_close( idcursor ); in mdb_tool_entry_close() 200 idcursor = NULL; in mdb_tool_entry_close() 407 rc = mdb_id2name( &op, mdb_tool_txn, &idcursor, id, &dn, &ndn ); in mdb_tool_entry_get_int() 509 rc = mdb_next_id( op->o_bd, idcursor, &e->e_id ); in mdb_tool_next_id() 542 rc = mdb_cursor_put( idcursor, &key, &data, MDB_NOOVERWRITE ); in mdb_tool_next_id() 684 if ( !idcursor ) { in mdb_tool_entry_put() 685 rc = mdb_cursor_open( mdb_tool_txn, mdb->mi_id2entry, &idcursor ); in mdb_tool_entry_put() 697 mdb_next_id( be, idcursor, &dummy ); in mdb_tool_entry_put() [all …]
|