Go to the source code of this file.
Defines | |
#define | TOKEN_MAX_KEY_SIZE 200 |
#define | TOKEN_MAX_VALUE_SIZE 200 |
#define | TOKEN_TYPE_KEY 1 |
#define | TOKEN_TYPE_STRING 2 |
Functions | |
PCSC_API int | LTPBundleFindValueWithKey (char *fileName, char *tokenKey, char *tokenValue, int tokenIndice) |
Find a key in a configuration file. |
Definition in file parser.h.
|
Find a key in a configuration file.
Definition at line 1769 of file tokenparser.c. References Log3, TOKEN_MAX_VALUE_SIZE, and tpin. Referenced by HPReadBundleValues(). |