Lines Matching refs:notes
432 * notes table.
438 apr_table_t *notes = NULL;
449 notes = r->notes;
454 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-user", NULL), user);
457 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-pw", NULL), pw);
460 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-method", NULL), method);
463 apr_table_setn(notes, apr_pstrcat(r->pool, authname, "-mimetype", NULL), mimetype);
470 * notes table, if present.
491 *user = (char *) apr_table_get(m->notes, apr_pstrcat(m->pool, authname, "-user", NULL));
494 *pw = (char *) apr_table_get(m->notes, apr_pstrcat(m->pool, authname, "-pw", NULL));
497 *method = (char *) apr_table_get(m->notes, apr_pstrcat(m->pool, authname, "-method", NULL));
500 *mimetype = (char *) apr_table_get(m->notes, apr_pstrcat(m->pool, authname, "-mimetype", NULL));
509 "from notes: user: %s, pw: %s, method: %s, mimetype: %s",
544 * notes table, if present.
785 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, AUTHN_DEFAULT_PROVIDER);
789 apr_table_setn(r->notes, AUTHN_PROVIDER_NAME_NOTE, current_provider->provider_name);
799 apr_table_unset(r->notes, AUTHN_PROVIDER_NAME_NOTE);
921 /* try get the username and password from the notes, if present */
1251 /* get the method and mimetype from the notes */