Home
last modified time | relevance | path

Searched refs:eresult (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DClass1Send.c++109 protoTrace(eresult.string()); in dialResponse()
201 protoTrace(eresult.string()); in getPrologue()
216 protoTrace(eresult.string()); in getPrologue()
229 protoTrace(eresult.string()); in getPrologue()
473 protoTrace(eresult.string()); in sendPhaseB()
529 protoTrace(eresult.string()); in sendPhaseB()
538 protoTrace(eresult.string()); in sendPhaseB()
588 Status eresult; in sendPrologue() local
671 protoTrace(eresult.string()); in sendTraining()
2011 switchingPause(eresult); in sendPPM()
[all …]
H A DClass1Recv.c++127 protoTrace(eresult.string()); in recvEOMBegin()
240 eresult.clear(); in recvIdentification()
475 Status eresult; in recvTraining() local
701 eresult = abortReason();
784 if (eresult.value() == 0) {
814 if (!useV34 && eresult.value() == 0) (void) switchingPause(eresult);
1138 eresult.clear(); // reset
1339 if (eresult.value() == 0) {
1343 protoTrace(eresult.string());
1406 protoTrace(eresult.string());
[all …]
H A DClass1.h133 bool sendTraining(Class2Params&, int, Status& eresult);
148 u_int timer, bool notransmit, Status& eresult);
151 bool recvPPM(int& ppm, Status& eresult);
152 bool recvPageData(TIFF*, Status& eresult);
165 bool switchingPause(Status& eresult, u_int times = 1);
214 CallStatus dialResponse(Status& eresult);
227 bool recvBegin(Status& eresult);
228 bool recvEOMBegin(Status& eresult);
230 bool recvEnd(Status& eresult);
235 bool requestToPoll(Status& eresult);
[all …]
H A DClass2Send.c++51 eresult = Status(204, "Unable to send password%s", cmdFailed); in sendSetup()
72 return (FaxModem::sendSetup(req, dis, eresult)); in sendSetup()
79 Class2Modem::dialResponse(Status& eresult) in dialResponse() argument
95 eresult = Status(10, "Blacklisted by modem"); in dialResponse()
107 eresult = hangupStatus(hangupCode);; in dialResponse()
170 eresult = hangupStatus(hangupCode); in getPrologue()
279 if (!decodePPM(pph, ppm, eresult)) in sendPhaseB()
380 eresult = Status(286, "Batching protocol error"); in sendPhaseB()
390 eresult = Status(286, "Batching protocol error"); in sendPhaseB()
398 if (eresult.value() == 0) { in sendPhaseB()
[all …]
H A DClass2Poll.c++33 Class2Modem::requestToPoll(Status& eresult) in requestToPoll() argument
36 eresult = Status(200, "Unable to request polling operation (modem may not support polling)"); in requestToPoll()
46 Class2Modem::pollBegin(const fxStr& cig, const fxStr& sep, const fxStr& pwd, Status& eresult) in pollBegin() argument
51 eresult = Status(201, cmdFailed, "polling identifer"); in pollBegin()
55 eresult = Status(202, cmdFailed, "selective polling address"); in pollBegin()
59 eresult = Status(203, cmdFailed, "polling password"); in pollBegin()
H A DClass2.h94 bool recvPageData(TIFF*, Status& eresult);
143 bool sendSetup(FaxRequest&, const Class2Params&, Status& eresult);
144 CallStatus dialResponse(Status& eresult);
145 FaxSendStatus getPrologue(Class2Params&, bool&, Status& eresult, u_int&);
147 fxStr& pph, Status& eresult, u_int& batched, PageType pt);
152 bool recvBegin(Status& eresult);
153 bool recvEOMBegin(Status& eresult);
154 bool recvPage(TIFF*, u_int& ppm, Status& eresult, const fxStr& id);
155 bool recvEnd(Status& eresult);
160 bool requestToPoll(Status& eresult);
[all …]
H A DfaxGettyApp.c++328 Status eresult; in answerPhone() local
356 logError("%s", eresult.string()); in answerPhone()
379 logError("%s", eresult.string()); in answerPhone()
396 traceServer("%s", eresult.string()); in answerPhone()
413 traceServer("%s", eresult.string()); in answerPhone()
441 if (eresult.value() != 0) in answerPhone()
442 traceProtocol("%s", eresult.string()); in answerPhone()
462 ai.status = eresult.string(); in answerPhone()
579 callHandled = recvFax(callid, eresult); in processCall()
603 traceServer("ANSWER: %s", eresult.string()); in processCall()
[all …]
H A DFaxModem.h150 bool decodePPM(const fxStr& pph, u_int& ppm, Status& eresult);
154 const Class2Params& params, Status& eresult);
262 eresult);
265 bool& hasDoc, Status& eresult, u_int& batched) = 0;
268 fxStr& pph, Status& eresult, u_int& batched, PageType = PAGE_NORMAL) = 0;
304 virtual bool recvBegin(Status& eresult);
305 virtual bool recvEOMBegin(Status& eresult);
307 virtual bool recvEnd(Status& eresult) = 0;
332 virtual bool requestToPoll(Status& eresult) = 0;
335 Status& eresult);
H A DClass2Recv.c++60 Class2Modem::recvBegin(Status& eresult) in recvBegin() argument
75 eresult = hangupStatus(hangupCode); in recvBegin()
103 eresult = hangupStatus(hangupCode); in recvBegin()
143 Class2Modem::recvPage(TIFF* tif, u_int& ppm, Status& eresult, const fxStr& id) in recvPage() argument
204 if (!recvPageData(tif, eresult)) { in recvPage()
234 eresult = abortReason(); in recvPage()
264 eresult = hangupStatus(hangupCode); in recvPage()
284 Class2Modem::recvPageData(TIFF* tif, Status& eresult) in recvPageData() argument
306 bool pageRecvd = recvPageDLEData(tif, hostDidCQ, params, eresult); in recvPageData()
H A DFaxServer.h81 TIFF* setupForRecv(FaxRecvInfo&, FaxRecvInfoArray&, Status& eresult); in fxDECLARE_ObjArray()
82 bool recvDocuments(TIFF*, FaxRecvInfo&, FaxRecvInfoArray&, Status& eresult); in fxDECLARE_ObjArray()
83 bool recvFaxPhaseD(TIFF* tif, FaxRecvInfo&, u_int& ppm, Status& eresult); in fxDECLARE_ObjArray()
85 FaxRecvInfoArray&, Status& eresult); in fxDECLARE_ObjArray()
98 bool recvFax(const CallID& callid, Status& eresult); in fxDECLARE_ObjArray()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-simple-async-result.c46 ESimpleAsyncResult *eresult; in G_DEFINE_TYPE_WITH_CODE() local
58 ESimpleAsyncResult *eresult; in e_simple_async_result_iface_get_source_object() local
71 ESimpleAsyncResult *eresult; in e_simple_async_result_iface_is_tagged() local
77 return eresult && eresult->priv->source_tag == source_tag; in e_simple_async_result_iface_is_tagged()
166 ESimpleAsyncResult *eresult; in e_simple_async_result_set_user_data() local
175 if (eresult->priv->user_data && eresult->priv->destroy_user_data) in e_simple_async_result_set_user_data()
176 eresult->priv->destroy_user_data (eresult->priv->user_data); in e_simple_async_result_set_user_data()
185 ESimpleAsyncResult *eresult; in e_simple_async_result_get_user_data() local
191 return eresult->priv->user_data; in e_simple_async_result_get_user_data()
197 ESimpleAsyncResult *eresult; in e_simple_async_result_steal_user_data() local
[all …]
/dports/irc/sic/sic-0.23a/
H A Dtabkey.c132 static char eresult[512]; local
154 strcpy(eresult, "@"); /* service */
156 eresult[0] = '\0'; /* nickname / dcc chat */
161 strcat(eresult, (*next)->nick);
163 eresult[0] = '\0';
168 if (*eresult == '@')
169 strcat(eresult, (*next)->nick);
171 strcpy(eresult, (*next)->nick);
173 sprintf(eresult, "%s@[%s]", (*next)->nick, (*next)->svr->sname);
176 eresult[0] = '\0';
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/tests/
H A Ddispatch_test.c290 UNUSED(eresult); in server_senddone()
294 isc_result_totext(eresult)); in server_senddone()
306 UNUSED(eresult); in nameserver()
337 return (eresult); in accept_cb()
344 UNUSED(eresult); in noop_nameserver()
370 isc_result_totext(eresult)); in response()
372 switch (eresult) { in response()
391 isc_result_totext(eresult)); in response_timeout()
402 UNUSED(eresult); in connected()
406 isc_result_totext(eresult)); in connected()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isccc/
H A Dccmsg.c43 recv_data(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region, in recv_data() argument
50 if (eresult == ISC_R_CANCELED || eresult == ISC_R_EOF) { in recv_data()
51 ccmsg->result = eresult; in recv_data()
53 } else if (region == NULL && eresult == ISC_R_SUCCESS) { in recv_data()
56 } else if (eresult != ISC_R_SUCCESS) { in recv_data()
57 ccmsg->result = eresult; in recv_data()
60 ccmsg->result = eresult; in recv_data()
/dports/security/libkleo/libkleo-21.12.3/src/ui/
H A Dmessagebox.cpp115 static QString to_information_string(const SigningResult &sresult, const EncryptionResult &eresult) in to_information_string() argument
117 return to_information_string(sresult) + QLatin1Char('\n') + to_information_string(eresult); in to_information_string()
120 static QString to_error_string(const SigningResult &sresult, const EncryptionResult &eresult) in to_error_string() argument
122 return to_information_string(sresult, eresult); in to_error_string()
174 …n(QWidget *parent, const SigningResult &sresult, const EncryptionResult &eresult, const Job *job, … in information() argument
176 information(parent, sresult, eresult, job, i18n("Encryption Result"), options); in information()
182 …make(parent, QMessageBox::Information, to_information_string(sresult, eresult), job, caption, opti… in information()
186 …r(QWidget *parent, const SigningResult &sresult, const EncryptionResult &eresult, const Job *job, … in error() argument
188 error(parent, sresult, eresult, job, i18n("Encryption Error"), options); in error()
192 …r(QWidget *parent, const SigningResult &sresult, const EncryptionResult &eresult, const Job *job, … in error() argument
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/
H A Dtest_client.c340 read_cb(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region, in read_cb() argument
345 REQUIRE(eresult == ISC_R_SUCCESS || eresult == ISC_R_CANCELED || in read_cb()
346 eresult == ISC_R_EOF); in read_cb()
350 isc_result_totext(eresult)); in read_cb()
352 if (eresult == ISC_R_SUCCESS) { in read_cb()
366 send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { in send_cb() argument
368 REQUIRE(eresult == ISC_R_SUCCESS || eresult == ISC_R_CANCELED || in send_cb()
369 eresult == ISC_R_EOF); in send_cb()
374 connect_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { in connect_cb() argument
381 isc_result_totext(eresult)); in connect_cb()
[all …]
H A Dtest_server.c45 read_cb(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region,
48 send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg);
217 read_cb(isc_nmhandle_t *handle, isc_result_t eresult, isc_region_t *region, in read_cb() argument
222 REQUIRE(eresult == ISC_R_SUCCESS); in read_cb()
242 send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { in send_cb() argument
246 REQUIRE(eresult == ISC_R_SUCCESS); in send_cb()
252 accept_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { in accept_cb() argument
254 REQUIRE(eresult == ISC_R_SUCCESS); in accept_cb()
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/server/
H A Dddns.c1350 isc_result_t eresult) in ddns_ptr_remove() argument
1354 switch(eresult) { in ddns_ptr_remove()
1431 isc_result_t eresult) in ddns_fwd_srv_add2() argument
1445 switch(eresult) { in ddns_fwd_srv_add2()
1523 isc_result_t eresult) in ddns_fwd_srv_add1() argument
1536 switch(eresult) { in ddns_fwd_srv_add1()
1603 isc_result_t eresult) in ddns_fwd_srv_add3() argument
1619 switch(eresult) { in ddns_fwd_srv_add3()
1769 eresult = ISC_R_SUCCESS; in ddns_fwd_srv_rem2()
1816 switch(eresult) { in ddns_fwd_srv_rem1()
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/server/
H A Dddns.c1350 isc_result_t eresult) in ddns_ptr_remove() argument
1354 switch(eresult) { in ddns_ptr_remove()
1431 isc_result_t eresult) in ddns_fwd_srv_add2() argument
1445 switch(eresult) { in ddns_fwd_srv_add2()
1523 isc_result_t eresult) in ddns_fwd_srv_add1() argument
1536 switch(eresult) { in ddns_fwd_srv_add1()
1603 isc_result_t eresult) in ddns_fwd_srv_add3() argument
1619 switch(eresult) { in ddns_fwd_srv_add3()
1769 eresult = ISC_R_SUCCESS; in ddns_fwd_srv_rem2()
1816 switch(eresult) { in ddns_fwd_srv_rem1()
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/server/
H A Dddns.c1350 isc_result_t eresult) in ddns_ptr_remove() argument
1354 switch(eresult) { in ddns_ptr_remove()
1431 isc_result_t eresult) in ddns_fwd_srv_add2() argument
1445 switch(eresult) { in ddns_fwd_srv_add2()
1523 isc_result_t eresult) in ddns_fwd_srv_add1() argument
1536 switch(eresult) { in ddns_fwd_srv_add1()
1603 isc_result_t eresult) in ddns_fwd_srv_add3() argument
1619 switch(eresult) { in ddns_fwd_srv_add3()
1769 eresult = ISC_R_SUCCESS; in ddns_fwd_srv_rem2()
1816 switch(eresult) { in ddns_fwd_srv_rem1()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/support/
H A Dt_path.c127 int result, eresult, status = 0; in main() local
183 eresult = isabs_tests[i].win_result; in main()
185 eresult = isabs_tests[i].posix_result; in main()
188 if (result != eresult) { in main()
190 (int)i, result, eresult); in main()
/dports/security/krb5/krb5-1.19.2/src/util/support/
H A Dt_path.c127 int result, eresult, status = 0; in main() local
183 eresult = isabs_tests[i].win_result; in main()
185 eresult = isabs_tests[i].posix_result; in main()
188 if (result != eresult) { in main()
190 (int)i, result, eresult); in main()
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Daddrsbr.c112 getm (char *str, char *dfhost, int dftype, char *eresult, size_t eresultsize) in getm() argument
118 if (eresult) { in getm()
119 strncpy (eresult, err, eresultsize); in getm()
120 eresult[eresultsize - 1] = '\0'; in getm()
127 if (eresult) { in getm()
128 strncpy (eresult, "null address", eresultsize); in getm()
129 eresult[eresultsize - 1] = '\0'; in getm()
134 if (eresult) { in getm()
135 strncpy (eresult, "no mailbox in address", eresultsize); in getm()
136 eresult[eresultsize - 1] = '\0'; in getm()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dvalidator.c393 isc_result_t eresult; in fetch_callback_validator() local
402 eresult = devent->result; in fetch_callback_validator()
421 } else if (eresult == ISC_R_SUCCESS || eresult == DNS_R_NCACHENXRRSET) { in fetch_callback_validator()
483 isc_result_t eresult; in dsfetched() local
491 eresult = devent->result; in dsfetched()
565 isc_result_t eresult; in dsfetched2() local
658 isc_result_t eresult; in keyvalidated() local
729 isc_result_t eresult; in dsvalidated() local
806 isc_result_t eresult; in cnamevalidated() local
2957 isc_result_t eresult; in dlvvalidated() local
[all …]
/dports/mail/mmh/mmh-0.4/sbr/
H A Daddrsbr.c73 getm(char *str, char *dfhost, int dftype, int wanthost, char *eresult) in getm() argument
78 if (eresult) in getm()
79 strcpy(eresult, err); in getm()
87 if (eresult) in getm()
88 strcpy(eresult, "null address"); in getm()
95 if (eresult) in getm()
96 strcpy(eresult, "no mailbox in address"); in getm()
109 if (eresult) in getm()
110 strcpy(eresult, "insufficient memory to represent address"); in getm()

12345678