Home
last modified time | relevance | path

Searched refs:POP_NONE (Results 1 – 12 of 12) sorted by relevance

/dports/security/dsniff/dsniff-2.4/
H A Dmailsnarf.c41 POP_NONE = 0, enumerator
127 else pop->state = POP_NONE; in process_pop_client()
140 if (pop->state == POP_NONE) in process_pop_server()
152 else pop->state = POP_NONE; in process_pop_server()
163 pop->state = POP_NONE; in process_pop_server()
249 pop->state = POP_NONE; in sniff_pop_session()
/dports/mail/faces/faces-1.7.7/faces/
H A Dpop.c85 popdata->status = POP_NONE; in build_popdata()
185 pop_data->status = POP_NONE; in pop_connect()
215 if (pop_data->status != POP_NONE) { in pop_disconnect()
217 pop_data->status = POP_NONE; in pop_disconnect()
H A Dpop.h42 POP_NONE = 0, enumerator
/dports/mail/neomutt/neomutt-20211029/pop/
H A Dprivate.h49 POP_NONE = 0, ///< No connected to server enumerator
H A Dpop.c964 if (adata->status != POP_NONE) in pop_mbox_close()
970 adata->status = POP_NONE; in pop_mbox_close()
H A Dlib.c279 adata->status = POP_NONE; in pop_connect()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dpop.h39 POP_NONE = 0, enumerator
H A Dpop.c490 if (pop_data->status != POP_NONE) in pop_close_mailbox()
493 pop_data->status = POP_NONE; in pop_close_mailbox()
H A Dpop_lib.c235 pop_data->status = POP_NONE; in pop_connect()
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProData.h1515 #define POP_NONE 0 macro
H A DProParser.y7385 if(PostSubOperation_S.Type != POP_NONE) {
7493 PostSubOperation_S.Type = POP_NONE;
H A DProParser.tab.cpp16949 if(PostSubOperation_S.Type != POP_NONE) {
17078 PostSubOperation_S.Type = POP_NONE;