Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/abstract/protocols/
Dsmtp.h66 typedef struct lws_smtp_email lws_smtp_email_t; typedef
75 typedef struct lws_smtp_email lws_smtp_email_t; typedef
111 lws_smtpc_free_email(lws_smtp_email_t *e);
/external/libwebsockets/lib/abstract/protocols/smtp/
Dsmtp-sequencer.c81 lws_smtp_email_t *e; in lws_smtpc_kick_internal()
91 e = lws_container_of(pd2, lws_smtp_email_t, list); in lws_smtpc_kick_internal()
174 lws_smtp_email_t *e; in cleanup()
176 e = lws_container_of(d, lws_smtp_email_t, list); in cleanup()
284 lws_smtp_email_t *e; in lws_smtpc_add_email()
Dsmtp.c58 lws_smtp_email_t *e; /* the email we are trying to send */
83 static lws_smtp_email_t *
96 return (lws_smtp_email_t *)tm->u.value; in lws_smtpc_get_email()
Dprivate-lib-abstract-protocols-smtp.h24 } lws_smtp_email_t; typedef
/external/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
Dmain.c35 lws_smtp_email_t *email = (lws_smtp_email_t *) in smtp_test_instance_init()
/external/libwebsockets/minimal-examples/abstract/protocols/smtp-client/
Dmain.c51 lws_smtp_email_t *email; in main()
/external/libwebsockets/plugins/generic-sessions/
Dhandlers.c414 lws_smtp_email_t *em; in lwsgs_handler_forgot_pw_form()
540 lws_smtp_email_t *em; in lwsgs_handler_register_form()