Home | History | Annotate | Download | only in cintltst

Lines Matching refs:udata_openSwapperForInputData

1446     ds=udata_openSwapperForInputData(inHeader, headerLength,
1449 log_err("udata_openSwapperForInputData(%s->!isBig+same charset) failed - %s\n",
1666 ds=udata_openSwapperForInputData(NULL, 0,
1670 log_err("udata_openSwapperForInputData should have returned NULL with bad argument\n", name);
1673 ds=udata_openSwapperForInputData(NULL, 0,
1677 log_err("udata_openSwapperForInputData should have returned NULL with bad argument\n", name);
1681 ds=udata_openSwapperForInputData(buffer, 2*SWAP_BUFFER_SIZE,
1685 log_err("udata_openSwapperForInputData should have returned NULL with bad argument\n", name);