Home
last modified time | relevance | path

Searched refs:CACHE_REMOVE (Results 1 – 24 of 24) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncAddress.c379 CACHE_REMOVE (addr->name); in gncAddressFree()
380 CACHE_REMOVE (addr->addr1); in gncAddressFree()
381 CACHE_REMOVE (addr->addr2); in gncAddressFree()
382 CACHE_REMOVE (addr->addr3); in gncAddressFree()
383 CACHE_REMOVE (addr->addr4); in gncAddressFree()
384 CACHE_REMOVE (addr->phone); in gncAddressFree()
385 CACHE_REMOVE (addr->fax); in gncAddressFree()
386 CACHE_REMOVE (addr->email); in gncAddressFree()
H A Dqof-string-cache.h94 #define CACHE_REMOVE(str) qof_string_cache_remove((str)) macro
105 CACHE_REMOVE((dst)); \
H A Dgnc-commodity.c943 CACHE_REMOVE (priv->fullname); in commodity_free()
944 CACHE_REMOVE (priv->cusip); in commodity_free()
945 CACHE_REMOVE (priv->mnemonic); in commodity_free()
946 CACHE_REMOVE (priv->quote_tz); in commodity_free()
1257 CACHE_REMOVE (priv->mnemonic); in gnc_commodity_set_mnemonic()
1309 CACHE_REMOVE (priv->fullname); in gnc_commodity_set_fullname()
1334 CACHE_REMOVE (priv->cusip); in gnc_commodity_set_cusip()
1477 CACHE_REMOVE (priv->quote_tz); in gnc_commodity_set_quote_tz()
2387 CACHE_REMOVE(key); /* key is commodity mnemonic */ in ns_helper()
2412 CACHE_REMOVE(ns->name); in gnc_commodity_table_delete_namespace()
H A DgncJob.c247 CACHE_REMOVE (job->id); in gncJobFree()
248 CACHE_REMOVE (job->name); in gncJobFree()
249 CACHE_REMOVE (job->desc); in gncJobFree()
H A DgncOrder.c315 CACHE_REMOVE (order->id); in gncOrderFree()
316 CACHE_REMOVE (order->notes); in gncOrderFree()
317 CACHE_REMOVE (order->reference); in gncOrderFree()
H A DgncEmployee.c468 CACHE_REMOVE (employee->id); in gncEmployeeFree()
469 CACHE_REMOVE (employee->username); in gncEmployeeFree()
470 CACHE_REMOVE (employee->language); in gncEmployeeFree()
471 CACHE_REMOVE (employee->acl); in gncEmployeeFree()
H A DgncCustomer.c349 CACHE_REMOVE (cust->id); in gncCustomerFree()
350 CACHE_REMOVE (cust->name); in gncCustomerFree()
351 CACHE_REMOVE (cust->notes); in gncCustomerFree()
H A DgncVendor.c494 CACHE_REMOVE (vendor->id); in gncVendorFree()
495 CACHE_REMOVE (vendor->name); in gncVendorFree()
496 CACHE_REMOVE (vendor->notes); in gncVendorFree()
H A Dqofid.cpp64 CACHE_REMOVE (col->e_type); in qof_collection_destroy()
H A DgncBillTerm.c282 CACHE_REMOVE (term->name); in gncBillTermFree()
283 CACHE_REMOVE (term->desc); in gncBillTermFree()
H A Dgnc-budget.c263 CACHE_REMOVE(priv->name); in gnc_budget_free()
264 CACHE_REMOVE(priv->description); in gnc_budget_free()
H A DgncEntry.c458 CACHE_REMOVE (entry->desc); in gncEntryFree()
459 CACHE_REMOVE (entry->action); in gncEntryFree()
460 CACHE_REMOVE (entry->notes); in gncEntryFree()
H A DgncInvoice.c428 CACHE_REMOVE (invoice->id); in gncInvoiceFree()
429 CACHE_REMOVE (invoice->notes); in gncInvoiceFree()
430 CACHE_REMOVE (invoice->billing_id); in gncInvoiceFree()
H A DgncTaxTable.c437 CACHE_REMOVE (table->name); in gncTaxTableFree()
H A DSplit.c709 CACHE_REMOVE(split->memo); in xaccFreeSplit()
710 CACHE_REMOVE(split->action); in xaccFreeSplit()
H A DTransaction.c818 CACHE_REMOVE(trans->num); in xaccFreeTransaction()
819 CACHE_REMOVE(trans->description); in xaccFreeTransaction()
H A Dqofinstance.cpp325 CACHE_REMOVE(inst->e_type); in qof_instance_dispose()
H A Dgnc-pricedb.c328 if (p->type) CACHE_REMOVE(p->type); in gnc_price_destroy()
/dports/finance/gnucash/gnucash-4.9/gnucash/register/ledger-core/
H A Dsplit-register-copy-ops.c193 CACHE_REMOVE (fs->m_memo); in gnc_float_split_free()
194 CACHE_REMOVE (fs->m_action); in gnc_float_split_free()
444 CACHE_REMOVE (ft->m_num); in gnc_float_txn_free()
445 CACHE_REMOVE (ft->m_description); in gnc_float_txn_free()
446 CACHE_REMOVE (ft->m_notes); in gnc_float_txn_free()
447 CACHE_REMOVE (ft->m_doclink); in gnc_float_txn_free()
/dports/databases/qof/qof-0.8.8/qof/
H A Dqofutil.h316 #define CACHE_REMOVE(str) qof_util_string_cache_remove((str)) macro
327 CACHE_REMOVE((dst)); \
H A Dqofid.c84 CACHE_REMOVE (ent->e_type); in qof_entity_release()
134 CACHE_REMOVE (col->e_type); in qof_collection_destroy()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DI_CacheDefs.h57 #define CACHE_REMOVE 10 macro
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dutest-Transaction.cpp861 CACHE_REMOVE(txn1->num); in test_xaccTransEqual()
875 CACHE_REMOVE(clone->description); in test_xaccTransEqual()
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog.20052074 functions. Consolidate all the CACHE_INSERT and CACHE_REMOVE