OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:some_bytes_data
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/test/
regress.gen.c
667
tmp->
some_bytes_data
= NULL;
695
if (msg->
some_bytes_data
!= NULL)
696
free (msg->
some_bytes_data
);
697
msg->
some_bytes_data
= malloc(len);
698
if (msg->
some_bytes_data
== NULL)
702
memcpy(msg->
some_bytes_data
, value, len);
728
*value = msg->
some_bytes_data
;
751
free (tmp->
some_bytes_data
);
752
tmp->
some_bytes_data
= NULL;
765
if (tmp->
some_bytes_data
!= NULL
[
all
...]
regress.gen.h
156
ev_uint8_t *
some_bytes_data
;
member in struct:run
Completed in 3984 milliseconds