Lines Matching defs:pw
435 const char *user, const char *pw,
451 /* have we isolated the user and pw before? */
456 if (pw) {
457 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-pw", NULL), pw);
473 const char **user, const char **pw,
488 /* have we isolated the user and pw before? */
493 if (pw) {
494 *pw = (char *) apr_table_get(m->notes, apr_pstrcat(m->pool, authname, "-pw", NULL));
509 "from notes: user: %s, pw: %s, method: %s, mimetype: %s",
510 user ? *user : "<null>", pw ? *pw : "<null>",
522 const char *user, const char *pw, const char *site)
535 ap_session_set_fn(r, z, apr_pstrcat(r->pool, authname, "-" MOD_SESSION_PW, NULL), pw);
547 const char **user, const char **pw, const char **hash)
557 if (pw) {
558 ap_session_get_fn(r, z, apr_pstrcat(r->pool, authname, "-" MOD_SESSION_PW, NULL), pw);
572 user ? *user : "<null>", pw ? *pw : "<null>",
614 /* have we isolated the user and pw before? */
672 "from form: user: %s, pw: %s, method: %s, mimetype: %s, location: %s",
861 const char *user, const char *pw)
864 char *basic = apr_pstrcat(r->pool, user, ":", pw, NULL);