Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benhoyt/inih
/ functions
Functions
52 in github.com/benhoyt/inih
⨍
Functions
52
◇
Types & classes
1
↓ 13 callers
Function
parse
tests/unittest.c:57
↓ 6 callers
Function
ini_parse
See documentation in header file. */
ini.c:272
↓ 6 callers
Function
parse
tests/unittest_string.c:28
↓ 5 callers
Function
ini_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 callers
Function
ini_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 callers
Method
ParseErrorMessage
cpp/INIReader.cpp:35
↓ 2 callers
Method
Get
cpp/INIReader.cpp:62
↓ 2 callers
Method
HasSection
cpp/INIReader.cpp:162
↓ 2 callers
Method
HasValue
cpp/INIReader.cpp:172
↓ 2 callers
Function
ini_free
tests/unittest_alloc.c:17
↓ 2 callers
Function
ini_lskip
Return pointer to first non-whitespace char in given string. */
ini.c:57
↓ 2 callers
Function
ini_parse_stream
See documentation in header file. */
ini.c:97
↓ 2 callers
Function
ini_parse_string
See documentation in header file. */
ini.c:313
↓ 2 callers
Function
ini_parse_string_length
See documentation in header file. */
ini.c:318
↓ 2 callers
Function
ini_strncpy0
Similar to strncpy, but ensures dest (size bytes) is NUL-terminated, and doesn't pad with NULs. */
ini.c:86
↓ 1 callers
Method
GetBoolean
cpp/INIReader.cpp:124
↓ 1 callers
Method
GetInteger
cpp/INIReader.cpp:75
↓ 1 callers
Method
GetInteger64
cpp/INIReader.cpp:85
↓ 1 callers
Method
GetReal
cpp/INIReader.cpp:115
↓ 1 callers
Method
GetUnsigned
cpp/INIReader.cpp:95
↓ 1 callers
Method
GetUnsigned64
cpp/INIReader.cpp:105
↓ 1 callers
Method
Keys
cpp/INIReader.cpp:150
↓ 1 callers
Method
ParseError
cpp/INIReader.cpp:30
↓ 1 callers
Method
Sections
cpp/INIReader.cpp:138
↓ 1 callers
Function
dump_config
print all the variables in the config, one per line */
examples/ini_xmacros.c:34
↓ 1 callers
Function
ini_malloc
tests/unittest_alloc.c:12
↓ 1 callers
Function
ini_parse_file
See documentation in header file. */
ini.c:266
↓ 1 callers
Function
ini_realloc
tests/unittest_alloc.c:22
↓ 1 callers
Function
parse
tests/unittest_alloc.c:41
↓ 1 callers
Function
parse
fuzzing/inihfuzz.c:34
Method
GetString
cpp/INIReader.cpp:69
Method
INIReader
cpp/INIReader.cpp:20
Method
MakeKey
cpp/INIReader.cpp:178
Method
ValueHandler
cpp/INIReader.cpp:187
Function
dumper
tests/unittest_alloc.c:29
Function
dumper
tests/unittest_string.c:15
Function
dumper
tests/unittest.c:29
Function
dumper
examples/ini_dump.c:7
Function
dumper
fuzzing/inihfuzz.c:11
Function
handler
process a line of the INI file, storing valid values into config struct */
examples/ini_xmacros.c:20
Function
handler
examples/ini_example.c:15
Function
if
ini.c:186
Function
ini_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
Function
main
tests/unittest_alloc.c:49
Function
main
tests/unittest_string.c:38
Function
main
tests/unittest.c:67
Function
main
examples/ini_xmacros.c:40
Function
main
examples/ini_dump.c:21
Function
main
examples/INIReaderExampleErrors.cpp:6
Function
main
examples/INIReaderExample.cpp:6
Function
main
examples/ini_example.c:33
Function
main
fuzzing/inihfuzz.c:44