|
pcsc-lite
1.8.8
|
Reads lexical config files and updates database. More...
#include "simclist.h"Go to the source code of this file.
Data Structures | |
| struct | bundleElt |
Functions | |
| int | LTPBundleFindValueWithKey (list_t *l, const char *key, list_t **values) |
| Find an optional key in a configuration file No error is logged if the key is not found. More... | |
| int | bundleParse (const char *fileName, list_t *l) |
| Parse a Info.plist file and file a list. More... | |
| void | bundleRelease (list_t *l) |
| Free the list created by bundleParse() More... | |
Reads lexical config files and updates database.
Definition in file parser.h.
| int bundleParse | ( | const char * | fileName, |
| list_t * | l | ||
| ) |
Parse a Info.plist file and file a list.
| fileName | file name |
| l | list containing the results |
| -1 | configuration file not found |
| 0 | OK |
Definition at line 1936 of file tokenparser.c.
| void bundleRelease | ( | list_t * | l | ) |
Free the list created by bundleParse()
| l | list containing the results |
Definition at line 1993 of file tokenparser.c.
Find an optional key in a configuration file No error is logged if the key is not found.
| l | list generated by bundleParse() | |
| key | searched key | |
| [out] | values | list of token value (if key found) |
| 0 | OK |
| 1 | key not found |
Definition at line 1905 of file tokenparser.c.
1.8.5