|
pcsc-lite 1.7.2
|
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. | |
| int | bundleParse (const char *fileName, list_t *l) |
| Parse a Info.plist file and file a list. | |
| void | bundleRelease (list_t *l) |
| Free the list created by bundleParse() | |
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 1915 of file tokenparser.c.
| void bundleRelease | ( | list_t * | l | ) |
Free the list created by bundleParse()
| l | list containing the results |
Definition at line 1968 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 1884 of file tokenparser.c.
1.7.3