Searched refs:eq (Results 1 – 12 of 12) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | eventpoll.c | 65 if (!eq) in CreateEventQueue() 480 eq->start, eq->end, eq->num_events); in mtcp_epoll_wait() 484 eq->events[eq->start].sockid, in mtcp_epoll_wait() 492 if (eq->start >= eq->size) { in mtcp_epoll_wait() 518 eq->start, eq->end, eq->num_events); in mtcp_epoll_wait() 522 eq->events[eq->start].sockid, in mtcp_epoll_wait() 530 if (eq->start >= eq->size) { in mtcp_epoll_wait() 574 if (eq->num_events >= eq->size) { in AddEpollEvent() 576 eq->num_events, eq->size); in AddEpollEvent() 589 if (eq->end >= eq->size) { in AddEpollEvent() [all …]
|
| H A D | tcp_stream.c | 253 struct event_queue *eq; in RaiseReadEvent() local 258 eq = walk->monitor_stream->monitor_listener->eq; in RaiseReadEvent() 263 if (eq->num_events >= eq->size) { in RaiseReadEvent() 265 "size: %d\n", eq->num_events, eq->size); in RaiseReadEvent() 269 index = eq->end++; in RaiseReadEvent() 270 eq->events[index].ev.events = MOS_EPOLLIN; in RaiseReadEvent() 271 eq->events[index].ev.data.ptr = (void *)stream; in RaiseReadEvent() 273 if (eq->end >= eq->size) { in RaiseReadEvent() 274 eq->end = 0; in RaiseReadEvent() 276 eq->num_events++; in RaiseReadEvent()
|
| H A D | socket.c | 30 DestroyEventQueue(monitor->eq); in FreeMonListener()
|
| H A D | api.c | 594 monitor->eq = CreateEventQueue(g_config.mos->max_concurrency); in mtcp_monitor() 595 if (!monitor->eq) { in mtcp_monitor()
|
| H A D | core.c | 432 !(mtcpq = walk->eq)) in FlushMonitorReadEvents()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | eventpoll.h | 64 DestroyEventQueue(struct event_queue *eq);
|
| H A D | socket.h | 62 struct event_queue *eq; member
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | http_auth.c | 352 const char *eq; in http_auth_match_rules() local 374 if (NULL == (eq = strchr(r, '='))) { in http_auth_match_rules() 382 if (eq > r + r_len) { in http_auth_match_rules() 393 k_len = eq - r; in http_auth_match_rules() 394 v = eq + 1; in http_auth_match_rules()
|
| H A D | mod_scgi.c | 810 char *eq; in scgi_spawn_connection() local 812 if (NULL != (eq = strchr(environ[i], '='))) { in scgi_spawn_connection() 813 env_add(&env, environ[i], eq - environ[i], eq+1, strlen(eq+1)); in scgi_spawn_connection()
|
| H A D | mod_fastcgi.c | 1030 char *eq; in fcgi_spawn_connection() local 1032 if (NULL != (eq = strchr(environ[i], '='))) { in fcgi_spawn_connection() 1033 env_add(&env, environ[i], eq - environ[i], eq+1, strlen(eq+1)); in fcgi_spawn_connection()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | aclocal.m4 | 360 if test "$ac_status" -eq 0; then 365 if test "$ac_status" -eq 0; then 1217 if test "$[2]" = conftest.file || test $am_try -eq 2; then
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/m4/ |
| H A D | libtool.m4 | 1506 if test 0 -eq "$ac_status"; then
|