src.ctf.fs: use "borrow" functions where possible
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 17 Apr 2018 00:25:31 +0000 (20:25 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:05:45 +0000 (00:05 -0400)
commit0b29603d15c2b685ecb2359242b733edc0a09d83
tree5083a709d8b2147c627bb9686af408a0256ad488
parent0e4db2d501fcd50fdcb665dc2c3cd76250aea506
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.025473 seconds and 4 git commands to generate.