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

Function PAR_get_token

src/gpre/par.cpp:864–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862//
863
864void PAR_get_token()
865{
866 if (CPR_token() == NULL)
867 {
868 CPR_error("unexpected EOF");
869 PAR_unwind();
870 }
871 //return NULL;
872}
873
874
875//____________________________________________________________

Callers 15

EXP_fieldFunction · 0.85
EXP_literalFunction · 0.85
EXP_SINT64_ordinalFunction · 0.85
EXP_SLONG_ordinalFunction · 0.85
EXP_SSHORT_ordinalFunction · 0.85
EXP_ULONG_ordinalFunction · 0.85
EXP_USHORT_ordinalFunction · 0.85
EXP_relationFunction · 0.85
EXP_subscriptFunction · 0.85
par_overFunction · 0.85
par_udfFunction · 0.85
SQL_actionFunction · 0.85

Calls 3

CPR_tokenFunction · 0.85
CPR_errorFunction · 0.85
PAR_unwindFunction · 0.85

Tested by

no test coverage detected