tdb_parse_record  106 lib/tdb/include/tdb.h int tdb_parse_record(struct tdb_context *tdb, TDB_DATA key,
tdb_parse_record  112 source3/lib/dbwrap_tdb.c 	tdb_parse_record(ctx->wtdb->tdb, key, db_tdb_fetchlock_parse, &state);
tdb_parse_record  169 source3/lib/dbwrap_tdb.c 	tdb_parse_record(ctx->wtdb->tdb, key, db_tdb_fetch_parse, &state);
tdb_parse_record  187 source3/lib/dbwrap_tdb.c 	return tdb_parse_record(ctx->wtdb->tdb, key, parser, private_data);