Home
last modified time | relevance | path

Searched refs:DRV_CANCELED (Results 1 – 7 of 7) sorted by relevance

/dports/mail/isync/isync-1.4.4/src/
H A Ddriver.h126 #define DRV_CANCELED 4 macro
H A Ddrv_proxy.c193 ((gen_sts_cmd_t *)cmd)->sts = DRV_CANCELED; in proxy_cancel_checked_cmds()
H A Dsync.c575 case DRV_CANCELED: in msg_fetched()
597 case DRV_CANCELED: in msg_stored()
674 if (sts == DRV_CANCELED) in check_ret()
1236 if (sts == DRV_CANCELED) in box_confirmed()
1337 if (sts == DRV_CANCELED) in box_opened()
H A Dmain.c1014 case DRV_CANCELED: in store_connected()
1073 case DRV_CANCELED: in store_listed()
H A Ddrv_imap.c631 case RESP_CANCEL: *response = DRV_CANCELED; break; in transform_box_response()
651 case RESP_CANCEL: *response = DRV_CANCELED; break; in transform_msg_response()
708 sts->ret_val = DRV_CANCELED; in transform_refcounted_box_response()
722 sts->ret_val = DRV_CANCELED; in transform_refcounted_msg_response()
H A Ddrv_maildir.c530 cb( DRV_CANCELED, NULL, aux ); in maildir_list_store()
630 return DRV_CANCELED; in maildir_validate()
/dports/mail/isync/isync-1.4.4/
H A DChangeLog609 don't say DRV_CANCELED when it's really DRV_STORE_BAD, as apart from
6413 don't decode aux pointer on DRV_CANCELED