Lines Matching refs:FALSE

214   { "APOP", 4, FALSE, FALSE },
215 { "AUTH", 4, FALSE, FALSE },
217 { "DELE", 4, FALSE, FALSE },
218 { "LIST", 4, TRUE, FALSE },
220 { "NOOP", 4, FALSE, FALSE },
221 { "PASS", 4, FALSE, FALSE },
222 { "QUIT", 4, FALSE, FALSE },
224 { "RSET", 4, FALSE, FALSE },
225 { "STAT", 4, FALSE, FALSE },
226 { "STLS", 4, FALSE, FALSE },
228 { "UIDL", 4, TRUE, FALSE },
229 { "USER", 4, FALSE, FALSE },
230 { "UTF8", 4, FALSE, FALSE },
302 return FALSE; /* Nothing for us */ in pop3_endofresp()
388 pop3c->tls_supported = FALSE; /* Clear the TLS capability */ in pop3_perform_capa()
429 bool ssldone = FALSE; in pop3_perform_upgrade_tls()
437 result = Curl_conn_connect(data, FIRSTSOCKET, FALSE, &ssldone); in pop3_perform_upgrade_tls()
617 result = Curl_sasl_start(&pop3c->sasl, data, FALSE, &progress); in pop3_perform_authentication()
997 Curl_xfer_setup1(data, CURL_XFER_RECV, -1, FALSE); in pop3_state_command_resp()
1010 Curl_dyn_len(&pp->recvbuf), FALSE); in pop3_state_command_resp()
1114 bool ssldone = FALSE; in pop3_multi_statemach()
1115 result = Curl_conn_connect(data, FIRSTSOCKET, FALSE, &ssldone); in pop3_multi_statemach()
1121 result = Curl_pp_statemach(data, &pop3c->pp, FALSE, FALSE); in pop3_multi_statemach()
1178 *done = FALSE; /* default to not done yet */ in pop3_connect()
1261 *dophase_done = FALSE; /* not done yet */ in pop3_perform()
1290 *done = FALSE; /* default to false */ in pop3_do()
1358 result = pop3_dophase_done(data, FALSE /* not connected */); in pop3_doing()
1379 bool connected = FALSE; in pop3_regular_transfer()
1409 conn->bits.tls_upgraded = FALSE; in pop3_setup_connection()
1521 bool strip_dot = FALSE; in pop3_write()
1615 strip_dot = FALSE; in pop3_write()