Searched refs:mech_name (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsecurity.c491 const char *mech_name; local
494 mech_name = (*mech)->name;
496 DEBUGASSERT(mech_name != NULL);
497 if(mech_name == NULL) {
512 infof(data, "Failed initialization for %s. Skipping it.\n", mech_name);
517 infof(data, "Trying mechanism %s...\n", mech_name);
518 ret = ftp_send_command(conn, "AUTH %s", mech_name);
527 "returned ftp code: 504).\n", mech_name);
531 "ftp code: 534).\n", mech_name);

Completed in 57 milliseconds