Home
last modified time | relevance | path

Searched refs:AB_Value_dup (Results 1 – 15 of 15) sorted by relevance

/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/imexporters/ofx/parser/
H A Dg_stmtrs.c248 v2=AB_Value_dup(v); in AIO_OfxGroup_STMTRS_EndSubGroup()
280 v2=AB_Value_dup(v); in AIO_OfxGroup_STMTRS_EndSubGroup()
305 v2=AB_Value_dup(v); in AIO_OfxGroup_STMTRS_EndSubGroup()
H A Dg_bal.c97 xg->value=AB_Value_dup(v); in AIO_OfxGroup_BAL_SetValue()
H A Dg_invstmtrs.c253 …v2=AB_Value_dup(v); /*Can do AB_Value_SetCurrency(v, xg->currency) for who… in AIO_OfxGroup_INVSTMTRS_EndSubGroup()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/types/
H A Dsecurity.c130 p_struct->units=AB_Value_dup(p_src->units); in AB_Security_dup()
139 p_struct->unitPriceValue=AB_Value_dup(p_src->unitPriceValue); in AB_Security_dup()
205 p_struct->units=AB_Value_dup(p_src->units); in AB_Security_copy()
214 p_struct->unitPriceValue=AB_Value_dup(p_src->unitPriceValue); in AB_Security_copy()
339 p_struct->units=AB_Value_dup(p_src); in AB_Security_SetUnits()
353 p_struct->unitPriceValue=AB_Value_dup(p_src); in AB_Security_SetUnitPriceValue()
H A Dbalance.c134 p_struct->value=AB_Value_dup(p_src->value); in AB_Balance_dup()
163 p_struct->value=AB_Value_dup(p_src->value); in AB_Balance_copy()
212 p_struct->value=AB_Value_dup(p_src); in AB_Balance_SetValue()
H A Dvalue.h37 AQBANKING_API AB_VALUE *AB_Value_dup(const AB_VALUE *ov);
H A Dvalue.c63 AB_VALUE *AB_Value_dup(const AB_VALUE *ov) in AB_Value_dup() function
542 ne=AB_Value_dup(e); in AB_Value_List_dup()
H A Dtransaction.c884 p_struct->value=AB_Value_dup(p_src->value); in AB_Transaction_dup()
893 p_struct->fees=AB_Value_dup(p_src->fees); in AB_Transaction_dup()
1203 p_struct->units=AB_Value_dup(p_src->units); in AB_Transaction_dup()
1493 p_struct->value=AB_Value_dup(p_src->value); in AB_Transaction_copy()
1502 p_struct->fees=AB_Value_dup(p_src->fees); in AB_Transaction_copy()
1812 p_struct->units=AB_Value_dup(p_src->units); in AB_Transaction_copy()
2667 p_struct->value=AB_Value_dup(p_src); in AB_Transaction_SetValue()
2681 p_struct->fees=AB_Value_dup(p_src); in AB_Transaction_SetFees()
3157 p_struct->units=AB_Value_dup(p_src); in AB_Transaction_SetUnits()
3171 p_struct->unitPriceValue=AB_Value_dup(p_src); in AB_Transaction_SetUnitPriceValue()
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqfints/libaqfints/service/upd/
H A Dupdjob.c103 p_struct->limitValue=AB_Value_dup(p_src->limitValue); in AQFINTS_UpdJob_dup()
154 p_struct->limitValue=AB_Value_dup(p_src->limitValue); in AQFINTS_UpdJob_copy()
276 p_struct->limitValue=AB_Value_dup(p_src); in AQFINTS_UpdJob_SetLimitValue()
H A Daccountdata.c210 p_struct->limitValue=AB_Value_dup(p_src->limitValue); in AQFINTS_AccountData_dup()
351 p_struct->limitValue=AB_Value_dup(p_src->limitValue); in AQFINTS_AccountData_copy()
645 p_struct->limitValue=AB_Value_dup(p_src); in AQFINTS_AccountData_SetLimitValue()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/imexporters/xml/
H A Dpaymentgroup.c97 p_struct->controlSum=AB_Value_dup(p_src->controlSum); in AB_ImExporterXML_PaymentGroup_dup()
200 p_struct->controlSum=AB_Value_dup(p_src->controlSum); in AB_ImExporterXML_PaymentGroup_copy()
373 p_struct->controlSum=AB_Value_dup(p_src); in AB_ImExporterXML_PaymentGroup_SetControlSum()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/imexporters/csv/
H A Dcsv.c394 v=AB_Value_dup(pv); in AH_ImExporterCSV__ImportFromGroup()
415 v=AB_Value_dup(pv); in AH_ImExporterCSV__ImportFromGroup()
696 nv=AB_Value_dup(v); in AH_ImExporterCSV_Export()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/
H A Dtestlib.c53 v3=AB_Value_dup(v1); in test1()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/ajobs/
H A Djobgettransactions.c467 v2=AB_Value_dup(v1); in AH_Job_GetTransactionsCreditCard_Process()
472 v2=AB_Value_dup(v1); in AH_Job_GetTransactionsCreditCard_Process()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/imexporters/eri2/
H A Deri2.c333 v = AB_Value_dup(pv); in AB_ImExporterERI2__HandleRec1()