pam_pkcs11  0.6.11
Data Fields
mapfile Struct Reference

This struct is used in processing map files a map file is a list of "key" " -> " "value" text lines. More...

#include <mapper.h>

Data Fields

const char * uri
 URL of mapfile. More...
 
char * buffer
 buffer to content of mapfile More...
 
size_t length
 lenght of buffer More...
 
char * pt
 pointer to last readed entry in buffer More...
 
char * key
 key entry in current buffer More...
 
char * value
 value assigned to key More...
 

Detailed Description

This struct is used in processing map files a map file is a list of "key" " -> " "value" text lines.

Definition at line 63 of file mapper.h.

Field Documentation

◆ buffer

char* buffer

buffer to content of mapfile

Definition at line 67 of file mapper.h.

◆ key

char* key

key entry in current buffer

Definition at line 73 of file mapper.h.

◆ length

size_t length

lenght of buffer

Definition at line 69 of file mapper.h.

◆ pt

char* pt

pointer to last readed entry in buffer

Definition at line 71 of file mapper.h.

◆ uri

const char* uri

URL of mapfile.

Definition at line 65 of file mapper.h.

◆ value

char* value

value assigned to key

Definition at line 75 of file mapper.h.


The documentation for this struct was generated from the following file: