Home
last modified time | relevance | path

Searched refs:candidate_cache_current (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_job.c96 #define RESET_CANDIDATE_CACHE(transport) ((transport)->candidate_cache_current = 0)
372 || job == transport->candidate_cache_current) in qmgr_job_unlink()
480 if (job != job->transport->candidate_cache_current) in qmgr_job_count_slots()
507 if (transport->candidate_cache_current == current in qmgr_job_candidate()
566 transport->candidate_cache_current = current; in qmgr_job_candidate()
975 transport->candidate_cache_current = 0; in qmgr_job_blocker_update()
H A Dqmgr_transport.c479 transport->candidate_cache_current = 0; in qmgr_transport_create()
H A Dqmgr.h200 QMGR_JOB *candidate_cache_current; /* current job tied to the candidate */ member
H A Dqmgr_message.c1432 job->transport->candidate_cache_current = 0; in qmgr_message_assign()