libsigrok/src/scpi
Uwe Hermann 91219afc75 Use g_malloc0() consistently, simplify error handling.
Use g_malloc0() for small allocations and assume they always
succeed. Simplify error handling in a few places accordingly.

Don't always sanity-check parameters for non-public (SR_PRIV)
functions, we require the developers to invoke them correctly.
This allows further error handling simplifications.
2014-11-22 17:02:57 +01:00
..
scpi.c Use g_malloc0() consistently, simplify error handling. 2014-11-22 17:02:57 +01:00
scpi_libgpib.c scpi/gpib: Rename backend to scpi_libgpib. 2014-09-05 18:33:48 +02:00
scpi_serial.c Use g_malloc0() consistently, simplify error handling. 2014-11-22 17:02:57 +01:00
scpi_tcp.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
scpi_usbtmc_libusb.c scpi/usbtmc: Minor debug output changes. 2014-09-02 21:27:16 +02:00
scpi_visa.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
scpi_vxi.c scpi/vxc: Avoid NULL dereference. 2014-10-02 14:07:31 +02:00
vxi.h Reorganize project tree. 2014-07-22 18:19:29 +02:00
vxi.x Reorganize project tree. 2014-07-22 18:19:29 +02:00
vxi_clnt.c Reorganize project tree. 2014-07-22 18:19:29 +02:00
vxi_xdr.c Reorganize project tree. 2014-07-22 18:19:29 +02:00