HomeSort by: relevance | last modified time | path
    Searched defs:mdb_entry_decode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
id2entry.c 454 rc = mdb_entry_decode( op, mdb_cursor_txn( mc ), &data, id, e );
1040 int mdb_entry_decode(Operation *op, MDB_txn *txn, MDB_val *data, ID id, Entry **e) function
1054 "=> mdb_entry_decode:\n" );
1087 "mdb_entry_decode: attribute index %d not recognized\n",
1147 "mdb_entry_decode: attributeType %s value #%d provided more than once\n",
1157 Debug(LDAP_DEBUG_TRACE, "<= mdb_entry_decode\n" );
id2entry.c 454 rc = mdb_entry_decode( op, mdb_cursor_txn( mc ), &data, id, e );
1040 int mdb_entry_decode(Operation *op, MDB_txn *txn, MDB_val *data, ID id, Entry **e) function
1054 "=> mdb_entry_decode:\n" );
1087 "mdb_entry_decode: attribute index %d not recognized\n",
1147 "mdb_entry_decode: attributeType %s value #%d provided more than once\n",
1157 Debug(LDAP_DEBUG_TRACE, "<= mdb_entry_decode\n" );

Completed in 174 milliseconds