Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dsql_oci.c146 #define SIZEOF_SQLT_NUM 22 macro
706 } else if (dataLen > SIZEOF_SQLT_NUM) { in sqltNumberToDecimalInt()
841 } else if (dataLen > SIZEOF_SQLT_NUM) { in sqltNumberToDecimalFraction()
1092 for (pos = 0; pos < SIZEOF_SQLT_NUM; pos++) { in dumpSqltNumber()
1096 if (dataLen > SIZEOF_SQLT_NUM) { in dumpSqltNumber()
1097 dataLen = SIZEOF_SQLT_NUM; in dumpSqltNumber()
2513 if (param->buffer_capacity < SIZEOF_SQLT_NUM) { in sqlBindBigInt()
2519 param->buffer_capacity = SIZEOF_SQLT_NUM; in sqlBindBigInt()
2526 param->buffer_length = SIZEOF_SQLT_NUM; in sqlBindBigInt()
2582 param->buffer_capacity = SIZEOF_SQLT_NUM; in sqlBindBigRat()
[all …]