Home
last modified time | relevance | path

Searched refs:AH_JobStatusSent (Results 1 – 6 of 6) sorted by relevance

/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/joblayer/
H A Djobqueue_dispatch.c254 if (st==AH_JobStatusSent) { in _removeAttachPoints()
289 if (st==AH_JobStatusSent || st==AH_JobStatusAnswered) { in _setUsedTanStatusInJobs()
355 if (jobStatus==AH_JobStatusSent || jobStatus==AH_JobStatusAnswered) { in _findReferencedJob()
473 if (jobStatus==AH_JobStatusSent || jobStatus==AH_JobStatusAnswered) in _addResponseToAllJobs()
H A Djob_l.h68 AH_JobStatusSent, enumerator
H A Djob.c664 case AH_JobStatusSent: in AH_Job_SetStatus()
824 case AH_JobStatusSent: in AH_Job_StatusName()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/applayer/
H A Dcbox_itan1.c254 AH_Job_SetStatus(jTan, AH_JobStatusSent); in AH_OutboxCBox_Itan1()
352 AH_Job_SetStatus(j, AH_JobStatusSent); in AH_OutboxCBox_Itan1()
H A Dcbox_itan2.c335 AH_JobQueue_SetJobStatusOnMatch(qJob2, AH_JobStatusEncoded, AH_JobStatusSent); in _sendAndReceiveTanResponseProc2()
395 AH_JobQueue_SetJobStatusOnMatch(qJob, AH_JobStatusSent, AH_JobStatusAnswered); in _dispatchJobSegResultsToQueue()
H A Dcbox_queue.c575 AH_JobQueue_SetJobStatusOnMatch(jq, AH_JobStatusEncoded, AH_JobStatusSent); in AH_OutboxCBox_SendAndRecvQueueNoTan()