MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / PAR_event_wait

Function PAR_event_wait

src/gpre/par.cpp:816–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814//
815
816act* PAR_event_wait(bool sql)
817{
818 //char req_name[132];
819
820 // this is a simple statement, just add a handle
821
822 act* action = MSC_action(0, ACT_event_wait);
823 SQL_resolve_identifier("<identifier>", NULL, MAX_EVENT_SIZE);
824 //SQL_resolve_identifier("<identifier>", req_name, sizeof(req_name));
825 //strcpy(gpreGlob.token_global.tok_string, req_name); redundant
826 action->act_object = (ref*) PAR_symbol(SYM_dummy);
827 if (!sql)
828 PAR_end();
829
830 return action;
831}
832
833
834//____________________________________________________________

Callers 2

act_eventFunction · 0.85
PAR_actionFunction · 0.85

Calls 4

MSC_actionFunction · 0.85
SQL_resolve_identifierFunction · 0.85
PAR_symbolFunction · 0.85
PAR_endFunction · 0.85

Tested by

no test coverage detected