Home
last modified time | relevance | path

Searched refs:offsetWithinStatement (Results 1 – 6 of 6) sorted by relevance

/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/src/
H A Dcompiler.cpp156 offsetWithinStatement = (int)((char_t*)queryElement->ptr - p); in scan()
1366 if (pos + offsetWithinStatement >= 0) { in error()
1367 pos += offsetWithinStatement; in error()
1622 offsetWithinStatement = startPos; in compileExpression()
1652 offsetWithinStatement = query.pos; in compile()
/dports/databases/gigabase/gigabase/
H A Dcompiler.cpp156 offsetWithinStatement = (int)((char_t*)queryElement->ptr - p); in scan()
1401 if (pos + offsetWithinStatement >= 0) { in error()
1402 pos += offsetWithinStatement; in error()
1657 offsetWithinStatement = startPos; in compileExpression()
1687 offsetWithinStatement = query.pos; in compile()
H A Dcompiler.h338 int offsetWithinStatement; variable
/dports/databases/fastdb/fastdb/src/
H A Dcompiler.cpp176 offsetWithinStatement = (int)((char*)queryElement->ptr - p); in scan()
1554 if (pos + offsetWithinStatement >= 0) { in error()
1555 pos += offsetWithinStatement; in error()
1800 offsetWithinStatement = startPos; in compileExpression()
1818 offsetWithinStatement = query.pos; in compile()
/dports/databases/fastdb/fastdb/inc/
H A Dcompiler.h338 int offsetWithinStatement; variable
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/inc/
H A Dcompiler.h337 int offsetWithinStatement; variable