MCPcopy Create free account

hub / github.com/benhoyt/inih / functions

Functions52 in github.com/benhoyt/inih

↓ 13 callersFunctionparse
tests/unittest.c:57
↓ 6 callersFunctionini_parse
See documentation in header file. */
ini.c:272
↓ 6 callersFunctionparse
tests/unittest_string.c:28
↓ 5 callersFunctionini_rstrip
Strip whitespace chars off end of given string, in place. end must be a pointer to the NUL terminator at the end of the string. Return s. */
ini.c:49
↓ 4 callersFunctionini_find_chars_or_comment
Return pointer to first char (of chars) or inline comment in given string, or pointer to NUL at end of string if neither found. Inline comment must
ini.c:67
↓ 3 callersMethodParseErrorMessage
cpp/INIReader.cpp:35
↓ 2 callersMethodGet
cpp/INIReader.cpp:62
↓ 2 callersMethodHasSection
cpp/INIReader.cpp:162
↓ 2 callersMethodHasValue
cpp/INIReader.cpp:172
↓ 2 callersFunctionini_free
tests/unittest_alloc.c:17
↓ 2 callersFunctionini_lskip
Return pointer to first non-whitespace char in given string. */
ini.c:57
↓ 2 callersFunctionini_parse_stream
See documentation in header file. */
ini.c:97
↓ 2 callersFunctionini_parse_string
See documentation in header file. */
ini.c:313
↓ 2 callersFunctionini_parse_string_length
See documentation in header file. */
ini.c:318
↓ 2 callersFunctionini_strncpy0
Similar to strncpy, but ensures dest (size bytes) is NUL-terminated, and doesn't pad with NULs. */
ini.c:86
↓ 1 callersMethodGetBoolean
cpp/INIReader.cpp:124
↓ 1 callersMethodGetInteger
cpp/INIReader.cpp:75
↓ 1 callersMethodGetInteger64
cpp/INIReader.cpp:85
↓ 1 callersMethodGetReal
cpp/INIReader.cpp:115
↓ 1 callersMethodGetUnsigned
cpp/INIReader.cpp:95
↓ 1 callersMethodGetUnsigned64
cpp/INIReader.cpp:105
↓ 1 callersMethodKeys
cpp/INIReader.cpp:150
↓ 1 callersMethodParseError
cpp/INIReader.cpp:30
↓ 1 callersMethodSections
cpp/INIReader.cpp:138
↓ 1 callersFunctiondump_config
print all the variables in the config, one per line */
examples/ini_xmacros.c:34
↓ 1 callersFunctionini_malloc
tests/unittest_alloc.c:12
↓ 1 callersFunctionini_parse_file
See documentation in header file. */
ini.c:266
↓ 1 callersFunctionini_realloc
tests/unittest_alloc.c:22
↓ 1 callersFunctionparse
tests/unittest_alloc.c:41
↓ 1 callersFunctionparse
fuzzing/inihfuzz.c:34
MethodGetString
cpp/INIReader.cpp:69
MethodINIReader
cpp/INIReader.cpp:20
MethodMakeKey
cpp/INIReader.cpp:178
MethodValueHandler
cpp/INIReader.cpp:187
Functiondumper
tests/unittest_alloc.c:29
Functiondumper
tests/unittest_string.c:15
Functiondumper
tests/unittest.c:29
Functiondumper
examples/ini_dump.c:7
Functiondumper
fuzzing/inihfuzz.c:11
Functionhandler
process a line of the INI file, storing valid values into config struct */
examples/ini_xmacros.c:20
Functionhandler
examples/ini_example.c:15
Functionif
ini.c:186
Functionini_reader_string
An ini_reader function to read the next line from a string buffer. This is the fgets() equivalent used by ini_parse_string(). */
ini.c:287
Functionmain
tests/unittest_alloc.c:49
Functionmain
tests/unittest_string.c:38
Functionmain
tests/unittest.c:67
Functionmain
examples/ini_xmacros.c:40
Functionmain
examples/ini_dump.c:21
Functionmain
examples/INIReaderExampleErrors.cpp:6
Functionmain
examples/INIReaderExample.cpp:6
Functionmain
examples/ini_example.c:33
Functionmain
fuzzing/inihfuzz.c:44