OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SASLproto
(Results
1 - 5
of
5
) sorted by null
/external/curl/lib/
curl_sasl.h
106
struct
SASLproto
{
122
const struct
SASLproto
*params; /* Protocol dependent parameters */
241
void Curl_sasl_init(struct SASL *sasl, const struct
SASLproto
*params);
curl_sasl.c
[
all
...]
pop3.c
215
static const struct
SASLproto
saslpop3 = {
[
all
...]
imap.c
216
static const struct
SASLproto
saslimap = {
[
all
...]
smtp.c
214
static const struct
SASLproto
saslsmtp = {
[
all
...]
Completed in 170 milliseconds