Home
last modified time | relevance | path

Searched refs:tpRawBinary (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/gigabase/gigabase/
H A Dcompiler.d15 DBVM(dbvmLoadRawBinary, tpRawBinary, 1, dbvmVoid)
38 DBVM(dbvmLoadSelfRawBinary, tpRawBinary, 0, dbvmVoid)
88 DBVM(dbvmLoadVarRawBinary, tpRawBinary, 0, dbvmVoid)
89 DBVM(dbvmLoadVarRawBinaryPtr, tpRawBinary, 0, dbvmVoid)
H A Dcompiler.cpp403 } else if (expr->type == tpRawBinary && elem->type == tpRawBinary) { in compare()
644 else if (left->type == tpRawBinary && right->type == tpRawBinary in comparison()
645 && right2->type == tpRawBinary) in comparison()
771 } else if (left->type == tpRawBinary && right->type == tpRawBinary) { in comparison()
947 … && left->type != tpReference && left->type != tpRawBinary && left->type != tpBoolean) in userDefinedOperator()
949 … && right->type != tpReference && right->type != tpRawBinary && right->type != tpBoolean)) in userDefinedOperator()
1034 } else if (fd->type == dbField::tpRawBinary) { in field()
1111 … && param->type != tpReference && param->type != tpRawBinary && param->type != tpBoolean) in term()
1128 … && expr->type != tpReference && expr->type != tpRawBinary && expr->type != tpBoolean) in term()
1141 if (fd->type == dbField::tpRawBinary) { in term()
H A Dclass.cpp243 case dbField::tpRawBinary: in fetchRecordFields()
336 case dbField::tpRawBinary: in storeRecordFields()
479 case dbField::tpRawBinary: in markUpdatedFields()
568 case dbField::tpRawBinary: in markUpdatedFields2()
808 case dbField::tpRawBinary: in convertRecord()
809 if (fd->oldDbsType == dbField::tpRawBinary) { in convertRecord()
1552 if (field->type == dbField::tpRawBinary) { in buildFieldsList()
H A Dbtree.cpp138 } else if (tree->type == dbField::tpRawBinary) { in insert()
550 case dbField::tpRawBinary: in find()
726 case dbField::tpRawBinary: in find()
852 } else if (type == dbField::tpRawBinary) { in allocate()
966 case dbField::tpRawBinary: in insert()
1631 case dbField::tpRawBinary: in remove()
2010 case dbField::tpRawBinary: in find()
2156 case dbField::tpRawBinary: in find()
2283 } else if (type == dbField::tpRawBinary) { in allocate()
2406 case dbField::tpRawBinary: in insert()
[all …]
H A Dclass.h1040 tpRawBinary, enumerator
1170 fd->type = fd->appType = dbField::tpRawBinary; in dbDescribeRawField()
H A Dquery.cpp410 case tpRawBinary: in dbUserFunctionArgument()
H A Dxml.cpp333 case dbField::tpRawBinary: in exportRecord()
870 case dbField::tpRawBinary: in importField()
H A Dcompiler.h60 tpRawBinary, enumerator
H A Dsubsql.cpp783 case dbField::tpRawBinary: in dumpRecord()
868 } else if (fd->type == dbField::tpRawBinary) { in calculateRecordSize()
1021 case dbField::tpRawBinary: in initializeRecordFields()
3271 case dbField::tpRawBinary: in httpDumpRecord()
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/inc/
H A Dcompiler.d15 DBVM(dbvmLoadRawBinary, tpRawBinary, 1, dbvmVoid)
38 DBVM(dbvmLoadSelfRawBinary, tpRawBinary, 0, dbvmVoid)
87 DBVM(dbvmLoadVarRawBinary, tpRawBinary, 0, dbvmVoid)
88 DBVM(dbvmLoadVarRawBinaryPtr, tpRawBinary, 0, dbvmVoid)
H A Dclass.h1040 tpRawBinary, enumerator
1170 fd->type = fd->appType = dbField::tpRawBinary; in dbDescribeRawField()
H A Dcompiler.h60 tpRawBinary, enumerator
/dports/databases/gigabase/gigabase/Symbian/Carbide/workspace/GigaBASE/src/
H A Dcompiler.cpp403 } else if (expr->type == tpRawBinary && elem->type == tpRawBinary) { in compare()
635 else if (left->type == tpRawBinary && right->type == tpRawBinary in comparison()
636 && right2->type == tpRawBinary) in comparison()
762 } else if (left->type == tpRawBinary && right->type == tpRawBinary) { in comparison()
938 … && left->type != tpReference && left->type != tpRawBinary && left->type != tpBoolean) in userDefinedOperator()
940 … && right->type != tpReference && right->type != tpRawBinary && right->type != tpBoolean)) in userDefinedOperator()
1025 } else if (fd->type == dbField::tpRawBinary) { in field()
1102 … && param->type != tpReference && param->type != tpRawBinary && param->type != tpBoolean) in term()
1119 … && expr->type != tpReference && expr->type != tpRawBinary && expr->type != tpBoolean) in term()
1132 if (fd->type == dbField::tpRawBinary) { in term()
H A Dclass.cpp243 case dbField::tpRawBinary: in fetchRecordFields()
336 case dbField::tpRawBinary: in storeRecordFields()
479 case dbField::tpRawBinary: in markUpdatedFields()
568 case dbField::tpRawBinary: in markUpdatedFields2()
808 case dbField::tpRawBinary: in convertRecord()
809 if (fd->oldDbsType == dbField::tpRawBinary) { in convertRecord()
1552 if (field->type == dbField::tpRawBinary) { in buildFieldsList()
H A Dbtree.cpp138 } else if (tree->type == dbField::tpRawBinary) { in insert()
550 case dbField::tpRawBinary: in find()
726 case dbField::tpRawBinary: in find()
852 } else if (type == dbField::tpRawBinary) { in allocate()
966 case dbField::tpRawBinary: in insert()
1631 case dbField::tpRawBinary: in remove()
2010 case dbField::tpRawBinary: in find()
2156 case dbField::tpRawBinary: in find()
2283 } else if (type == dbField::tpRawBinary) { in allocate()
2406 case dbField::tpRawBinary: in insert()
[all …]
H A Dquery.cpp410 case tpRawBinary: in dbUserFunctionArgument()
H A Dxml.cpp333 case dbField::tpRawBinary: in exportRecord()
870 case dbField::tpRawBinary: in importField()
/dports/databases/fastdb/fastdb/inc/
H A Dcompiler.d16 DBVM(dbvmLoadRawBinary, tpRawBinary, 1, dbvmVoid)
41 DBVM(dbvmLoadSelfRawBinary, tpRawBinary, 0, dbvmVoid)
97 DBVM(dbvmLoadVarRawBinary, tpRawBinary, 0, dbvmVoid)
98 DBVM(dbvmLoadVarRawBinaryPtr, tpRawBinary, 0, dbvmVoid)
H A Dclass.h1003 tpRawBinary, enumerator
1135 fd->type = fd->appType = dbField::tpRawBinary; in dbDescribeRawField()
H A Dcompiler.h48 tpRawBinary, enumerator
/dports/databases/fastdb/fastdb/src/
H A Dcompiler.cpp457 } else if (expr->type == tpRawBinary && elem->type == tpRawBinary) { in compare()
728 else if (left->type == tpRawBinary && right->type == tpRawBinary in comparison()
729 && right2->type == tpRawBinary) in comparison()
911 } else if (left->type == tpRawBinary && right->type == tpRawBinary) { in comparison()
1099 … && left->type != tpReference && left->type != tpRawBinary && left->type != tpBoolean) in userDefinedOperator()
1101 … && right->type != tpReference && right->type != tpRawBinary && right->type != tpBoolean)) in userDefinedOperator()
1190 } else if (fd->type == dbField::tpRawBinary) { in field()
1274 … && param->type != tpReference && param->type != tpRawBinary && param->type != tpBoolean) in term()
1291 … && expr->type != tpReference && expr->type != tpRawBinary && expr->type != tpBoolean) in term()
1304 if (fd->type == dbField::tpRawBinary) { in term()
H A Dclass.cpp448 case dbField::tpRawBinary: in fetchRecordFields()
541 case dbField::tpRawBinary: in storeRecordFields()
695 case dbField::tpRawBinary: in markUpdatedFields()
954 case dbField::tpRawBinary: in convertRecord()
955 if (fd->oldDbsType == dbField::tpRawBinary) { in convertRecord()
1682 if (field->type == dbField::tpRawBinary) { in buildFieldsList()
H A Dquery.cpp476 case tpRawBinary: in dbUserFunctionArgument()
H A Dxml.cpp369 case dbField::tpRawBinary: in exportRecord()
974 case dbField::tpRawBinary: in importField()
H A Dsubsql.cpp747 case dbField::tpRawBinary: in dumpRecord()
832 } else if (fd->type == dbField::tpRawBinary) { in calculateRecordSize()
991 case dbField::tpRawBinary: in initializeRecordFields()
3115 case dbField::tpRawBinary: in httpDumpRecord()

12