repo.or.cz
/
nbd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Refactor the negotiate() and connected functions
[nbd.git]
/
coverity_model.c
blob
af2c555320469229db2b6e316c12096eb65fb50b
1
2
typedef
struct
_GArray GArray
;
3
#define g_array_append_val(a, v) g_array_append_vals(a, &(v), 1)
4
5
GArray
*
g_array_append_vals
(
GArray
*,
void
*,
unsigned int
) {
6
__coverity_escape__
;
7
}