Home
last modified time | relevance | path

Searched refs:struct (Results 1 – 12 of 12) sorted by relevance

/libevent-2.1.12/test/
H A Dregress.rpc3 struct msg {
6 optional struct[kill] attack = 3;
7 array struct[run] run = 4;
10 struct kill {
16 struct run {
/libevent-2.1.12/cmake/
H A DCheckWorkingKqueue.cmake18 struct kevent ev;
19 struct timespec ts;
H A DCheckPrototypeDefinition.cmake13 # "struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)"
/libevent-2.1.12/
H A Devent-config.h.cmake298 /* Define to 1 if the system has the type `struct addrinfo'. */
301 /* Define to 1 if the system has the type `struct in6_addr'. */
304 /* Define to 1 if `s6_addr16' is member of `struct in6_addr'. */
307 /* Define to 1 if `s6_addr32' is member of `struct in6_addr'. */
310 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
313 /* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */
316 /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
319 /* Define to 1 if the system has the type `struct sockaddr_un'. */
322 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
325 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
[all …]
H A Dconfigure.ac461 struct hostent *h1, *h2;
474 struct hostent *h1;
487 struct hostent *h1;
488 struct hostent_data hd;
565 struct kevent ev;
566 struct timespec ts;
699 AC_CHECK_TYPES([struct in6_addr, struct sockaddr_in6, struct sockaddr_un, sa_family_t, struct addri…
729struct in6_addr.s6_addr32, struct in6_addr.s6_addr16, struct sockaddr_in.sin_len, struct sockaddr_…
753 AC_CHECK_TYPES([struct linger],,,
H A DCMakeLists.txt520 "int gethostbyname_r(const char *name, struct hostent *hp, struct hostent_data *hdata)"
526 …"struct hostent *gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, i…
532 …"int gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, struct hosten…
706 CHECK_TYPE_SIZE("struct in6_addr" EVENT__HAVE_STRUCT_IN6_ADDR)
708 CHECK_STRUCT_HAS_MEMBER("struct in6_addr"
712 CHECK_STRUCT_HAS_MEMBER("struct in6_addr"
721 CHECK_STRUCT_HAS_MEMBER("struct sockaddr_in6"
725 CHECK_STRUCT_HAS_MEMBER("struct sockaddr_in6"
732 CHECK_STRUCT_HAS_MEMBER("struct sockaddr_storage"
736 CHECK_STRUCT_HAS_MEMBER("struct sockaddr_storage"
[all …]
H A Dwhatsnew-2.0.txt97 2) Structure dependence. Applications needed to allocate 'struct
99 for them. But since the size and contents of struct event can
107 (For people who do really want to allocate a struct event on the
115 struct event *ev = malloc(sizeof(struct event));
127 struct event *ev;
163 struct event_config_t *config;
164 struct event_base *base;
196 struct event *ev;
197 struct timeval tv;
356 The evbuffer struct is no longer exposed in a header. The code here is
[all …]
H A Dwhatsnew-2.1.txt105 Libevent 2.0 added an event_new() function to construct a new struct
109 struct event ev;
117 struct event *evp;
177 struct connection *conn = event_get_callback_arg(ev);
195 void check_disable(struct connection *connection) {
553 void func(int operation, struct event *ev) {
560 void func_op1(struct event *ev) { ... }
561 void func_op2(struct event *ev) { ... }
562 void func_op3(struct event *ev) { ... }
H A DChangeLog-2.0353 o Zero a struct sockaddr_in before using it (646f9fe Sebastian Hahn)
427 …o Add evhttp_request_get_command so code can tell GET from POST without peeking at the struct. (49…
489 o Stop accessing http request struct directly from in the unit tests. (0b137f4)
543 o Fix allocation error for IOCP listeners. Probably harmless, since struct event is big (481ef92)
882 o Functions to access more fields of struct event. (0683950)
909 o Valgrind fix: Clear struct kevent before checking for OSX bug. (56771a3 William Ahern)
1107 …o Shave 22 bytes off struct event on 32-bit platforms by shrinking and re-ordering fields. The sa…
1122 o Allow C identifiers as struct names; allow multiple comments in .rpc files; from Zack Weinberg
1202 …apps that want to be safely threadsafe, or want to remain ignorant of the contents of struct event.
1234 o constify struct timeval * where possible
H A Devent_rpcgen.py445 def SetStruct(self, struct): argument
446 self._struct = struct
H A DChangeLog-1.48 o Valgrind fix: Clear struct kevent before checking for OSX bug. (5713d5d William Ahern)
109 o Constify struct timeval * where possible; pointed out by Forest Wilkinson
H A DChangeLog305 o Merge branch 'fix-struct-linger' (8567f2f5)
637 o be: replace conn_address by full struct instead of pointer (e5615aa Azat Khuzhin)
674 o be: include all variations of headers for sockaddr_in6 struct (c212291 Azat Khuzhin)
793 …o Implement new/free for struct evutil_monotonic_timer and export monotonic time functions (f2645f…
1782 o Zero a struct sockaddr_in before using it (646f9fe Sebastian Hahn)
1934 o evport: Use portev_user to remember fdinfo struct (276ec0e)