Home
last modified time | relevance | path

Searched refs:xdbuf (Results 1 – 25 of 91) sorted by relevance

1234

/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dscatgath.c746 uint8_t *xdbuf; /* Pointer into dataset buffer */ in H5D__compound_opt_read() local
787 xdbuf = type_info->tconv_buf; in H5D__compound_opt_read()
816 HDmemmove(xubuf, xdbuf, copy_size); in H5D__compound_opt_read()
819 xdbuf += src_stride; in H5D__compound_opt_read()
874 uint8_t *xsbuf, *xdbuf; /* Source & destination pointers into dataset buffer */ in H5D__compound_opt_write() local
890 xdbuf = (uint8_t *)type_info->tconv_buf; in H5D__compound_opt_write()
892 HDmemmove(xdbuf, xsbuf, dst_stride); in H5D__compound_opt_write()
896 xdbuf += dst_stride; in H5D__compound_opt_write()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Dscatgath.c744 uint8_t *xdbuf; /* Pointer into dataset buffer */ in H5D__compound_opt_read() local
785 xdbuf = type_info->tconv_buf; in H5D__compound_opt_read()
814 HDmemmove(xubuf, xdbuf, copy_size); in H5D__compound_opt_read()
817 xdbuf += src_stride; in H5D__compound_opt_read()
873 …uint8_t *xsbuf, *xdbuf; /* Source & destination pointers into dataset buffer */ in H5D__compound_opt_write() local
889 xdbuf = (uint8_t *)type_info->tconv_buf; in H5D__compound_opt_write()
891 HDmemmove(xdbuf, xsbuf, dst_stride); in H5D__compound_opt_write()
895 xdbuf += dst_stride; in H5D__compound_opt_write()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dscatgath.c746 uint8_t *xdbuf; /* Pointer into dataset buffer */ in H5D__compound_opt_read() local
787 xdbuf = type_info->tconv_buf; in H5D__compound_opt_read()
816 HDmemmove(xubuf, xdbuf, copy_size); in H5D__compound_opt_read()
819 xdbuf += src_stride; in H5D__compound_opt_read()
875 …uint8_t *xsbuf, *xdbuf; /* Source & destination pointers into dataset buffer */ in H5D__compound_opt_write() local
891 xdbuf = (uint8_t *)type_info->tconv_buf; in H5D__compound_opt_write()
893 HDmemmove(xdbuf, xsbuf, dst_stride); in H5D__compound_opt_write()
897 xdbuf += dst_stride; in H5D__compound_opt_write()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Dscatgath.c770 uint8_t *xdbuf; /* Pointer into dataset buffer */ in H5D__compound_opt_read() local
812 xdbuf = type_info->tconv_buf; in H5D__compound_opt_read()
841 HDmemmove(xubuf, xdbuf, copy_size); in H5D__compound_opt_read()
844 xdbuf += src_stride; in H5D__compound_opt_read()
900 …uint8_t *xsbuf, *xdbuf; /* Source & destination pointers into dataset buffer */ in H5D__compound_opt_write() local
916 xdbuf = (uint8_t *)type_info->tconv_buf; in H5D__compound_opt_write()
918 HDmemmove(xdbuf, xsbuf, dst_stride); in H5D__compound_opt_write()
922 xdbuf += dst_stride; in H5D__compound_opt_write()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Dscatgath.c770 uint8_t *xdbuf; /* Pointer into dataset buffer */ in H5D__compound_opt_read() local
812 xdbuf = type_info->tconv_buf; in H5D__compound_opt_read()
841 HDmemmove(xubuf, xdbuf, copy_size); in H5D__compound_opt_read()
844 xdbuf += src_stride; in H5D__compound_opt_read()
900 …uint8_t *xsbuf, *xdbuf; /* Source & destination pointers into dataset buffer */ in H5D__compound_opt_write() local
916 xdbuf = (uint8_t *)type_info->tconv_buf; in H5D__compound_opt_write()
918 HDmemmove(xdbuf, xsbuf, dst_stride); in H5D__compound_opt_write()
922 xdbuf += dst_stride; in H5D__compound_opt_write()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Dscatgath.c744 uint8_t *xdbuf; /* Pointer into dataset buffer */ in H5D__compound_opt_read() local
782 xdbuf = type_info->tconv_buf; in H5D__compound_opt_read()
811 HDmemmove(xubuf, xdbuf, copy_size); in H5D__compound_opt_read()
814 xdbuf += src_stride; in H5D__compound_opt_read()
870 …uint8_t *xsbuf, *xdbuf; /* Source & destination pointers into dataset buffer */ in H5D__compound_opt_write() local
886 xdbuf = (uint8_t *)type_info->tconv_buf; in H5D__compound_opt_write()
888 HDmemmove(xdbuf, xsbuf, dst_stride); in H5D__compound_opt_write()
892 xdbuf += dst_stride; in H5D__compound_opt_write()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/replication/
H A Dsyncrep_scanner.c1149 static StringInfoData xdbuf; variable
1422 initStringInfo(&xdbuf);
1430 appendStringInfoChar(&xdbuf, '"');
1438 appendStringInfoString(&xdbuf, yytext);
1445 yylval.str = xdbuf.data;
1446 xdbuf.data = NULL;
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/replication/
H A Dsyncrep_scanner.c1149 static StringInfoData xdbuf; variable
1422 initStringInfo(&xdbuf);
1430 appendStringInfoChar(&xdbuf, '"');
1438 appendStringInfoString(&xdbuf, yytext);
1445 yylval.str = xdbuf.data;
1446 xdbuf.data = NULL;
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/replication/
H A Dsyncrep_scanner.c1149 static StringInfoData xdbuf; variable
1422 initStringInfo(&xdbuf);
1430 appendStringInfoChar(&xdbuf, '"');
1438 appendStringInfoString(&xdbuf, yytext);
1445 yylval.str = xdbuf.data;
1446 xdbuf.data = NULL;
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1057 initStringInfo(&xdbuf);
1065 appendStringInfoChar(&xdbuf, '"');
1073 appendStringInfoString(&xdbuf, yytext);
1080 yylval.str = xdbuf.data;
1081 xdbuf.data = NULL;
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1057 initStringInfo(&xdbuf);
1065 appendStringInfoChar(&xdbuf, '"');
1073 appendStringInfoString(&xdbuf, yytext);
1080 yylval.str = xdbuf.data;
1081 xdbuf.data = NULL;
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1057 initStringInfo(&xdbuf);
1065 appendStringInfoChar(&xdbuf, '"');
1073 appendStringInfoString(&xdbuf, yytext);
1080 yylval.str = xdbuf.data;
1081 xdbuf.data = NULL;
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1059 initStringInfo(&xdbuf);
1067 appendStringInfoChar(&xdbuf, '"');
1075 appendStringInfoString(&xdbuf, yytext);
1082 yylval.str = xdbuf.data;
1083 xdbuf.data = NULL;
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1057 initStringInfo(&xdbuf);
1065 appendStringInfoChar(&xdbuf, '"');
1073 appendStringInfoString(&xdbuf, yytext);
1080 yylval.str = xdbuf.data;
1081 xdbuf.data = NULL;
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1057 initStringInfo(&xdbuf);
1065 appendStringInfoChar(&xdbuf, '"');
1073 appendStringInfoString(&xdbuf, yytext);
1080 yylval.str = xdbuf.data;
1081 xdbuf.data = NULL;
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1057 initStringInfo(&xdbuf);
1065 appendStringInfoChar(&xdbuf, '"');
1073 appendStringInfoString(&xdbuf, yytext);
1080 yylval.str = xdbuf.data;
1081 xdbuf.data = NULL;
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1057 initStringInfo(&xdbuf);
1065 appendStringInfoChar(&xdbuf, '"');
1073 appendStringInfoString(&xdbuf, yytext);
1080 yylval.str = xdbuf.data;
1081 xdbuf.data = NULL;
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1059 initStringInfo(&xdbuf);
1067 appendStringInfoChar(&xdbuf, '"');
1075 appendStringInfoString(&xdbuf, yytext);
1082 yylval.str = xdbuf.data;
1083 xdbuf.data = NULL;
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1059 initStringInfo(&xdbuf);
1067 appendStringInfoChar(&xdbuf, '"');
1075 appendStringInfoString(&xdbuf, yytext);
1082 yylval.str = xdbuf.data;
1083 xdbuf.data = NULL;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1059 initStringInfo(&xdbuf);
1067 appendStringInfoChar(&xdbuf, '"');
1075 appendStringInfoString(&xdbuf, yytext);
1082 yylval.str = xdbuf.data;
1083 xdbuf.data = NULL;
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1059 initStringInfo(&xdbuf);
1067 appendStringInfoChar(&xdbuf, '"');
1075 appendStringInfoString(&xdbuf, yytext);
1082 yylval.str = xdbuf.data;
1083 xdbuf.data = NULL;
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1059 initStringInfo(&xdbuf);
1067 appendStringInfoChar(&xdbuf, '"');
1075 appendStringInfoString(&xdbuf, yytext);
1082 yylval.str = xdbuf.data;
1083 xdbuf.data = NULL;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1059 initStringInfo(&xdbuf);
1067 appendStringInfoChar(&xdbuf, '"');
1075 appendStringInfoString(&xdbuf, yytext);
1082 yylval.str = xdbuf.data;
1083 xdbuf.data = NULL;
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1059 initStringInfo(&xdbuf);
1067 appendStringInfoChar(&xdbuf, '"');
1075 appendStringInfoString(&xdbuf, yytext);
1082 yylval.str = xdbuf.data;
1083 xdbuf.data = NULL;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/replication/
H A Dsyncrep_scanner.c757 static StringInfoData xdbuf; variable
1059 initStringInfo(&xdbuf);
1067 appendStringInfoChar(&xdbuf, '"');
1075 appendStringInfoString(&xdbuf, yytext);
1082 yylval.str = xdbuf.data;
1083 xdbuf.data = NULL;

1234