Home
last modified time | relevance | path

Searched refs:APY_Provider_ParseResponse (Results 1 – 4 of 4) sorted by last modified time

/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqpaypal/
H A Dprovider_getbalance.c193 rv=APY_Provider_ParseResponse(pro, GWEN_Buffer_GetStart(tbuf), dbResponse); in APY_Provider_ExecGetBal()
H A Dprovider_getstm.c193 rv=APY_Provider_ParseResponse(pro, GWEN_Buffer_GetStart(tbuf), dbResponse); in APY_Provider_UpdateTrans()
527 rv=APY_Provider_ParseResponse(pro, GWEN_Buffer_GetStart(tbuf), dbResponse); in APY_Provider_ExecGetTrans()
H A Dprovider_p.h44 static int APY_Provider_ParseResponse(AB_PROVIDER *pro, const char *s, GWEN_DB_NODE *db);
H A Dprovider.c273 int APY_Provider_ParseResponse(AB_PROVIDER *pro, const char *s, GWEN_DB_NODE *db) in APY_Provider_ParseResponse() function