SYMBOL INDEX (36 symbols across 13 files) FILE: examples/example.c function my_exit (line 39) | static void my_exit (int code) __attribute__ ((noreturn)) { function main (line 47) | int main (int argc, char **argv) { FILE: src/json65-file.c function j65_parse_file (line 46) | int8_t __fastcall__ j65_parse_file (FILE *f, function j65_default_err_func (line 157) | void __fastcall__ j65_default_err_func (FILE *err, FILE: src/json65-print.c function j65_print_tree (line 36) | int __fastcall__ j65_print_tree (j65_node *root, FILE *f) { FILE: src/json65-string.h type j65_strings (line 59) | typedef struct { FILE: src/json65-tree.c type j65_tree_internal (line 29) | typedef struct { function j65_init_tree (line 36) | void __fastcall__ j65_init_tree (j65_tree *t) { function j65_tree_callback (line 44) | int8_t __fastcall__ j65_tree_callback (j65_parser *p, uint8_t event) { function j65_free_tree (line 158) | void __fastcall__ j65_free_tree (j65_tree *t) { FILE: src/json65-tree.h type j65_source_location (line 52) | typedef struct { type j65_node (line 58) | typedef struct j65_node j65_node; type j65_node (line 86) | struct j65_node { type j65_tree (line 117) | typedef struct { FILE: src/json65.h type j65_event (line 37) | enum j65_event { type j65_status (line 76) | enum j65_status { type j65_parser (line 99) | typedef struct { FILE: tests/test-file.c function errfunc (line 32) | static void errfunc (FILE *err, void *ctx, int8_t status) { function callback (line 36) | static int8_t callback (j65_parser *p, uint8_t event) { function main (line 40) | int main (int argc, char **argv) { FILE: tests/test-print.c function do_test (line 35) | static int do_test (void) { function main (line 88) | int main (int argc, char **argv) { FILE: tests/test-quote.c function do_test (line 27) | static void do_test (const char *s) { function main (line 33) | int main (int argc, char **argv) { FILE: tests/test-string.c function print_bucket_usage (line 36) | static void print_bucket_usage (void) { function main (line 52) | int main (int argc, char **argv) { FILE: tests/test-tree.c function do_test (line 34) | static int do_test (size_t len) { function main (line 102) | int main (int argc, char **argv) { FILE: tests/test.c type event_check (line 35) | typedef struct { type my_context (line 43) | typedef struct { function print_pass (line 351) | static void print_pass (void) { function print_fail (line 356) | static void print_fail (void) { function callback (line 361) | static int8_t callback (j65_parser *p, uint8_t event) { function run_test (line 444) | static void run_test (const event_check *events, size_t len) { function depth_test (line 488) | static void depth_test (uint8_t specified, uint8_t expected) { function main (line 507) | int main (int argc, char **argv) {