NetSurf
Functions
401login.h File Reference
#include "utils/errors.h"
Include dependency graph for 401login.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

nserror gui_401login_open (struct nsurl *url, const char *realm, const char *username, const char *password, nserror(*cb)(struct nsurl *url, const char *realm, const char *username, const char *password, void *pw), void *cbpw)
 
void monkey_login_handle_command (int argc, char **argv)
 

Function Documentation

◆ gui_401login_open()

nserror gui_401login_open ( struct nsurl url,
const char *  realm,
const char *  username,
const char *  password,
nserror(*)(struct nsurl *url, const char *realm, const char *username, const char *password, void *pw)  cb,
void *  cbpw 
)

Definition at line 46 of file 401login.c.

References monkey401::cb, monkey401::cbpw, m401_ctr, m401_ring, MOUT_LOGIN, moutf(), NSERROR_NOMEM, NSERROR_OK, nsurl_access(), nsurl_ref(), monkey401::num, monkey401::password, monkey401::realm, RING_INSERT, monkey401::url, and monkey401::username.

Here is the call graph for this function:

◆ monkey_login_handle_command()

void monkey_login_handle_command ( int  argc,
char **  argv 
)

Definition at line 207 of file 401login.c.

References monkey_login_handle_destroy(), monkey_login_handle_go(), monkey_login_handle_password(), monkey_login_handle_username(), MOUT_ERROR, and moutf().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function: