OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:some_bytes_length
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/test/
regress.gen.c
668
tmp->
some_bytes_length
= 0;
701
msg->
some_bytes_length
= len;
729
*plen = msg->
some_bytes_length
;
753
tmp->
some_bytes_length
= 0;
774
evtag_marshal(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->
some_bytes_length
);
803
if (evtag_payload_length(evbuf, &tmp->
some_bytes_length
) == -1)
805
if (tmp->
some_bytes_length
> EVBUFFER_LENGTH(evbuf))
807
if ((tmp->some_bytes_data = malloc(tmp->
some_bytes_length
)) == NULL)
809
if (evtag_unmarshal_fixed(evbuf, RUN_SOME_BYTES, tmp->some_bytes_data, tmp->
some_bytes_length
) == -1) {
regress.gen.h
157
ev_uint32_t
some_bytes_length
;
member in struct:run
Completed in 50 milliseconds