Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ expand_items
Function
expand_items
extern/btyacc/reader.c:934–939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
932
}
933
934
void expand_items()
935
{
936
maxitems += 300;
937
pitem = RENEW(pitem, maxitems, bucket *);
938
if (pitem == 0) no_space();
939
}
940
941
void expand_rules()
942
{
Callers
4
end_rule
Function · 0.85
insert_empty_rule
Function · 0.85
insert_arg_rule
Function · 0.85
add_symbol
Function · 0.85
Calls
1
no_space
Function · 0.85
Tested by
no test coverage detected