src.ctf.fs: use "borrow" functions where possible
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 17 Apr 2018 00:25:31 +0000 (20:25 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:34 +0000 (18:19 -0400)
commitc43f6ee240e10bf49c2a4089e5e0b6c449a982a0
treee371da79f3dbd27843ddf985322f93d9f554bf20
parentebbcf7c468e837d4b5ef59f93323582f62fee7a8
src.ctf.fs: use "borrow" functions where possible

Use "borrow" API functions when possible to avoid useless reference
count changes.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
plugins/ctf/common/utils/utils.c
plugins/ctf/common/utils/utils.h
plugins/ctf/fs-src/data-stream-file.c
plugins/ctf/fs-src/fs.c
plugins/ctf/fs-src/query.c
This page took 0.026369 seconds and 4 git commands to generate.