Lines Matching refs:value
78 * At the core of the session is a set of name value pairs making up the
82 * a remote_user value, or both.
88 apr_table_t *entries; /* key value pairs */
89 const char *encoded; /* the encoded version of the key value pairs */
146 * In the default implementation, the key value pairs are encoded using
147 * key value pairs separated by equals, in turn separated by ampersand,
159 * In the default implementation, the key value pairs are encoded using
160 * key value pairs separated by equals, in turn separated by ampersand,
172 (request_rec * r, session_rec * z, const char *key, const char **value));
174 (request_rec * r, session_rec * z, const char *key, const char *value));