Searched refs:helo (Results 1 - 7 of 7) sorted by relevance
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
H A D | smtp-sequencer.c | 102 s->apt[0].u.value = s->args.helo; in lws_smtpc_kick_internal() 263 if (!s->args.helo[0]) in lws_smtp_sequencer_create() 264 strcpy(s->args.helo, "default-helo"); in lws_smtp_sequencer_create()
|
H A D | smtp.c | 59 const char *helo; member 68 250, /* helo */ 252 n = lws_snprintf(p, sizeof(b) - LWS_PRE, "HELO %s\n", c->helo); in lws_smtpc_abs_writeable()
|
/third_party/libwebsockets/include/libwebsockets/abstract/protocols/ |
H A D | smtp.h | 57 const char helo[32]; member
|
/third_party/libwebsockets/minimal-examples/abstract/protocols/smtp-client/ |
H A D | main.c | 90 ss_args.helo = "lws-abs-smtp-test"; in main()
|
/third_party/python/Lib/ |
H A D | smtplib.py | 435 def helo(self, name=''): member in SMTP 436 """SMTP 'helo' command. 440 self.putcmd("helo", name or self.local_hostname) 600 """Call self.ehlo() and/or self.helo() if needed. 608 the helo greeting. 612 (code, resp) = self.helo() 705 the helo greeting. 767 the helo greeting. 839 the helo greeting.
|
/third_party/python/Lib/test/ |
H A D | test_smtplib.py | 347 smtp.putcmd('helo\nX-INJECTED') 367 smtp.helo() 369 self.assertEqual(smtp.helo(), expected)
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 3293 char helo[] = "HELO"; in Initialize() local 3294 if (write(REPRL_CWFD, helo, 4) != 4 || read(REPRL_CRFD, helo, 4) != 4) { in Initialize() 3298 if (memcmp(helo, "HELO", 4) != 0) { in Initialize()
|
Completed in 15 milliseconds