#include "../../str.h"


Go to the source code of this file.
Typedefs | |
| typedef enum dig_par | dig_par_t |
Enumerations | |
| enum | dig_par { PAR_USERNAME, PAR_REALM, PAR_NONCE, PAR_URI, PAR_RESPONSE, PAR_CNONCE, PAR_OPAQUE, PAR_QOP, PAR_NC, PAR_ALGORITHM, PAR_OTHER } |
Functions | |
| int | parse_param_name (str *_s, dig_par_t *_type) |
| enum dig_par |
| PAR_USERNAME | |
| PAR_REALM | |
| PAR_NONCE | |
| PAR_URI | |
| PAR_RESPONSE | |
| PAR_CNONCE | |
| PAR_OPAQUE | |
| PAR_QOP | |
| PAR_NC | |
| PAR_ALGORITHM | |
| PAR_OTHER |
Definition at line 35 of file param_parser.h.
Definition at line 186 of file param_parser.c.
References FIRST_QUATERNIONS, _str::len, LOWER_DWORD, PAR_OTHER, PARSE_SHORT, READ, _str::s, and trim_leading().
1.5.6