Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/postgresql/
H A Dpq_resultsetmetadata.cxx91 const int PQ_VARHDRSZ = sizeof( sal_Int32 ); variable
95 if( atttypmod < PQ_VARHDRSZ ) in extractPrecisionAndScale()
104 *precision = ( ( atttypmod - PQ_VARHDRSZ ) >> 16 ) & 0xffff; in extractPrecisionAndScale()
105 *scale = (atttypmod - PQ_VARHDRSZ ) & 0xffff; in extractPrecisionAndScale()
109 *precision = atttypmod - PQ_VARHDRSZ; in extractPrecisionAndScale()
H A Dpq_databasemetadata.cxx1331 const int PQ_VARHDRSZ = sizeof( sal_Int32 ); variable
1339 if( atttypmod < PQ_VARHDRSZ ) in extractPrecisionAndScale()
1351 *precision = ( ( atttypmod - PQ_VARHDRSZ ) >> 16 ) & 0xffff; in extractPrecisionAndScale()
1352 *scale = (atttypmod - PQ_VARHDRSZ ) & 0xffff; in extractPrecisionAndScale()
1356 *precision = atttypmod - PQ_VARHDRSZ; in extractPrecisionAndScale()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/postgresql/
H A Dpq_resultsetmetadata.cxx90 const static int PQ_VARHDRSZ = sizeof( sal_Int32 ); variable
94 if( atttypmod < PQ_VARHDRSZ ) in extractPrecisionAndScale()
103 *precision = ( ( atttypmod - PQ_VARHDRSZ ) >> 16 ) & 0xffff; in extractPrecisionAndScale()
104 *scale = (atttypmod - PQ_VARHDRSZ ) & 0xffff; in extractPrecisionAndScale()
108 *precision = atttypmod - PQ_VARHDRSZ; in extractPrecisionAndScale()
H A Dpq_databasemetadata.cxx1342 const int PQ_VARHDRSZ = sizeof( sal_Int32 ); variable
1350 if( atttypmod < PQ_VARHDRSZ ) in extractPrecisionAndScale()
1362 *precision = ( ( atttypmod - PQ_VARHDRSZ ) >> 16 ) & 0xffff; in extractPrecisionAndScale()
1363 *scale = (atttypmod - PQ_VARHDRSZ ) & 0xffff; in extractPrecisionAndScale()
1367 *precision = atttypmod - PQ_VARHDRSZ; in extractPrecisionAndScale()