• Home
  • Raw
  • Download

Lines Matching refs:FREE_DBT

364 #define FREE_DBT(dbt)               if ((dbt.flags & (DB_DBT_MALLOC|DB_DBT_REALLOC)) && \  macro
1762 FREE_DBT(key); in _DB_consume()
1763 FREE_DBT(data); in _DB_consume()
1825 FREE_DBT(key); in DB_delete()
1830 FREE_DBT(key); in DB_delete()
1834 FREE_DBT(key); in DB_delete()
1886 FREE_DBT(start); in DB_compact()
1888 FREE_DBT(stop); in DB_compact()
1932 FREE_DBT(key); in DB_exists()
1940 FREE_DBT(key); in DB_exists()
1985 FREE_DBT(key); in DB_get()
1995 FREE_DBT(key); in DB_get()
2019 FREE_DBT(data); in DB_get()
2021 FREE_DBT(key); in DB_get()
2051 FREE_DBT(key); in DB_pget()
2061 FREE_DBT(key); in DB_pget()
2111 FREE_DBT(pkey); in DB_pget()
2112 FREE_DBT(data); in DB_pget()
2114 FREE_DBT(key); in DB_pget()
2140 FREE_DBT(key); in DB_get_size()
2157 FREE_DBT(key); in DB_get_size()
2158 FREE_DBT(data); in DB_get_size()
2187 FREE_DBT(key); in DB_get_both()
2217 FREE_DBT(data); in DB_get_both()
2220 FREE_DBT(key); in DB_get_both()
2444 FREE_DBT(key); in DB_put()
2449 FREE_DBT(key); in DB_put()
2459 FREE_DBT(key); in DB_put()
3619 FREE_DBT(data); in DB_subscript()
3622 FREE_DBT(key); in DB_subscript()
3668 FREE_DBT(key); in DB_ass_sub()
3684 FREE_DBT(key); in _DB_has_key()
3708 FREE_DBT(key); in _DB_has_key()
3974 FREE_DBT(data); in _DBLogCursor_get()
4296 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_get()
4328 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_get()
4371 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_pget()
4411 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_pget()
4419 FREE_DBT(pkey); in DBC_pget()
4424 FREE_DBT(key); in DBC_pget()
4496 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_put()
4503 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_put()
4530 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_set()
4560 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_set()
4565 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_set()
4593 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_set_range()
4622 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_set_range()
4627 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in DBC_set_range()
4645 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in _DBC_get_set_both()
4676 FREE_DBT(key); /* 'make_key_dbt' could do a 'malloc' */ in _DBC_get_set_both()
4775 FREE_DBT(key); in DBC_set_recno()
4793 FREE_DBT(key); in DBC_set_recno()
8467 FREE_DBT(key); in DBSequence_get_key()
8516 FREE_DBT(key); in DBSequence_open()