libvirt/src/rpc
Ján Tomko 45bf10ba1d rpc: use g_strdup instead of VIR_STRDUP
Replace all occurrences of
  if (VIR_STRDUP(a, b) < 0)
     /* effectively dead code */
with:
  a = g_strdup(b);

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2019-10-21 12:51:58 +02:00
..
gendispatch.pl rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
genprotocol.pl rpc: reproducible genprotocol output 2018-10-12 14:44:43 +02:00
gensystemtap.pl Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
Makefile.inc.am rpc: add $(SASL_CFLAGS) to libvirt_net_rpc_server_la_CFLAGS 2019-06-21 15:41:34 +01:00
virkeepalive.c rpc: use G_GNUC_UNUSED 2019-10-15 11:25:24 +02:00
virkeepalive.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virkeepaliveprotocol.x Define keepalive protocol 2011-11-24 11:44:08 +01:00
virnetclient.c rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
virnetclient.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnetclientprogram.c rpc: use G_GNUC_UNUSED 2019-10-15 11:25:24 +02:00
virnetclientprogram.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnetclientstream.c rpc: use G_GNUC_UNUSED 2019-10-15 11:25:24 +02:00
virnetclientstream.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnetdaemon.c rpc: use G_GNUC_UNUSED 2019-10-15 11:25:24 +02:00
virnetdaemon.h rpc: remove unused typedef for auto shutdown function callback 2019-07-12 16:55:40 +01:00
virnetlibsshsession.c rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
virnetlibsshsession.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnetmessage.c rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
virnetmessage.h Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECK 2019-10-15 11:25:22 +02:00
virnetprotocol.x Remove all Author(s): lines from source file headers 2018-12-13 16:08:38 +00:00
virnetsaslcontext.c Use g_strdup instead of ignoring VIR_STRDUP's value 2019-10-21 12:51:55 +02:00
virnetsaslcontext.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnetserver.c rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
virnetserver.h rpc: add API for checking whether an auth scheme is in use on a server 2019-07-12 16:55:40 +01:00
virnetserverclient.c rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
virnetserverclient.h remote: pass identity across to newly opened daemons 2019-09-16 11:25:53 +01:00
virnetserverprogram.c rpc: use G_GNUC_UNUSED 2019-10-15 11:25:24 +02:00
virnetserverprogram.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnetserverservice.c rpc: use G_GNUC_UNUSED 2019-10-15 11:25:24 +02:00
virnetserverservice.h rpc: remove unused API for creating services from FDs 2019-07-12 16:55:40 +01:00
virnetsocket.c rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
virnetsocket.h Use G_GNUC_NO_INLINE instead of ATTRIBUTE_NOINLINE 2019-10-15 16:14:18 +02:00
virnetsshsession.c rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
virnetsshsession.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virnettlscontext.c rpc: use g_strdup instead of VIR_STRDUP 2019-10-21 12:51:58 +02:00
virnettlscontext.h src/rpc: use #pragma once in headers 2019-06-19 17:12:30 +02:00