Home | History | Annotate | Download | only in coders

Lines Matching refs:GetStringInfoDatum

1390               sentinel=GetStringInfoDatum(profile)[i++];
1393 dataset=GetStringInfoDatum(profile)[i++];
1394 record=GetStringInfoDatum(profile)[i++];
1454 length=(size_t) (GetStringInfoDatum(profile)[i++] << 8);
1455 length|=GetStringInfoDatum(profile)[i++];
1463 GetStringInfoDatum(profile)+i,length+1);