Home
last modified time | relevance | path

Searched refs:allowChangePurpose (Results 1 – 2 of 2) sorted by relevance

/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/types/
H A Dtransactionlimits.c70 p_struct->allowChangePurpose=0; in GWEN_LIST_FUNCTIONS()
224 p_struct->allowChangePurpose=p_src->allowChangePurpose; in AB_TransactionLimits_dup()
363 p_struct->allowChangePurpose=p_src->allowChangePurpose; in AB_TransactionLimits_copy()
614 return p_struct->allowChangePurpose; in AB_TransactionLimits_GetAllowChangePurpose()
854 p_struct->allowChangePurpose=p_src; in AB_TransactionLimits_SetAllowChangePurpose()
1065 p_struct->allowChangePurpose=GWEN_DB_GetIntValue(p_db, "allowChangePurpose", 0, 0); in AB_TransactionLimits_ReadDb()
1398 …etIntValue(p_db, GWEN_DB_FLAGS_OVERWRITE_VARS, "allowChangePurpose", p_struct->allowChangePurpose); in AB_TransactionLimits_WriteDb()
1576 p_struct->allowChangePurpose=GWEN_XMLNode_GetIntValue(p_db, "allowChangePurpose", 0); in AB_TransactionLimits_ReadXml()
1713 GWEN_XMLNode_SetIntValue(p_db, "allowChangePurpose", p_struct->allowChangePurpose); in AB_TransactionLimits_WriteXml()
H A Dtransactionlimits_p.h59 int allowChangePurpose; member