MCPcopy Create free account

hub / github.com/cstack/db_tutorial / functions

Functions55 in github.com/cstack/db_tutorial

↓ 31 callersFunctionget_page
db.c:231
↓ 14 callersFunctionnode_parent
db.c:171
↓ 14 callersFunctionrun_script
(commands)
spec/main_spec.rb:6
↓ 12 callersFunctioninternal_node_right_child
db.c:177
↓ 11 callersFunctionleaf_node_num_cells
db.c:211
↓ 10 callersFunctionget_node_max_key
db.c:267
↓ 9 callersFunctioninternal_node_child
db.c:185
↓ 9 callersFunctioninternal_node_num_keys
db.c:173
↓ 7 callersFunctionleaf_node_cell
db.c:219
↓ 6 callersFunctionget_node_type
db.c:151
↓ 6 callersFunctioninternal_node_key
db.c:207
↓ 6 callersFunctionleaf_node_key
db.c:223
↓ 5 callersFunctioninternal_node_insert
db.c:717
↓ 5 callersFunctionleaf_node_next_leaf
db.c:215
↓ 5 callersFunctionset_node_root
db.c:166
↓ 4 callersFunctionindent
db.c:284
↓ 4 callersFunctioninitialize_internal_node
db.c:342
↓ 4 callersFunctioninternal_node_cell
db.c:181
↓ 3 callersFunctionget_unused_page_num
Until we start recycling free pages, new pages will always go onto the end of the database file */
db.c:667
↓ 3 callersFunctioninternal_node_find_child
db.c:384
↓ 3 callersFunctionleaf_node_value
db.c:227
↓ 2 callersFunctioncreate_new_root
db.c:669
↓ 2 callersFunctioninitialize_leaf_node
db.c:335
↓ 2 callersFunctionis_node_root
db.c:161
↓ 2 callersFunctionleaf_node_find
db.c:354
↓ 2 callersFunctionserialize_row
db.c:323
↓ 2 callersFunctionset_node_type
db.c:156
↓ 2 callersFunctiontable_find
Return the position of the given key. If the key is not present, return the position where it should be inserted */
db.c:428
↓ 2 callersFunctionupdate_internal_node_key
db.c:771
↓ 1 callersFunctionclose_input_buffer
db.c:547
↓ 1 callersFunctioncursor_advance
db.c:455
↓ 1 callersFunctioncursor_value
db.c:449
↓ 1 callersFunctiondb_close
db.c:574
↓ 1 callersFunctiondb_open
db.c:505
↓ 1 callersFunctiondeserialize_row
db.c:329
↓ 1 callersFunctiondo_meta_command
db.c:602
↓ 1 callersFunctionexecute_insert
db.c:952
↓ 1 callersFunctionexecute_select
db.c:974
↓ 1 callersFunctionexecute_statement
db.c:989
↓ 1 callersFunctioninternal_node_find
db.c:409
↓ 1 callersFunctioninternal_node_split_and_insert
db.c:776
↓ 1 callersFunctionleaf_node_insert
db.c:929
↓ 1 callersFunctionleaf_node_split_and_insert
db.c:870
↓ 1 callersFunctionnew_input_buffer
db.c:522
↓ 1 callersFunctionpager_flush
db.c:552
↓ 1 callersFunctionpager_open
db.c:473
↓ 1 callersFunctionprepare_insert
db.c:620
↓ 1 callersFunctionprepare_statement
db.c:650
↓ 1 callersFunctionprint_constants
db.c:275
↓ 1 callersFunctionprint_prompt
db.c:531
↓ 1 callersFunctionprint_row
db.c:83
↓ 1 callersFunctionprint_tree
db.c:290
↓ 1 callersFunctionread_input
db.c:533
↓ 1 callersFunctiontable_start
db.c:439
Functionmain
db.c:998