Home
last modified time | relevance | path

Searched refs:httpauth_type (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dkeyvalue.h64 typedef enum { HTTP_AUTH_BASIC, HTTP_AUTH_DIGEST } httpauth_type; typedef
70 httpauth_type type;
104 …ffer_append(httpauth_keyvalue_buffer *kvb, const char *key, const char *realm, httpauth_type type);
H A Dkeyvalue.c238 …fer_append(httpauth_keyvalue_buffer *kvb, const char *key, const char *realm, httpauth_type type) { in httpauth_keyvalue_buffer_append()