Lines Matching full:value
43 /* returns the number of (key.value) pairs in an IniFile */
46 /* return a specific (key,value) pair from an IniFile.
57 /* returns the value of a given key from an IniFile.
62 /* returns a copy of the value of a given key, or NULL
66 /* returns an integer value, or a default in case the value string is
71 /* returns a 64-bit integer value, or a default in case the value string is
76 /* returns a double value, or a default in case the value string is
81 /* returns a copy of a given key's value, if any, or NULL if it is missing
85 /* parses a key value as a boolean. Accepted values are "1", "0", "yes", "YES",
87 * note that the default value must be provided as a string too
91 /* parses a key value as a disk size. this means it can be an integer followed